BASS_ATTRIB_MUSIC_PANSEP attribute

The pan separation level of a MOD music.

BASS_ChannelSetAttribute(
    HMUSIC handle,
    BASS_ATTRIB_MUSIC_PANSEP,
    float pansep
);

Parameters

handleThe MOD music handle.
pansepPan separation... 0 (min) to 100 (max), 50 = linear. This will be rounded down to a whole number.

Remarks

By default BASS uses a linear panning "curve". If you want to use the panning of FT2, use a pan separation setting of around 35. To use the Amiga panning (ie. full left and right) set it to 100.

See also

BASS_ChannelGetAttribute, BASS_ChannelSetAttribute, BASS_ChannelSlideAttribute