12345678910111213141516171819202122232425 |
- {
- "extends": "proxy/tonejs/polySynth.vwf",
- "properties": {
- "detune": null,
- "portamento": null,
- "volume": null,
- "harmonicity":null,
- "modulationType":null,
- "partialCount":null,
- "partials":null,
- "phase":null,
- "type":null,
- "attack":null,
- "attackCurve":null,
- "decay":null,
- "decayCurve":null,
- "release":null,
- "releaseCurve":null,
- "sustain":null
- },
- "methods":{},
- "scripts": {
- "source": "synth.js"
- }
- }
|