mtof
Version:
convert MIDI note number to corresponding frequency
26 lines (25 loc) • 565 B
JSON
{
"name": "mtof",
"version": "1.0.2",
"description": "convert MIDI note number to corresponding frequency",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kedromelon/mtof.git"
},
"keywords": [
"midi",
"note",
"frequency",
"maxmsp"
],
"author": "Noah Lemen",
"license": "MIT",
"bugs": {
"url": "https://github.com/kedromelon/mtof/issues"
},
"homepage": "https://github.com/kedromelon/mtof#readme"
}