Starting value (init-time only)
Ending value (init-time only)
Duration in seconds (init-time only)
A done-action that is evaluated when the Line has
reached the end value after the given duration
Starting value (init-time only)
Ending value (init-time only)
Duration in seconds (init-time only)
A done-action that is evaluated when the Line has
reached the end value after the given duration
An exponential curve generator UGen that moves from a start value to the end value in a given duration.
At a given point in time
0 <= t <= dur, the output value isstart * (stop/start).pow(t/dur).Warning: It must be ensured that the both
startis not zero andstartandendhave the same sign (e.g. astartof-1and an end of-0.001are valid), otherwise the UGen will output aNaN! While in the case ofendbeing zero the UGen will also output zero, it is recommended to treat this case as pathological as well.Examples
Line