BASS_CONFIG_MUSIC_VIRTUAL config option
The maximum number of virtual channels to use in the rendering of IT files.
BASS_SetConfig(
BASS_CONFIG_MUSIC_VIRTUAL,
DWORD chans
);
Parameters
chans | The number of virtual channels... 0 (min) to 512 (max). If the value specified is outside this range, it is automatically capped.
|
Remarks
This setting only affects IT files, as the other MOD music formats do not have virtual channels. The default setting is 64. Changes only apply to subsequently loaded files, not any that are already loaded.
See also
BASS_GetConfig, BASS_MusicLoad, BASS_SetConfig, BASS_ATTRIB_MUSIC_ACTIVE