[sc-users] changing the frequency of an oscillator at the zero crossing

Till Bovermann tboverma at techfak.uni-bielefeld.de
Wed Oct 31 10:17:39 PST 2007


On 31.10.2007, at 01:10, <yx6 at in.gr> <yx6 at in.gr> wrote:

> hi ,im trying to change the frequency of an oscillator only when  
> its output value crosses 0 ,
> something like this :
>
> k = { SinOsc.ar(Latch.ar(WhiteNoise.ar(1400), k.value), 0, 1) };
>

l = {
	k = SinOsc.ar(
		Latch.ar(WhiteNoise.ar(1400), k),
		0,
		1
	)
};

l.play

perhaps this way?

regards
Till


>
> ,any tips?
>
> -peter
> (yx6 at in.gr)
>
> _______________________________________________
> sc-users mailing list
> sc-users at create.ucsb.edu
> http://www.create.ucsb.edu/mailman/listinfo/sc-users



More information about the sc-users mailing list