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

Driver won't load if another 32bit midi driver is loaded #11

Open ArTiSTiX opened 4 years ago

ArTiSTiX commented 4 years ago

Filing an issue just for better information - i struggled a bit until i found an answer from PR https://github.com/ysalathe/GenericUSBMIDI/pull/10

The changes work! One note though, the plugin won't load if there is another plugin that is 32-bit only.

THIS.

I had a 32bit driver (Soundgrid from Waves) which blocked the driver (and also Bluetooth MIDI strangely).

Works perfectly after removing this 32bit driver on Mojave. I hope it will still be working once i upgrade to Catalina.

Thnaks a lot for this generic driver.