Simple UART to MIDI Converter, to be used with Arduino or any other device that sends MIDI messages over UART serial.
It is a very simple application that forwards MIDI messages from UART to a MIDI device.
This implementation is more a proof of concept and is in Alpha stage.
I actually only testes with MIDI CC messages, but it should work with every message listed on this reference.
Reference Arduino implementation: https://andriykrefer.com/simple-arduino-midi-controller-1-2/
More info here: https://andriykrefer.com/simple-arduino-midi-controller-2-2/
This application forwards MIDI messages from UART to a MIDI device. However, it does not create the virtual MIDI port itself. For that, you can use loopMIDI.
- Create a virtual port on loopMIDI
-
Run midibridge. You can download a pre-compiled binary from the releases page.
-
Select the UART port
- Select the created MIDI port
-
Open the create MIDI port on your DAW
-
Done