You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow to specify the number of virtual wires/plugs to be created for
the MIDI interface.
Initializing the MIDI device with:
Adafruit_USBD_MIDI usb_midi(3);
xports a single device with three separate ports/jacks/wires.
The ID (4 bit) of the jack/port is carried in the header packet of
the USB MIDI wire message.
0 commit comments