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

Yosemite? #8

Open hoondi opened 9 years ago

hoondi commented 9 years ago

Hi,

Just curious if this works for Yosemite?

hoondi commented 9 years ago

yes it does!

Confirmed on 10.10.4, although a lot of deprecation warnings with Xcode 6.4...

anandaroop commented 9 years ago

Confirmed on 10.10.5. Thanks Yves!

nikocena commented 8 years ago

does this work in el capitan?

ReijoDee commented 8 years ago

Works on El Capitan 10.11.6

nikocena commented 8 years ago

Yes, it worked. I kinda took the risk of compiling it and used it for my obsolete Roland Multitimbral Synthesizer.

masanaohayashi commented 7 years ago

Thank you for the code. I just confirmed it works on Sierra. I changed the code to work with UM-1, UM-2, and UM-3/UM-3EX with one driver file. BTW I think it's good to change the third argument of MIDIDeviceAddEntity() to false to enable ports to be connected to external device. By this change, you can see I/O ports in Audio MIDI Settings.

Followings are product id, # ports and configuration descriptor to use. UM-1: 0x0008, 1, 2 UM-2: 0x0005, 2, 2 UM-3: 0x009a, 3, 0

dspasoski commented 7 years ago

Hey guys!

Would someone please provide a built driver for Yosemite?

Thanks!