Question about volume

Started by Phil75,

Phil75

Hello  :)

from what I understood from reading the documentation :

"BASS_ATTRIB_VOL" : "This attribute applies to playback of the channel, and does not affect the channel's sample data,..."

"BASS_FX_VOLUME_PARAM" : "Unlike the BASS_ATTRIB_VOL attribute, this effect modifies the channel's sample data..."

but I couldn't find the information that says if the data is modified with "BASS_BFX_VOLUME".

Ian @ un4seen

Yes, the sample data is modified by the BASS_FX_BFX_VOLUME effect. Any volume adjustment (or other effect) that's applied via BASS_ChannelSetFX will be modifying the sample data.