BASS_MUSIC_ATTRIB_VOL_GLOBAL music attribute

The global volume level of a MOD music.

BASS_MusicSetAttribute(
    HMUSIC handle,
    BASS_MUSIC_ATTRIB_VOL_GLOBAL,
    DWORD volume
);

Parameters
handleThe MOD music's handle.
volumeThe global volume level... 0 (min) - 64 (max, 128 for IT format).

Remarks
This attribute is a direct mapping of the MOD's global volume - the value can be changed via effects in the MOD itself.

See also
BASS_MusicSetAttribute, BASS_MUSIC_ATTRIB_AMPLIFY