skip to content

Echo

An echo effect, using a delay node. Includes a lowpass filter for tape echo-like degradation.

class
Echo
extends
Box
tag
<echo-blam>
see

Props

name type default description
beats number 1

The interval of echos, relative to the bpm set by an ancestor Audio or Sequencer element.

feedback number 0.5

The intensity of the effect. When applying a cutoff, be aware that high values can cause self-oscillation (and things can get very loud). For ear safety, the value is capped at 0.75.

cutoff number null

A lowpass filter, applied inside the feedback loop, meaning echos get progressively duller over time. Emulates the behavior of tape echo.

mix number 1

Echo is a special case. The dry signal is always 1 and the wet signal is added on top.

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

OH FUN! There are currently no examples using Echo.