PureData CEAMMC library web documentation
available since version: 0.6
delay that doesn't click and doesn't transpose when the delay time is changed
DELAY
delay time
type: float
units: ms
FEEDBACK
feedback coefficient
type: float
clear
clears delay line
reset
same as reset
@delay
Get/set echo time
type: float
units: ms
range: 0..6000
default: 1
@feedback
Get/set feedback coefficient
type: float
range: 0..1
default: 0
@interpolation
Get/set interpolation time
type: float
units: ms
range: 1..200
default: 20
@drywet
Get/set proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet.
type: float
range: 0..1
default: 1
@bypass
Get/set if set to 1 - bypass 'effected' signal.
type: bool
default: 0
@active
Get/set on/off dsp processing
type: bool
default: 1
See also: [fx.echo~]
Authors: Yann Orlarey, Serge Poltavsky
License: GPL3 or later