Skip to content
Digital Dance Workshop Resonate 2016
The examples I put together for my Digital Dance workshop at Resonate 2016.
http://resonate.io/2016/education/digital-dance-exploration/
The code is now available here: https://github.com/andreasmuller/DigitalDanceWorkshop
SuperCollider code for the soundtrack, (from http://sccode.org/1-D/fork ):
fork{loop{h=([33,38,40].choose.midicps)*(2**((0 .. 4).choose));play{Splay.ar({SinOsc.ar(exprand(h-(h/64),h+(h/64)),0,0.1)}!8)*LFGauss.ar(19,1/4,0,0,2)};0.75.wait}};