Bass.dll volume functions
Posted: Wed Dec 05, 2018 1:54 am
Hey does anyone know how to alter the volume parameters using Bass.dll for mod playback?
The rapid development solution with a tiny footprint
https://www.emix8.org/forum/
You can use the BASS_SetConfig function to set the global volume level of a MOD. Alternatively, you can use BASS_ChannelSetAttribute to set the volume of a MOD at event-level ( either globally or per channel ). Keep in mind that since this approach is event-based, notes will retain the volume they were triggered at initially. Anyway, attached is a example.