2 summary:: Line generator.
3 related:: Classes/XLine
4 categories:: UGens>Envelopes
9 Generates a line from the start value to the end value.
33 Output will be multiplied by this value.
38 This value will be added to the output.
43 A doneAction to be evaluated when the Line is completed. See
45 link::Reference/UGen-doneActions:: for more detail.
52 // XLine is usually better than Line for frequency
53 play({ SinOsc.ar(Line.kr(200,17000,10),0,0.1) });