transport.vwf.json 675 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "extends": "proxy/two/group.vwf",
  3. "type": "transport",
  4. "properties": {
  5. "beat": null,
  6. "playing": null
  7. },
  8. "methods": {
  9. "init": {},
  10. "simpleVis": {},
  11. "changeVisual": {},
  12. "resetVisual": {},
  13. "animationUpdate": {
  14. "parameters": [
  15. "time",
  16. "duration"
  17. ]
  18. },
  19. "play": {},
  20. "stop": {},
  21. "setupTransport": {},
  22. "doGlobalBeat": {
  23. "parameters": [
  24. "time",
  25. "duration",
  26. "beat"
  27. ]
  28. }
  29. },
  30. "scripts": {
  31. "source": "transport.js"
  32. }
  33. }