Minim
core | ugens | analysis
 

Controller

getBalance

Description

Returns the current balance. This will be in the range [-1, 1]. Usually balance will only be available for stereo audio sources, because it describes how much attenuation should be applied to the left and right channels. If a balance control is not available, this will do nothing.

Signature

float getBalance()

Returns

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

Related

setBalance ( )
shiftBalance ( )

Example

None available

Usage

Web & Application