POneZero UGenPatterns quark library
superclass: POnePole
based on OneZero
POneZero(pattern, coef, mul, add)
pattern
coef (default: 0.5)
mul (default: 1)
add (default: 0)
// example
s.boot;
a= Pbind(\dur, 1/3, \legato, 0.4, \midinote, POneZero(Pseq([12, 0, 0, 0, 0, 0, 0, 0, 0, 0], inf), 0.25).trace+50).play
a.stop
a= Pbind(\dur, 1/6, \legato, 0.2, \amp, POneZero(PImpulse(8), PSaw(64)).trace).play
a.stop