Python application that hosts a virtual MIDI port using rtmidi and sends received messages to Raspberry's GPIO. Tested using RPI 3
- You will need a MIDI DIN connector, a 220Ω resistor and a MIDI cable to connect your RPI's GPIO to your synths. This scheme works well.
- Run
make installin the project's folder.
- Set
GPIO_PINandPORT_NAMEinconfig.pyas you need - Run
make runin the project's folder. - Use
aconnect -lto list your current MIDI ports and connect usingaconnect (your midi source:port) (midi port created by this application:port). Reference: https://linux.die.net/man/1/aconnect