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