PureData CEAMMC library web documentation
доступно с версии: 0.1
A low-pass filter is a filter that passes signals with a frequency lower than a certain cutoff frequency and attenuates signals with frequencies higher than the cutoff frequency. A low-pass filter is the complement of a high-pass filter. Butterworth filter is a type of filter designed to have a frequency response as flat as possible in the passband.
@freq
Запросить/установить cutoff frequency
тип: float
единица: Hz
диапазон: 20..20000
по умолчанию: 1000
@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_lpf24/PROP_NAME
osc address, if empty bind to /flt_lpf24/PROP_NAME.
тип: symbol
Смотрите также: [flt.lpf12~] [flt.hpf12~] [flt.c_lpf~]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later