Minim core ugens analysis |
|
Name | getBalance |
Examples | None available |
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. |
Syntax | getBalance(); |
Returns | float: the current balance or zero if a balance control is unavailable |
Usage | Web & Application |
Related | setBalance ( ) shiftBalance ( ) |