Skip to content

Live usage improvements

Compare
Choose a tag to compare
@gandie gandie released this 30 Aug 12:43
· 9 commits to interfaces-dev since this release

This release is based on Lessons Learned during live performances.

New stuff:

  • Live mode in p5 playground: Hide everything except p5 canvas for fullscreen mode, avoid loading data from DB which is useless when streaming data via websocket
  • Caching in p5 playground: Only fetch new data when needed. This drastically speeds up working on the same piece of choreo!
  • p5 sound library added to allow sound synthesis from choreo data
  • Example code for sound synthesis and websocket data usage, based on r1b2's code

Bugfixes:

  • Keybindings in p5 playground should now work as expected ( CTRL+S to download current code, CTRL+R to run current code )