PureData CEAMMC library web documentation
доступно с версии: 0.9.1
Frequency response of a comb filter consists of a series of regularly spaced notches, giving the appearance of a comb Structure of a feedforward comb filter may be described by the following difference equation: y[n]=x[n]+αy[n-K]} where K is the delay length (measured in samples), and α is a scaling factor applied to the delayed sum
@a
Запросить/установить scaling factor of delayed signal sum
тип: float
диапазон: -1..1
по умолчанию: 0.75
@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_fb_comb/PROP_NAME
osc address, if empty bind to /flt_fb_comb/PROP_NAME.
тип: symbol
Смотрите также: [flt.ff_comb~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later