PureData CEAMMC library web documentation
available since version: 0.9.7
Band-pass filter passes frequencies within a certain range and rejects frequencies outside that range.
FREQ
center frequency
type: float
units: Hz
Q
quality factory: @freq/BANDWIDTH
type: float
@freq (initonly)
Get/set cutoff frequency
type: float
units: Hz
range: 20..20000
default: 1000
@q (initonly)
Get/set quality factor: @freq/BANDWIDTH
type: float
range: 0.25..32
default: 2
@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_bpf72e/PROP_NAME
osc address, if empty bind to /flt_bpf72e/PROP_NAME.
type: symbol
See also: [flt.bpf24~]
Authors: Serge Poltavsky
License: GPL3 or later