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 UGen
s
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
start
is not zero andstart
andend
have the same sign (e.g. astart
of-1
and an end of-0.001
are valid), otherwise the UGen will output aNaN
! While in the case ofend
being 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
Line
has reached the end value after the given durationLine