EMATech / UsbSerialMidi

Arduino USB Serial MIDI Bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino USB ↔ Serial MIDI

This project turns an Arduino into a "USB MIDI to Serial" bridge.
This way you can use USB to send MIDI data to the Serial port present on many 1990s MIDI modules.

This project also serves as a documentation of how Serial MIDI works.

Folders and files

  • arduino - USB ↔ Serial MIDI bridge for Arduino Leonardo
    It includes schematics and the Arduino project. It also contains a USB MIDI library supporting multiple MIDI input/output ports.
  • pc-tools - tools for Windows that I wrote while researching/testing MIDI playback via my PC's COM port
  • SerialMIDI.txt - documentation on how Serial MIDI works (port settings, protocol, etc.)

About

Arduino USB Serial MIDI Bridge

License:GNU General Public License v2.0


Languages

Language:C++ 98.3%Language:C 1.4%Language:Makefile 0.3%