rate at which to generate random values.
rate at which to generate random values.
A dynamic ramp noise UGen. Like
LFNoise1, it generates linearly interpolated random values between-1and+1at a rate given by thefreqargument, with two differences: There is no time quantization, and it there is fast recovery from low freq values.In contrast,
LFNoise0,LFNoise1, andLFNoise2quantize to the nearest integer division of the sample rate, and they poll the freq argument only when scheduled, and thus seem to hang when the frequencies get very low.If very high or very low frequencies are not needed, or fixed frequencies are used,
LFNoise1is more efficient.Ramp
LFDNoise3
LFDNoise0
LFNoise1