PureData CEAMMC library web documentation
available since version: 0.7
BITS
number of bits
type: int
DOWNSAMP
number of samples to skip
type: int
units: samp
@bits
Get/set output bits
type: int
range: 1..16
default: 16
@downsamp
Get/set number samples to skip
type: int
units: samp
range: 1..200
default: 1
@bypass
Get/set bypass flag. If true: bypass 'effected' signal.
type: bool
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/fx_bitdown/PROP_NAME
osc address, if empty bind to /fx_bitdown/PROP_NAME.
type: symbol
Authors: Viacheslav Lotsmanov, Serge Poltavsky
License: GPL3 or later