USB MIDI 2.0 with fallback to USB MIDI 1.0 Drivers Available #2457
AmeNote-Michael
started this conversation in
General
Replies: 1 comment 1 reply
-
thank you very much for your work, would you mind if I integrate your ump driver as part of tinyusb built-in driver for MIDI. To remain backward compatible with existing MIDI 1.0 driver, we could introduce a config macro such as I am off for TET holidays for a couple of weeks. Will try to test this out afterwards. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In conjunction with the MIDI Association and several members, AmeNote has created and released a tinyUSB device driver for USB MIDI 2.0.
tusb_ump
Currently there are no examples included, however you are welcome to view and use source for our MIDI 2.0 prototyping tool to see how tusb_ump is used.
AmeNote_ProtoZOA
Both the tusb_ump and AmeNote_ProtoZOA code has been tested on Raspberry Pico devices extensively with limited testing of tusb_ump on other platforms.
We welcome your inputs and contributions to the tusb_ump library. It is our hope to eventually supplement or replace the existing MIDI driver provided with tinyUSB.
If you are interested in MIDI 2.0 in general, please check out our public available tools and libraries.
MIDI2.DEV
Also the MIDI Association has many great resources.
Beta Was this translation helpful? Give feedback.
All reactions