Echo
An echo effect, using a delay node. Includes a lowpass filter for tape echo-like degradation.
- class
- Echo
- extends
- Box
- tag
<echo-blam>
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 | 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 |
| bypass | boolean | false | Whether to send just the dry signal. If set, the |
Examples
OH FUN! There are currently no examples using Echo.