DLL_API signed char F_API FMUSIC_OptimizeChannels(
FMUSIC_MODULE *mod,
int maxchannels,
int minvolume
);
mod | Pointer to the song to set channel/volume optimization settings. |
maxchannels | Channel count to be mixed before fmusic starts to drop channels from the song. |
minvolume | If maxchannels is exceeded, then music channels with volumes below this value will not be played. Range is 0-64. This is the value the tracker displays. All trackers use 0-64. |