vult
Version:
Vult is a transcompiler well suited to write high-performance DSP code
29 lines (28 loc) • 585 B
JSON
{
"name": "vult",
"version": "0.4.15",
"description": "Vult is a transcompiler well suited to write high-performance DSP code",
"main": "vultc.js",
"author": "Leonardo Laguna Ruiz",
"license": "MIT",
"homepage": "http://modlfo.github.io/vult/",
"bin": {
"vultc": "./vultc.js"
},
"repository": {
"type": "git",
"url": "https://github.com/modlfo/vultjs.git"
},
"bugs": {
"url": "https://github.com/modlfo/vult/issues"
},
"keywords": [
"dsp",
"compiler",
"synthesizer",
"puredata",
"music",
"audio",
"effects"
]
}