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

Re: [sc-users] trigger when value changes



hey

is there a UGen which produce a trigger signal (kr) when a value changes? like InTrig for arguments.


a = { |x| Decay.kr(HPZ2.kr(x) > 0, 0.01) * SinOsc.ar(4000) * 0.1 }.play;

a.set(\x, 1.0.rand);
--





.