Minim
core
ugens
analysis
 
Name shiftGain
Examples
None available
Description Transitions the gain from one value to another.
Syntax
shiftGain(from, to, millis);
Parameters
from   float: the starting gain
to   float: the ending gain
millis   int: the length of the transition in milliseconds
Returns None
Usage Web & Application
Related getGain ( )
setGain ( )