QUESTION: Will this library work using USB Host as transport on Arduino Due? #212
Unanswered
bptremblay
asked this question in
Q&A
Replies: 2 comments 5 replies
-
There might be more tricks to handle a Host mode than regular device modes, @lathoub what do you think ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The USB transport for MIDI is mostly done by MIDIUSB , and the Due is listed as a supported device. I'm unfamiliar with the Due, but see that it has 2 USB's: a native and a programming USB - which do you mean with USB Host? If you get it to work, i'd love to accept an example PR to USBMIDI |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have seen a few examples of MIDI over the Due USB Host, but none for this most excellent library.
Am I right to think of USB Host mode as "another transport" ?
Is there work to do to enable this, or is it not possible at this time?
Thanks,
Ben
Beta Was this translation helpful? Give feedback.
All reactions