View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

irish birds

//irish birds (sc3)
//julian rohrhuber
(
#{ 
	{
		var a, f, mx, my;
		mx = MouseX.kr([1000, 1500]);
		my = MouseY.kr([0.01, 1]);
		f = #[160, 80];
		f = f * Lag.kr(LFPulse.kr(#[1, 3]*LFPulse.kr(1/16, 0, 1/32, 1.5, 1), 0,  0.1, 2, 2), 0.05); 
		
		a = Mix.ar([Saw.ar(f, 0.1), SinOsc.ar(f*10.34, 0.5, 0.01)]);
		a = Lag.ar(a, 0.005);
		a = RLPF.ar(a, mx + LFNoise0.kr([8, 8], 600, 700), my);
		//a = Mix.ar(a);
		//a = DelayL.ar(a, 3, 3, 1, a);
		
		a = BRF.ar(a, f, 0.1)*Lag.kr(LFPulse.kr(0.008, 0, 0.8), 6);
	}.play;
}.send;
)




Links to this Page