PureData CEAMMC library web documentation
доступно с версии: 0.9.4
SIZE
echo time
тип: float
FB
feedback coefficient
тип: float
@predelay
Запросить/установить pre delay
тип: float
единица: ms
диапазон: 1..200
по умолчанию: 20
@fb
Запросить/установить feedback coefficient
тип: float
диапазон: 0..1
по умолчанию: 0.3
@hfdamp
Запросить/установить damping factor for high frequencies
тип: float
диапазон: 0..1
по умолчанию: 1
@size
Запросить/установить room size (0: no room, 1: small, 2: medium, 3: large). Non-integer values are
interpolated betweed neighbours, for example 1.3 is interpoltation between
first and second room size with 0.3 ratio.
тип: float
диапазон: 0..3
по умолчанию: 1
@drywet
Запросить/установить proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet
тип: float
диапазон: 0..1
по умолчанию: 0.5
@bypass
Запросить/установить bypass flag. If true: bypass 'effected' signal.
тип: bool
по умолчанию: 0
@active
Запросить/установить on/off dsp processing
тип: bool
по умолчанию: 1
@osc (initonly)
Запросить/установить OSC server name to listen
тип: symbol
@id (initonly)
Запросить/установить OSC address id. If specified, bind all properties to /ID/fx_room/PROP_NAME osc
address, if empty bind to /fx_room/PROP_NAME.
тип: symbol
Авторы: Serge Poltavsky
Лицензия: GPL3 or later