BASS

BASS_CONFIG_CURVE_PAN config option


The translation curve of panning values.

BASS_SetConfig(
    BASS_CONFIG_CURVE_PAN,
    BOOL logpan
);

Parameters

logpanPanning 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.

See also

BASS_GetConfig, BASS_SetConfig, BASS_ATTRIB_PAN, BASS_CONFIG_CURVE_VOL