PClipNoise UGenPatterns quark library


superclass: PWhiteNoise


based on ClipNoise


PClipNoise(mul, add, length)

mul (default: 1)

add (default: 0)

length number of values produced (default: inf)



// example

s.boot;

a= Pbind(\dur, 1/3, \legato, 0.4, \midinote, PClipNoise(10, 60).trace).play

a.stop

a= Pbind(\dur, 1/6, \legato, 0.2, \amp, PClipNoise(0.25, 0.25).trace).play

a.stop