Page 1 of 1

Bass.dll volume functions

Posted: Wed Dec 05, 2018 1:54 am
by jinxtengu
Hey does anyone know how to alter the volume parameters using Bass.dll for mod playback?

Re: Bass.dll volume functions

Posted: Wed Dec 05, 2018 2:45 pm
by Kjell
Hi jinxtengu,
jinxtengu wrote: Wed Dec 05, 2018 1:54 amHey does anyone know how to alter the volume parameters using Bass.dll for mod playback?
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.

K

Re: Bass.dll volume functions

Posted: Wed Dec 05, 2018 11:54 pm
by jinxtengu
Thanks a bunch Kjell! This is just what I was looking for
:)