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 :(
Showing posts with label upload. Show all posts
Showing posts with label upload. Show all posts
Friday, April 8, 2011
Tuesday, April 5, 2011
SuperCollider Livecoding Session 1 Results
Thought i'd upload a quick livecoding session of mine. I didn't think to record it till the very end though, so this is just the final product, not the work leading to it. It runs for forever, but i only recorded a short snippet of it so you got the idea. Also, I forgot to save the sourcecode... sowwy :(
Enjoy the lil noises :)
http://www.mediafire.com/?ayedcq5wyvti78j
Enjoy the lil noises :)
http://www.mediafire.com/?ayedcq5wyvti78j
Subscribe to:
Posts (Atom)