ysalathe / GenericUSBMIDI

This is an OS X driver for MIDI devices connected via USB. It has been tested with a Roland PC-300 MIDI Keyboard under Mac OS v10.8.2 (Mountain Lion) as well as with v10.9.1 (Mavericks)
47 stars 15 forks source link

High Sierra #9

Open chrisbroski opened 6 years ago

chrisbroski commented 6 years ago

I tried to build on 10.13.1 but I am getting semantic issue errors Use of undeclared identifier 'errexit'

elliottjohnson commented 6 years ago

Not sure if you are interested, but I have an open pull request that addresses this for xcode 9.2 on osx 10.13.4

setton1 commented 5 years ago

Hey Elliott - how far did you get with this in the end? trying to resurrect the PC-300 hardware on mac 10.14.3 Mojave. Followed your changes in the pull request so i am now able to compile as i had the same errors shown here (thank you!), but mac not detecting the hardware / driver and dont know how to debug!

elliottjohnson commented 5 years ago

Setton1, I've not looked at it in a while. I no longer have a PC300 (someone actually stole it, can't believe it was worth stealing) and I've yet to upgrade to Mojave on my mac, so sorry I can't be of much help.

ysalathe commented 5 years ago

Unfortunately, I also do no longer own a PC300 anymore. I sold it, to get some space in our flat. Is somebody interested in taking over this project?

setton1 commented 5 years ago

@elliottjohnson i worked out how to compile and it works on Mojave! thank you very much for this. it is wonderful to see new life in old hardware. Sorry yours got stolen...the irony is that they are now able to use it thanks to you!

Edit: turns out my USB port on the Roland had snapped. Bit of soldering later, all sorted.

dimitre commented 4 years ago

@setton1 how did you do? thank you

setton1 commented 4 years ago

worked perfectly. i downloaded and compiled in XCode per instructions and worked great!

nunoflores commented 4 years ago

Just build for Mojave, and worked fine (using a PC-300)! Thanks a lot!