PLine UGenPatterns quark library
superclass: Pattern
based on Line
PLine(start, end, dur, mul, add, length)
start fixed (default: 0)
end fixed (default: 1)
dur fixed. integer number of steps to reach end (default: 1)
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, PLine(0, 12, 16, 1, 50).trace).play
a.stop
a= Pbind(\dur, 1/6, \legato, 0.2, \amp, PLine(0.8, 0, 32).trace).play
a.stop