Minim
core | ugens | analysis
 

Controller

shiftGain

Description

Transitions the gain from one value to another.

Signature

void shiftGain(float from, float to, int millis)

Parameters

from — float: the starting gain
to — float: the ending gain
millis — int: the length of the transition in milliseconds

Returns

None

Related

getGain ( )
setGain ( )

Example

None available

Usage

Web & Application