-
Notifications
You must be signed in to change notification settings - Fork 99
Open
Description
Hi,
I'm trying to connect a USB peer device which provides 4 MIDI devices. Unfortunately only the first MIDI device provided by peer is found/instantiated properly.
Instantiation of the MIDI devices is done as follows:
USBHost usbhost;
USBHub hub_1(usbhost);
MIDIDevice midi_1(usbhost);
MIDIDevice midi_2(usbhost);
MIDIDevice midi_3(usbhost);
MIDIDevice midi_4(usbhost);
Does the actual implementation even support multiple MIDI devices from a single peer device? If so, what am I doing wrong?
Thanks for your help.
Metadata
Metadata
Assignees
Labels
No labels