Hacker News new | ask | show | jobs
by mr_sturd 1205 days ago
I've seen it done with the Pico, where it acts as a midi device when plugged in to a host machine; not so sure about the main boards.
1 comments

The pi zero hardware supports gadget mode and from there it's a bit more work to get it to enumerate as a midi device. The pi 4 supports this via the usb-c port.

https://raspberrypi.stackexchange.com/questions/71613/how-to...