-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
FeatureNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
The problem is that the library port for the RP2040 does not support USB MIDI Host for Arduino even though
the core TinyUSB library does support it.
Describe the solution you'd like
Please enable it by adding to the tusb_config_rp2040.h file the following
// enable MIDI Host
#define CFG_TUH_MIDI (CFG_TUH_DEVICE_MAX)
I will submit a pull request if you consider them here.
Describe alternatives you've considered
I hand edit the configuration file every time this library updates as described here: usb_midi_host. It is a step I forget to do if I have not tried to build my code in a while.
Additional context
Users of my software are filing issues such as this one.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FeatureNew feature or requestNew feature or request