midi-controller
Version:
Create buttons and note matrices from duplex midi streams for midi controllers such as Launchpad.
31 lines (30 loc) • 664 B
JSON
{
"name": "midi-controller",
"version": "0.3.0",
"description": "Create buttons and note matrices from duplex midi streams for midi controllers such as Launchpad.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mmckegg/midi-controller.git"
},
"keywords": [
"midi",
"filter",
"route",
"controller",
"button",
"launchpad"
],
"dependencies": {
"midi-grabber": "~0.2.0",
"through": "~2.3.4"
},
"devDependencies": {
"midi-stream": "~0.0.0"
},
"author": "Matt McKegg",
"license": "MIT"
}