PureData CEAMMC library web documentation
available since version: 0.1
NOTE: the input level measured as sum of two input signals
THRESHOLD
dB level threshold above which gate opens
type: float
units: db
ATTACK
attack time = time constant (ms) for gate to open
type: float
units: ms
HOLD
hold time = time (ms) gate stays open after signal level < threshold
type: float
units: ms
RELEASE
release time = time constant (ms) for gate to close
type: float
units: ms
@threshold
Get/set dB level threshold above which gate opens
type: float
units: db
range: -90..0
default: -60
@attack
Get/set attack time = time constant (ms) for gate to open
type: float
units: ms
range: 0..500
default: 0.1
@hold
Get/set hold time = time (ms) gate stays open after signal level < threshold
type: float
units: ms
range: 1..500
default: 100
@release
Get/set release time = time constant (ms) for gate to close
type: float
units: ms
range: 1..500
default: 20
@bypass
Get/set bypass flag. If true: bypass 'effected' signal.
type: bool
default: 0
@active
Get/set on/off dsp processing
type: bool
default: 1
@osc (initonly)
Get/set OSC server name to listen
type: symbol
@id (initonly)
Get/set OSC address id. If specified, bind all properties to /ID/dyn_gate2/PROP_NAME
osc address, if empty bind to /dyn_gate2/PROP_NAME.
type: symbol
See also: [dyn.gate~]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later