The reverb effect level.
BASS_ChannelSetAttribute(
HSTREAM handle,
BASS_ATTRIB_MIDI_REVERB,
float level
);
| handle | The MIDI stream handle. |
| level | The reverb level... 0 = silent, 1.0 = normal/default, above 1.0 = amplification. |
Changes can be made at any time, but the effect of changes during playback may not be heard instantaneously due to buffering.