polySynth.vwf.json 449 B

123456789101112131415161718192021222324252627
  1. {
  2. "extends": "proxy/tonejs/node.vwf",
  3. "properties": {},
  4. "methods":{
  5. "scheduleRepeat":{},
  6. "sync":{},
  7. "triggerAttackRelease":{
  8. "parameters": [
  9. "note", "duration", "time", "velocity"
  10. ]
  11. },
  12. "triggerAttack":{
  13. "parameters": [
  14. "note",
  15. "velocity"
  16. ]
  17. },
  18. "triggerRelease":{
  19. "parameters": [
  20. "note"
  21. ]
  22. }
  23. },
  24. "scripts": {
  25. "source": "polySynth.js"
  26. }
  27. }