skip to content

Reverb

Convolution based reverb effect using a sample from a Sample element as the impulse response (IR).

class
Reverb
extends
Box
tag
<reverb-blam>
see

Props

name type default description
src string

The Sample element supplying the impulse response for convolution. Supply an id with this prop, or just supply a child Sample element.

cutoff number 10000

The cutoff frequency for the reverb. The lower the value, the darker the reverb.

mix number 0.5

How much wet, versus dry, signal should come through. In most cases, this is a proportion of 1. If mix is set to 0.75, 75% of the signal will be wet and 25% dry.

bypass boolean false

Whether to send just the dry signal. If set, the dry signal is sent using the wet signal’s gain value, for parity.

Examples

Examples that use the Reverb element: