-
-
Notifications
You must be signed in to change notification settings - Fork 144
help mixer effects reverb
Thomas Tortorini edited this page Mar 29, 2025
·
6 revisions
This is the Reverb effect. It's a convolution reverb which uses a impulse responses created on the fly from the parameters.
Wikipedia:
Reverb effect,
Natural Reverberation,
Impulse response.
-
dry: This is the volume of the input sound (in %).
-
wet: This is the volume of the output sound (in %), it's the result of effect itself.
The 3 next parameters 👇 are all in beats which means it will stay synchonized with the BPM (on tempo).
-
delay: This is the amount of time before the reverb starts after receiving the input sound.
-
fade-in: This is the time taken for the reverb to reach the maximum volume.
-
decay: This is the time taken for the reverb to fade away (0% volume). This parameter could also be called
fade-out
.