Minim
core
ugens
analysis
 
Name activate
Examples
None available
Description Start the Line's transition.
Syntax
activate();
activate(duration, beginAmp, endingAmp);
Parameters
duration   float: how long it should take, in seconds, to transition from the beginning value to the end value.
beginAmp   float: the value to begin at
endingAmp   float: the value to end at
Returns None
Usage Web & Application
Related