to_the_beat // js

Synchronising WebGL visuals to the output generated by sorollet.js, my JavaScript-based music synth.
Made for DemoJS 2013 / Paris 28-30 June.
~~~
This is a port of an early 64K intro that I built in 2008 using the first version of Sorollet, which was written in C (you can read about that version here).I wanted to watch it again but the binary version was for Mac G4's. I didn't have a Rosetta environment and I didn't want to set up a compiler or any of that either, so I decided to liberally port this to JavaScript, using the work-in-progress Sorollet.js port that I had already started.
The source code is on github.
It also uses Three.js and Tween.js
HINT: Try pressing 'd' during playback for getting access to the debug panel and the synthetiser configuration dashboard. Alternatively, view the source!