Minim
core | ugens | analysis
 

Line

activate

Description

Start the Line's transition.

Signature

void activate()
void activate(float duration, float beginAmp, float 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

Related

Example

None available

Usage

Web & Application