lsdj-wave-cruncher
Version:
Turns a sound clip into a LSDJ wavetable synth.
42 lines (41 loc) • 939 B
JSON
{
"name": "lsdj-wave-cruncher",
"version": "0.1.0",
"description": "Turns a sound clip into a LSDJ wavetable synth. ",
"main": "lib/cruncher.js",
"scripts": {
"start": "node crunch-patch.js",
"crunch": "node crunch.js",
"patch": "node patch.js",
"export": "node export.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iLambda/lsdj-wave-cruncher.git"
},
"keywords": [
"lsdj",
"wave",
"wavetable",
"wav",
"cruncher",
"sound"
],
"author": "iLambda",
"license": "MIT",
"bugs": {
"url": "https://github.com/iLambda/lsdj-wave-cruncher/issues"
},
"homepage": "https://github.com/iLambda/lsdj-wave-cruncher#readme",
"dependencies": {
"lodash": "^4.16.4",
"node-wav": "0.0.2",
"tonal": "^0.50.3"
},
"devDependencies": {
"flags": "^0.1.3",
"python-shell": "^0.4.0",
"tape": "^4.6.2",
"tape-catch": "^1.0.6"
}
}