BASS_CONFIG_CURVE_PAN config option
The translation curve of panning values.
BASS_SetConfig( BASS_CONFIG_CURVE_PAN, BOOL logpan );
Parameters
logpan | Panning curve... FALSE = linear, TRUE = logarithmic. |
Remarks
The panning curve affects panning in exactly the same way as the volume curve (BASS_CONFIG_CURVE_VOL) affects the volume.The linear curve is used by default.