Skip to content

Repository files navigation

MIDI Button

MIDI Button is a simple way to interface with MIDI Controllers.

Installation

$ npm install midibutton -S

Usage

constMIDIButton=require('midibutton')letpad=newMIDIButton(0)pad.on('discoverKey',key=>{key.on('down',()=>{console.log('Key down',key)})})pad.on('discoverKnob',knob=>{knob.on('change',()=>{console.log('Knob change',knob)})})

Further documentation can be found in the documentation directory in the repo.

License

MIT

About

MIDI Button is a simple way to interface with MIDI Controllers

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages