Greetings! I have just started using the Daisy Seed, going through exemples in order to understand the platform. I’m also new to C++ embedded, but it’s been going well.
Im trying to build a Synth, and was wondering how to make the Seed work as a MIDI USB Host. Basically, connect a MIDI Controller through USB and send MIDI Note on/off messages to it. I saw the feature was just added last year, but I don’t really understand how it works and have a few questions.
-
Can the Micro USB port be used for such a feat? Im guessing not, as it would have to both communicate data and also power the MIDI Keyboard, which would probably be too much for the Seed. If it’s possible, please let me know (this would mean that I have to power the seed externally, since the micro USB would be used for the MIDI Keyboard).
My guess bould be that I would need to connect the Keyboard to pins D29 & D30 for data, and also power it externally. -
What would I have to change in the USB_MIDI example in DaisyExamples in order for the Seed to act as a Host, and not a Device?
Thank you!