beta
cables is under heavy development.
There might be one or another bug, please let us know about it!

Delay Op



Delay
Namespace: Ops.WebAudio

Op author: simod

add a delay effect to an audio stream




Inputs

Audio In (Object)

audio input

Main Controls

Dry/Wet (Number)

dry wet control

Feedback (Number)

number of repeats

Delay Time (MS) (Number)

delay time in miliseconds, deactivated when bpm based delay time is selected

Delay Shift (MS) (Number)

shifts the delaytime the given amount of miliseconds (negative numbers are also possible)

BPM based delay time (boolean /Number)

check to activate bpm synced delay

Synced Controls

BPM (Number)

beats per minute, the tempo

Delay Time (note value) index (integer /Number)
Use Filter & Modulation (boolean /Number)

check to use filters in the delay path and delay time modulation

Filters & Modulation

Highpass Frequency (Number)

frequency of the highpass filter

Highpass Q (Number)

Q value of the highpass filter

Lowpass Frequency (Number)

frequency of the lowpass filter

Lowpass Q (Number)

Q value of the lowpass filter

LFO Speed (Hz) (Number)

modulation speed in hertz

LFO Intensity (Number)

intensity of the delay time modulation

LFO Waveform index (integer /Number)

choose between two different waveforms: sine & triangle

Outputs

Mix Out (Object)

mixed audio output

Wet Out (Object)

delay only output


Caught a mistake or want to contribute to the documentation?

Edit Documentation 

Ops.WebAudio.Delay example patch

Example patch for the Delay op


Patches using Delay

  • Examples (1)
  • Public
  • My Patches

Changelog


created op
2021-02-08 - simod
Ops.User.simod.Delay renamed to Ops.WebAudio.Delay
2021-02-09 - simod