Tuesday, March 15, 2011

dreamingonawonderfulcloud

yeah, anyone who can listen to this entire track with their headphones on full blast earns my respect (but i will not pay for the ear surgery). no input feedback loop, this time incorporating my diabolical first supercollider patch, which can seriously blow your eardrums if used incorrectly. its open source, so, uhh, here ya go:

SynthDef(\feedback, {arg delaylength=1, amp=1; Out.ar(0,DelayN.ar(In.ar(8,2),10,delaylength.lag,amp.lag))}).add;


{var feedback1, w, slid2d, csx, csy;


feedback1 = Synth(\feedback);


csx = ControlSpec(0.01, 9.95, 0, 0.01, 5);


csy = ControlSpec(0, 5, 0, 0.01, 1);


w=Window("No Input Feedback", Rect(600,300,200,200)); 


slid2d= Slider2D(w,Rect(5,5,175,175));


slid2d.action_({feedback1.set(\delaylength, csx.map(slid2d.x), \amp, csy.map(slid2d.y))});


w.front;}.value


and, the track:


http://www.mediafire.com/?g8hmy6bnnfv9ewl


(seriously folks, play this with the sound down REALLY low. it might damage your ears, or, even worse, YOUR EQUIPMENT!) :O


<3 artificialcuttlefish

No comments:

Post a Comment