BASS_ATTRIB_MIDI_REVERB attribute

The reverb effect level.

BASS_ChannelSetAttribute(
    DWORD handle,
    BASS_ATTRIB_MIDI_REVERB,
    float level
);

Parameters

handleThe MIDI stream handle.
levelThe reverb level... 0 = silent.

Remarks

This attribute is applied on top of the MIDI_EVENT_REVERB_LEVEL event value; the final reverb level is the product of both. Unlike the MIDI_EVENT_REVERB_LEVEL event value, this setting cannot be changed by a MIDI file.

The default value is 1.0. Changes can be made at any time, but the effect of changes during playback may not be heard instantaneously due to buffering.

See also

BASS_MIDI_StreamEvent

BASS_ChannelGetAttribute, BASS_ChannelSetAttribute