PureData CEAMMC library web documentation
доступно с версии: 0.9.2
Split the input signal into a bank of parallel signals, one for each spectral band Contains: lowpass, 3 bandbass and highpass filter A Filter-Bank is a signal bandsplitter having the property that summing its output signals gives an allpass-filtered version of the filter-bank input signal. A more conventional term for this is an "allpass-complementary filter bank"
F250
@f250 property init value
тип: float
единица: db
F500
@f500 property init value
тип: float
единица: db
F1000
@f1000 property init value
тип: float
единица: db
F2000
@f2000 property init value
тип: float
единица: db
F4000
@f4000 property init value
тип: float
единица: db
@f250
Запросить/установить first filter (lowpass) gain at 250Hz
тип: float
единица: db
диапазон: -6..6
по умолчанию: 0
@f500
Запросить/установить second filter (bandpass) gain at 500Hz
тип: float
единица: db
диапазон: -6..6
по умолчанию: 0
@f1000
Запросить/установить third filter (bandpass) gain at 1000Hz
тип: float
единица: db
диапазон: -6..6
по умолчанию: 0
@f2000
Запросить/установить fourth filter (bandpass) gain at 2000Hz
тип: float
единица: db
диапазон: -6..6
по умолчанию: 0
@f4000
Запросить/установить fifth filter (highpass) gain at 4000Hz
тип: float
единица: db
диапазон: -6..6
по умолчанию: 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/flt_fbank5x1/PROP_NAME
osc address, if empty bind to /flt_fbank5x1/PROP_NAME.
тип: symbol
Авторы: Serge Poltavsky
Лицензия: GPL3 or later