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