PureData CEAMMC library web documentation
available since version: 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
Get/set scaling factor of delayed signal sum
type: float
range: -1..1
default: 0.75
@active
Get/set on/off dsp processing
type: bool
default: 1
@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/flt_fb_comb/PROP_NAME
osc address, if empty bind to /flt_fb_comb/PROP_NAME.
type: symbol
See also: [flt.ff_comb~]
Authors: Serge Poltavsky
License: GPL3 or later