midi-grid
Version:
Map a duplex midi stream to observable input and output value grids.
40 lines (39 loc) • 858 B
JSON
{
"name": "midi-grid",
"version": "2.1.0",
"description": "Map a duplex midi stream to observable input and output value grids.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/mmckegg/midi-grid.git"
},
"keywords": [
"midi",
"grid",
"ndarray",
"observ",
"loop",
"controller",
"launchpad",
"monome"
],
"author": "Matt McKegg",
"license": "ISC",
"bugs": {
"url": "https://github.com/mmckegg/midi-grid/issues"
},
"homepage": "https://github.com/mmckegg/midi-grid",
"dependencies": {
"observ": "^0.2.0",
"observ-array": "^1.2.1",
"observ-grid": "^1.0.0",
"through": "^2.3.4"
},
"devDependencies": {
"array-grid": "^1.3.0",
"midi-stream": "^0.1.0"
}
}