PureData CEAMMC library web documentation
доступно с версии: 0.1
THRESHOLD
dB level threshold above which gate opens
тип: float
единица: db
ATTACK
attack time = time constant (ms) for gate to open
тип: float
единица: ms
HOLD
hold time = time (ms) gate stays open after signal level < threshold
тип: float
единица: ms
RELEASE
release time = time constant (ms) for gate to close
тип: float
единица: ms
@threshold
Запросить/установить dB level threshold above which gate opens
тип: float
единица: db
диапазон: -90..0
по умолчанию: -60
@attack
Запросить/установить attack time = time constant (ms) for gate to open
тип: float
единица: ms
диапазон: 0..500
по умолчанию: 0.1
@hold
Запросить/установить hold time = time (ms) gate stays open after signal level < threshold
тип: float
единица: ms
диапазон: 1..500
по умолчанию: 100
@release
Запросить/установить release time = time constant (ms) for gate to close
тип: float
единица: ms
диапазон: 1..500
по умолчанию: 20
@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/dyn_gate/PROP_NAME osc
address, if empty bind to /dyn_gate/PROP_NAME.
тип: symbol
Смотрите также: [dyn.gate2~]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later