PXLine UGenPatterns quark library


superclass: PLine


based on XLine


PXLine(start, end, dur, mul, add, length)

start fixed (default: 1)

end fixed (default: 2)

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, PXLine(1, 13, 16, 1, 49).trace).play

a.stop

a= Pbind(\dur, 1/6, \legato, 0.2, \amp, PXLine(0.8, 0.001, 32).trace).play

a.stop