note.vwf.json 263 B

1234567891011121314
  1. {
  2. "extends": "proxy/node.vwf",
  3. "properties": {
  4. "note": null,
  5. "duration": null,
  6. "time": null,
  7. "velocity": null
  8. },
  9. "children":{},
  10. "methods": {},
  11. "scripts":{
  12. "source":"/proxy/tonejs/note.js"
  13. }
  14. }