PIntegrator UGenPatterns quark library


superclass: FilterPattern


based on Integrator


PIntegrator(pattern, coef, mul, add)

pattern

coef (default: 1)

mul (default: 1)

add (default: 0)



// example

s.boot;

a= Pbind(\dur, 1/3, \legato, 0.4, \midinote, PIntegrator(Pseq([12, 0, 0, 0, 0, 0, 0, 0, 0, 0], inf), 0.1).trace+50).play

a.stop

a= Pbind(\dur, 1/6, \legato, 0.2, \amp, PIntegrator(PImpulse(8), PSaw(64)).trace).play

a.stop