polySynth.vwf.json 409 B

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