Dan Stowel AKA MCLD, legendary SuperCollidist, has brought honour to his family and started twittering about SuperCollider,
Posting very short snippets of code such as this.
{t=HPZ1.kr(LFNoise0.kr(4));{Pulse.ar((t*10000+0.0001).lag(0, 0.1))}.dup+(SinOsc.ar([220, 330])*Integrator.kr(t))*0.1}.play;//
Nice,
He also drank a jar of coffee and took some E, now he's totally Wired! i.e. he's in Wired Magazine.
Nicer.
Subscribe to:
Post Comments (Atom)
Also see http://twitter.com/headcube who has taken the mantle up and produced some good stuff. Check this out:
ReplyDelete{a=LFTri.ar(1);20.do{a=BAllPass.ar(a,80,1);a=((a+0.02)*LFNoise0.kr(1/2)*8).tanh;a=LeakDC.ar(a,0.995)};a*0.1!2}.play
But in the long run this might all be a really bad idea. It tends to make SuperCollider look like impenetrable sequences of random letters numbers and symbols... too much like perl...