jsynth-midi
Version:
time based function for reading events from midi files
28 lines (27 loc) • 673 B
JSON
{
"name": "jsynth-midi",
"version": "0.4.0",
"description": "time based function for reading events from midi files",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/NHQ/jsynth-midi.git"
},
"keywords": [
"midi",
"jsynth"
],
"author": "Johnny Honestly <mostmodernist@gmail.com> (http://johnnyscript.us/)",
"dependencies": {
"since-when": "",
"midi-file-parser": ""
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/NHQ/jsynth-midi/issues"
},
"homepage": "https://github.com/NHQ/jsynth-midi"
}