POnePole UGenPatterns quark library
superclass: FilterPattern
based on OnePole
POnePole(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, POnePole(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, POnePole(PImpulse(8), PSaw(64)).trace).play
a.stop