Skip to content

Please support USB MIDI Host on Raspberry Pi Pico/RP2040/RP2350 #560

@rppicomidi

Description

@rppicomidi

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions