Serial to MIDI bridge.

Installation

  1. Download and install Node.js

  2. Open Command Prompt and type:

git clone git@github.com:silapidpisu/arduino-midi-buttons.git || (echo "Please download and unzip into folder 'arduino-midi-buttons'..." && start https://github.com/silapidpisu/arduino-midi-buttons/archive/master.zip && pause)
cd arduino-midi-buttons
npm install 

Run Script

(to connect Arduino device with MIDI input software)

  1. Open MadMapper, make sure that it created MIDI Input Device (see Preferences).
  2. On Command Line type:
npm start

ToDo