Friday, April 8, 2011

Ring Onward (Supercollider)

Neato thingy I made in super collider, with the help of the super-nice <joshpar> on #supercollider, one of the actual developers of the program! It works by pushing the Ringing filter to its limits, using constant impulses (that popping sound you hear). Its my new genre! I call it: "Demonic Zombie Noise Trance"? :3

First, the code!


{
a = Pan2.ar(Mix.new(Impulse.ar([1,2])),0.0);
b = Mix.new(SinOsc.kr([0.1,0.3]));
a.postln;
c = RLPF.ar(Ringz.ar(a,a/2,b*0.5+2), 2500);
LeakDC.ar(Pan2.ar(Mix.new(Limiter.ar(c,1),0)))
}.play;


And now, the link to the MP3: http://www.mediafire.com/?blzmxbad3jrczst

P.S. 2 more supercollider experiments coming up! These won't have the code included, though :(

No comments:

Post a Comment