2 summary:: Exponential line generator.
4 categories:: UGens>Envelopes
9 Generates an exponential curve from the start value to the end value.
10 Both the start and end values must be non-zero and have the same sign.
34 Output will be multiplied by this value.
39 This value will be added to the output.
44 A doneAction to be evaluated when the line is completed. See
46 link::Reference/UGen-doneActions:: for more detail.
53 play({ SinOsc.ar(XLine.kr(200,17000,10),0,0.1) });