PureData CEAMMC library web documentation
available since version: 0.2
DECAY_LOW
time (in seconds) to decay 60dB in low-frequency band
type: float
units: sec
DECAY_MID
time (in seconds) to decay 60dB in mid-frequency band
type: float
units: sec
DRYWET
ratio between source signal (dry) and processed signal (wet)
type: float
@decay_low
Get/set time (in seconds) to decay 60dB in low-frequency band
type: float
units: sec
range: 1..60
default: 3
@decay_mid
Get/set time (in seconds) to decay 60dB in mid-frequency band
type: float
units: sec
range: 1..60
default: 2
@predelay
Get/set a delay operating on the 'wet' signal. Large values will provide the impression
of a larger room
type: float
units: ms
range: 0..100
default: 40
@freq_low
Get/set Crossover frequency (Hz) separating low and middle frequencies
type: float
units: Hz
range: 50..1000
default: 200
@damp_hf
Get/set Frequency (Hz) at which the high-frequency T60 is half the middle-band's T60
type: float
units: Hz
range: 1500..47040
default: 6000
@drywet
Get/set Ratio between source signal (dry) and processed signal (wet)
type: float
range: 0..1
default: 1
@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
@freeze
Get/set freeze reverberation tail
type: bool
default: 0
@fr_mdecay
Get/set time (in seconds) to decay 60dB in mid-frequency band
type: float
units: sec
range: 0..60
default: 40
@fr_ldecay
Get/set time (in seconds) to decay 60dB in low-frequency band
type: float
units: sec
range: 0..60
default: 40
@fr_time
Get/set length of freeze tail
type: float
units: ms
range: 0..1000
default: 100
@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/fx_zita_rev1/PROP_NAME
osc address, if empty bind to /fx_zita_rev1/PROP_NAME.
type: symbol
Authors: Serge Poltavsky
License: GPL3 or later