PureData CEAMMC library web documentation
доступно с версии: 0.9.7
Low-frequency speaker model = +12 dB/octave slope breaking to flat near @f1. Implemented using two dc blockers in series. High-frequency model = -24 dB/octave slope implemented using a fourth-order Butterworth lowpass.
F1
lower band frequency
тип: float
единица: Hz
F2
high band frequency
тип: float
единица: Hz
@f1
Запросить/установить lower band frequency
тип: float
единица: Hz
диапазон: 20..1000
по умолчанию: 130
@f2
Запросить/установить high band frequency
тип: float
единица: Hz
диапазон: 1000..20000
по умолчанию: 5000
@gain
Запросить/установить filter gain
тип: float
единица: db
диапазон: -30..30
по умолчанию: 0
@drywet
Запросить/установить proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet
тип: float
диапазон: 0..1
по умолчанию: 1
@bypass
Запросить/установить bypass flag. If true: bypass 'effected' signal.
тип: bool
по умолчанию: 0
@osc (initonly)
Запросить/установить OSC server name to listen
тип: symbol
@id (initonly)
Запросить/установить OSC address id. If specified, bind all properties to /ID/flt_speaker/PROP_NAME
osc address, if empty bind to /flt_speaker/PROP_NAME.
тип: symbol
@active
Запросить/установить on/off dsp processing
тип: bool
по умолчанию: 1
Смотрите также: [flt.bpf24~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later