lathoub / Arduino-USBMIDI

Allows a microcontroller, with native USB capabilities, to appear as a MIDI device over USB to a connected computer
MIT License
148 stars 11 forks source link

USBMIDI and HID device at once. #25

Open SunkenHero opened 5 months ago

SunkenHero commented 5 months ago

Does this library support to be a USBMIDI, while a other library is functioning as a HID device at once over the same USB-port?

lathoub commented 5 months ago

I'm not sure if I understand your question, but this lib uses the underlying MIDIUSB infrastructure. So maybe the link can help you understand the relation.