PureData CEAMMC library web documentation
available since version: 0.1
Calculates coefficients for transfer function: H(z)=(b0 + b1z⁻¹ + b2z⁻²)/(1 + a1z⁻¹ + a2z⁻²)
FREQ
center frequency
type: float
units: Hz
Q
quality factory
type: float
@freq
Get/set center frequency
type: float
units: Hz
range: 20..20000
default: 1000
@q
Get/set quality factor: @freq/BANDWIDTH
type: float
range: 0.01..100
default: 1
@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_c_hpf/PROP_NAME
osc address, if empty bind to /flt_c_hpf/PROP_NAME.
type: symbol
See also: [flt.biquad~] [flt.hpf12~]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later