BASS_ATTRIB_MUSIC_PANSEP attribute
The pan separation level of a MOD music.
BASS_ChannelSetAttribute(
HMUSIC handle,
BASS_ATTRIB_MUSIC_PANSEP,
float pansep
);
Parameters
| handle | The MOD music handle. |
| pansep | Pan separation... 0 (min) to 100 (max), 50 = linear. This will be rounded down to a whole number. |