Skip to content

An application made for converting serial data to MIDI for microcontrollers with ch340.

Notifications You must be signed in to change notification settings

metehanozsy/MIDI-Bridge

Repository files navigation

MIDI-Bridge

An application made for converting serial data to MIDI for microcontrollers with ch340.

I had an arduino nano with ch340 laying around, so I decided to put a use to it.

Arduino

Female TRS connection should be like this:

T -> A0

R -> +5V

S -> GND

TRS-Nano layout Here is an awful yet simple illustration of the connection.

You can tweak with the code, not an expert of it tbh.

Converter

LoopMIDI must be downloaded for the app to work. You can find it here: https://www.tobias-erichsen.de/software/loopmidi.html

Works on Windows for now. App originally runs in the background and starts with the boot. If you don't want it to run in the backgorund or wanna see the program messages, you can just delete "#![windows_subsystem = "windows"]", which is in the beginning of the code. I also added both versions .exe files. In the LoopMIDI, create a MIDI port named "MIDI Bridge". Also you might wanna use MIDI-OX, or Reaper's stock plugin ReaControlMIDI to monitor and make sure everything works properly.

Releases

No releases published

Packages

No packages published