Minim
core | ugens | analysis
 

Controller

shiftPan

Description

Transitions the pan from one value to another.

Signature

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

Parameters

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

Returns

None

Related

getPan ( )
setPan ( )

Example

None available

Usage

Web & Application