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