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
A done-action that is evaluated when the Line has
reached the end value after the given duration
Duration in seconds (init-time only)
Ending value (init-time only)
Abstract method which must be implemented by creating the actual UGens
during expansion.
Starting value (init-time only)
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.Starting value (init-time only)
Ending value (init-time only)
Duration in seconds (init-time only)
A done-action that is evaluated when the
Linehas reached the end value after the given durationLine