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