Bass.dll volume functions
Moderator: Moderators
Bass.dll volume functions
Hey does anyone know how to alter the volume parameters using Bass.dll for mod playback?
Re: Bass.dll volume functions
Hi jinxtengu,
K
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
- Attachments
-
- BASS.zip
- (366.98 KiB) Downloaded 517 times
Re: Bass.dll volume functions
Thanks a bunch Kjell! This is just what I was looking for

