Reference library > Processors: Delays
Processors: Delays
- AllpassDelay: All-pass delay, with
feedback
between 0 and 1.delay_time
must be less than or equal tomax_delay_time
. - CombDelay: Comb delay, with
feedback
between 0 and 1.delay_time
must be less than or equal tomax_delay_time
. - OneTapDelay: Single-tap delay line.
delay_time
must be less than or equal tomax_delay_time
. - Stutter: Stutters the input whenever a trigger is received on
clock
. Generatesstutter_count
repeats, with duration ofstutter_time
.
Last update:
2023-12-03
Created: 2023-11-09
Created: 2023-11-09