Skip to content

silapidpisu/arduino-midi-buttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.