[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] [cadavre exquis] swee



p = ProxySpace.push(s);

~out.play;

~x = { Sweep.ar(Dust.ar(2 ! 1), { rrand(1.0, 2.0) } ! 6).clip2 (1.0).mean };
~y = { Sweep.ar(Dust.ar(0.5), 0.1).clip2(1.0) * 1000 };

(
~out = {
	var x = ~x.ar(1);
	var onoff =  Dust.ar([1 - x, x] * ~y.ar(1) *.1 [1, 2]);
var bpf= BPF.ar(SetResetFF.ar(*onoff), x.linexp(0, 1, 100, [1000, 19000]), 0.5); Resonz.ar(CombN.ar(bpf,1, 0.1+ SinOsc.kr(0.5,add:1,mul: 0.05) ,add:bpf), Sweep.ar(Dust.ar(2) ,1100), 0.2)
}
);



El Oct 21, 2007, a las 1:21 AM, Julian Rohrhuber escribió:

p = ProxySpace.push(s);

~out.play;

~x = { Sweep.ar(Dust.ar(1 ! 1), { rrand(1.0, 2.0) } ! 6).clip2 (1.0).mean };
~y = { Sweep.ar(Dust.ar(0.1), 0.1).clip2(1.0) * 1000 };


(
~out = {
	var x = ~x.ar(1);
	var onoff =  Dust.ar([1 - x, x] * ~y.ar(1) *.1 [1, 2]);
BPF.ar(SetResetFF.ar(*onoff), x.linexp(0, 1, 100, [1000, 19000]), 0.02)
}
);
--





.
_______________________________________________
sc-users mailing list
sc-users@xxxxxxxxxxxxxxx
http://www.create.ucsb.edu/mailman/listinfo/sc-users