Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 702 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 702 Bytes

Serial to MIDI bridge.

Installation

  1. Download and install Node.js

  2. 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 

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

  • Use WebUSB API instead of native serialport module to incrase portability.