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

[sc-users] Ugens out of synch?



Hi,

Why does the Impulse and LFNoise slowly move out of synch?

(
{
t = 6;
e = EnvGen.kr(Env.perc(0, 0.1), gate: Impulse.kr(t));
f = LFNoise0.kr(t, 400, 600);
SinOsc.ar(f)*e
}.play
)

Sorry if I'm being dense.