Minim
core | ugens | analysis
 

Controller

getPan

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.

Signature

float getPan()

Returns

float: the current pan or zero if a pan control is unavailable

Related

setPan ( )
shiftPan ( )

Example

None available

Usage

Web & Application