Serial to MIDI bridge.
Installation
-
Download and install Node.js
-
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)
- Open MadMapper, make sure that it created MIDI Input Device (see Preferences).
- On Command Line type:
npm start
ToDo
- Use WebUSB API instead of native
serialport
module to incrase portability.