Skip to content

Only one MIDI Device found per USB Peer #135

@rnixx

Description

@rnixx

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions