PureData CEAMMC library web documentation
available since version: 0.1
A high-pass filter is an electronic filter that passes signals with a frequency higher than a certain cutoff frequency and attenuates signals with frequencies lower than the cutoff frequency. Butterworth filter is a type of filter designed to have a frequency response as flat as possible in the passband.
@freq
Get/set cutoff frequency
type: float
units: Hz
range: 20..20000
default: 10000
@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_hpf24/PROP_NAME
osc address, if empty bind to /flt_hpf24/PROP_NAME.
type: symbol
See also: [flt.hpf12~] [flt.lpf12~] [flt.c_hpf~]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later