OK, I think I figured out the problem at least. On Mac, the input is a separate object that gets any number of devices connected to it. On Windows, the input is an object representing one device, so I just need to make an array of input objects and then it should work.
Thanks, Aaron On Apr 2, 2012, at 6:00 AM, [email protected] wrote: > > Am 01.04.2012 um 20:01 schrieb Aaron Andrew Hunt: > >> On Mac it's easy to connect multiple MIDI source devices as unique input >> endpoints. >> >> On Windows, connecting a source device disconnects any currently connected >> source, so only one can be connected at a time. >> >> Is there no way to connect multiple MIDI input sources on Windows? > > > Sorry, I have no idea about this. > > Greetings > Christian > > -- > Real Studio Conferences, Training and Meetings. > > More details and registration here: > http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
