PTDelay UGenPatterns quark library


superclass: PTrig1


based on TDelay


PTDelay(pattern, dur)

pattern

dur (default: 1)



// example

s.boot;

a= Pbind(\dur, 1/3, \legato, 0.4, \midinote, PTDelay(Pseq([0, 2, 4, 4], inf), 1).trace*5+50).play

a.stop

a= Pbind(\dur, 1/6, \legato, 0.2, \degree, Pseq([0, 1, 2, 3], inf), \amp, PTDelay(PImpulse(4), Pstutter(8, Pseq([1, 2, 3], inf))).trace*0.5).play

a.stop