Minim core ugens analysis |
|
Name | getPan |
Examples | None available |
Description | Returns the current pan. Usually pan will be only be available on mono audio sources because it describes a mono signal's position in a stereo field. This will be in the range [-1, 1], where -1 will place the sound only in the left speaker and 1 will place the sound only in the right speaker. |
Syntax | getPan(); |
Returns | float: the current pan or zero if a pan control is unavailable |
Usage | Web & Application |
Related | setPan ( ) shiftPan ( ) |