adsr-gain-node
Version:
A simple and small nodejs module for creating an adsr gain node
27 lines (26 loc) • 603 B
JSON
{
"name": "adsr-gain-node",
"version": "3.1.0",
"description": "A simple and small nodejs module for creating an adsr gain node",
"main": "index.js",
"scripts": {
"test": "test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/diversen/adsr-gain-node.git"
},
"keywords": [
"audiocontext",
"audio",
"web-audio",
"adsr-envelope",
"adsr"
],
"author": "dennis iversen",
"license": "MIT",
"bugs": {
"url": "https://github.com/diversen/adsr-gain-node/issues"
},
"homepage": "https://github.com/diversen/adsr-gain-node#readme"
}