PLFPulse UGenPatterns quark library
superclass: Pattern
based on LFPulse
PLFPulse(freq, iphase, width, mul, add, length)
freq (default: 440)
iphase fixed (default: 0)
width (default: 0.5)
mul (default: 1)
add (default: 0)
length number of values produced (default: inf)
// example
s.boot;
a= Pbind(\dur, 1/3, \legato, 0.4, \midinote, PLFPulse(16, 0, 0.5, 10, 60).trace).play
a.stop
a= Pbind(\dur, 1/6, \legato, 0.2, \amp, PLFPulse(PSinOsc(64, 0, 8, 12), 0, 0.33, 0.25).trace).play
a.stop