PureData CEAMMC library web documentation
available since version: 0.1
gain boost|cut above some frequency Calculates coefficients for transfer function: H(z)=(b0 + b1z⁻¹ + b2z⁻²)/(1 + a1z⁻¹ + a2z⁻²)
FREQ
cutoff frequency
type: float
units: Hz
GAIN
filter gain
type: float
units: db
@freq
Get/set center frequency
type: float
units: Hz
range: 20..20000
default: 10000
@gain
Get/set filter gain
type: float
units: db
range: -15..15
default: 0
@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_highshelf/PROP_NAME osc address, if empty bind to
/flt_c_highshelf/PROP_NAME.
type: symbol
See also: [flt.highshelf~] [flt.biquad~]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later