PureData CEAMMC library web documentation
доступно с версии: 0.2
A simple Schroeder reverberator primarily developed by "Jezar at Dreampoint" that is extensively used in the free-software world. It uses four Schroeder allpasses in series and eight parallel Schroeder-Moorer filtered-feedback comb-filters for each audio channel, and is said to be especially well tuned.
ROOM
room size
тип: float
DRYWET
proportion of mix between the original (dry) and 'effected' (wet) signals
тип: float
@room
Запросить/установить room size
тип: float
диапазон: 0..1
по умолчанию: 0.5
@damp
Запросить/установить damping of the lowpass comb filter
тип: float
диапазон: 0..1
по умолчанию: 0.5
@drywet
Запросить/установить proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet
тип: float
диапазон: 0..1
по умолчанию: 0.33
@bypass
Запросить/установить bypass flag. If true: bypass 'effected' signal.
тип: bool
по умолчанию: 0
@active
Запросить/установить on/off dsp processing
тип: bool
по умолчанию: 1
@freeze
Запросить/установить freeze reverberation tail
тип: bool
по умолчанию: 0
@fr_room
Запросить/установить freeze room size
тип: float
диапазон: 0..1
по умолчанию: 0.999
@fr_damp
Запросить/установить freeze room damp
тип: float
диапазон: 0..1
по умолчанию: 0.0001
@fr_time
Запросить/установить length of freeze tail
тип: float
единица: ms
диапазон: 0..1000
по умолчанию: 100
@osc (initonly)
Запросить/установить OSC server name to listen
тип: symbol
@id (initonly)
Запросить/установить OSC address id. If specified, bind all properties to /ID/fx_freeverb/PROP_NAME
osc address, if empty bind to /fx_freeverb/PROP_NAME.
тип: symbol
Смотрите также: [fx.freeverb2~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later