PureData CEAMMC library web documentation
доступно с версии: 0.1
RATIO
compression ratio (1 = no compression, >1 means compression)
тип: float
THRESHOLD
level threshold above which compression kicks in
тип: float
единица: db
ATTACK
attack time = time constant when level & compression going up
тип: float
единица: ms
RELEASE
release time = time constant coming out of compression
тип: float
единица: ms
@ratio
Запросить/установить compression ratio (1 = no compression, >1 means compression)
тип: float
диапазон: 1..16
по умолчанию: 1
@threshold
Запросить/установить level threshold above which compression kicks in
тип: float
единица: db
диапазон: -90..0
по умолчанию: -10
@attack
Запросить/установить time constant when level & compression going up
тип: float
единица: ms
диапазон: 0.1..100
по умолчанию: 10
@release
Запросить/установить release time = time constant coming out of compression
тип: float
единица: ms
диапазон: 1..500
по умолчанию: 50
@gain
Запросить/установить make up gain: applied to the signal after the compression takes place
тип: float
единица: db
диапазон: -18..18
по умолчанию: 0
@bypass
Запросить/установить bypass flag. If true: bypass 'effected' signal.
тип: bool
по умолчанию: 0
@level (readonly)
Запросить current level of compression
тип: float
диапазон: 0..1
по умолчанию: 0
@active
Запросить/установить on/off dsp processing
тип: bool
по умолчанию: 1
@refresh
Запросить/установить compression level output time interval. If 0 - no output
тип: int
единица: ms
диапазон: 0..1000
по умолчанию: 100
@osc (initonly)
Запросить/установить OSC server name to listen
тип: symbol
@id (initonly)
Запросить/установить OSC address id. If specified, bind all properties to /ID/dyn_comp2/PROP_NAME
osc address, if empty bind to /dyn_comp2/PROP_NAME.
тип: symbol
Смотрите также: [dyn.comp~]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later