USB-MIDI on High-Speed USB? #1010
Unanswered
aspdigital
asked this question in
Q&A
Replies: 1 comment
-
yes, it should. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've implemented USB MIDI on a handful of architectures -- EFM8UB2, EFM32GG, TM4C1294 -- using the vendors' libraries. (It's become a sort of "Hello, World!" first project on a new architecture.) I'm interested in migrating to tinyusb for the obvious reason: write once, use everywhere, especially since the LPC55 and LPC546 devices look great but NXP's USB stack is impenetrable and not really documented.
I'm working on a design that requires High Speed USB (composite audio streaming and MIDI), so to that end, does tinyusb's USB MIDI implementation work at High Speed, at least on the LPC546 or LPC55?
Beta Was this translation helpful? Give feedback.
All reactions