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