PureData CEAMMC library web documentation
доступно с версии: 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
тип: float
DRYWET
proportion of mix between the original (dry) and 'effected' (wet) signals
тип: float
@decay
Запросить/установить decay rate. Infinite decay = 1.0
тип: float
диапазон: 0..1
по умолчанию: 0.5
@damp
Запросить/установить high-frequency damping. No damping = 0.0
тип: float
диапазон: 0..1
по умолчанию: 0.0005
@drywet
Запросить/установить proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet
тип: float
диапазон: 0..1
по умолчанию: 0.33
@predelay
Запросить/установить a delay operating on the 'wet' signal. Large values will provide the impression
of a larger room
тип: float
единица: ms
диапазон: 0..100
по умолчанию: 40
@idiff1
Запросить/установить input diffusion factor 1
тип: float
диапазон: 0..1
по умолчанию: 0.625
@idiff2
Запросить/установить input diffusion factor 2
тип: float
диапазон: 0..1
по умолчанию: 0.75
@bypass
Запросить/установить bypass flag. If true: bypass 'effected' signal.
тип: bool
по умолчанию: 0
@active
Запросить/установить on/off dsp processing
тип: bool
по умолчанию: 1
@ddiff1
Запросить/установить decay diffusion factor 1
тип: float
диапазон: 0..1
по умолчанию: 0.5
@ddiff2
Запросить/установить decay diffusion factor 2
тип: float
диапазон: 0..1
по умолчанию: 0.7
@bw
Запросить/установить band-width filter (pre filtering)
тип: float
диапазон: 0..1
по умолчанию: 0.9995
@osc (initonly)
Запросить/установить OSC server name to listen
тип: symbol
@id (initonly)
Запросить/установить OSC address id. If specified, bind all properties to /ID/fx_dattorro/PROP_NAME
osc address, if empty bind to /fx_dattorro/PROP_NAME.
тип: symbol
Авторы: Serge Poltavsky
Лицензия: GPL3 or later