Is it possible to configure RPi as a MIDI device? I'd like it to show up as a MIDI device on my computer when connected via USB OTG to my computer.
Asked
Active
Viewed 2,647 times
1 Answers
3
OTG does not work on most Pi models due to hardware restrictions.
To enable OTG on the Pi Zero, see Andrew Mulholland's blog post Raspberry Pi Zero – Programming over USB!, and the linked guide.
(To summarize: add dtoverlay=dwc2
to /boot/config.txt
, and load the dwc2
and g_midi
modules.)

CL.
- 571
- 4
- 8
https://raspberrypi.stackexchange.com/questions/96083/more-digital-inputs
– tlfong01 May 30 '19 at 01:59Connecting 32 magnetic [Hall Effect] sensors https://raspberrypi.stackexchange.com/questions/96259/connecting-32-magnetic-sensors – tlfong01 Jun 01 '19 at 12:13