Skip to content

andriykrefer/midibridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

midibridge

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.

More info

Reference Arduino implementation: https://andriykrefer.com/simple-arduino-midi-controller-1-2/

More info here: https://andriykrefer.com/simple-arduino-midi-controller-2-2/

Intructions

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.

  1. Create a virtual port on loopMIDI

alt text

  1. Run midibridge. You can download a pre-compiled binary from the releases page.

  2. Select the UART port

alt text

  1. Select the created MIDI port

alt text

  1. Open the create MIDI port on your DAW

  2. Done

About

Simple UART to MIDI Converter

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages