PureData CEAMMC library web documentation
available since version: 0.9.6
Reverberator based on the Dattorro reverb topology with default reverb parameters from the original paper
DECAY
decay rate, infinite decay = 1.0
type: float
DRYWET
proportion of mix between the original (dry) and 'effected' (wet) signals
type: float
@decay
Get/set decay rate. Infinite decay = 1.0
type: float
range: 0..1
default: 0.5
@damp
Get/set high-frequency damping. No damping = 0.0
type: float
range: 0..1
default: 0.0005
@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: 0.33
@predelay
Get/set a delay operating on the 'wet' signal. Large values will provide the impression
of a larger room
type: float
units: ms
range: 0..100
default: 40
@idiff1
Get/set input diffusion factor 1
type: float
range: 0..1
default: 0.625
@idiff2
Get/set input diffusion factor 2
type: float
range: 0..1
default: 0.75
@bypass
Get/set bypass flag. If true: bypass 'effected' signal.
type: bool
default: 0
@active
Get/set on/off dsp processing
type: bool
default: 1
@ddiff1
Get/set decay diffusion factor 1
type: float
range: 0..1
default: 0.5
@ddiff2
Get/set decay diffusion factor 2
type: float
range: 0..1
default: 0.7
@bw
Get/set band-width filter (pre filtering)
type: float
range: 0..1
default: 0.9995
@osc (initonly)
Get/set OSC server name to listen
type: symbol
@id (initonly)
Get/set OSC address id. If specified, bind all properties to /ID/fx_dattorro/PROP_NAME
osc address, if empty bind to /fx_dattorro/PROP_NAME.
type: symbol
Authors: Serge Poltavsky
License: GPL3 or later