membraneSynth.vwf.json 644 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "extends": "proxy/tonejs/polySynth.vwf",
  3. "properties": {
  4. "detune": null,
  5. "portamento": null,
  6. "volume": null,
  7. "octaves": null,
  8. "pitchDecay": null,
  9. "onsilence": null,
  10. "harmonicity":null,
  11. "modulationType":null,
  12. "partialCount":null,
  13. "partials":null,
  14. "phase":null,
  15. "type":null,
  16. "attack":null,
  17. "attackCurve":null,
  18. "decay":null,
  19. "decayCurve":null,
  20. "release":null,
  21. "releaseCurve":null,
  22. "sustain":null
  23. },
  24. "methods":{},
  25. "scripts": {
  26. "source": "membraneSynth.js"
  27. }
  28. }