PureData CEAMMC library web documentation
available since version: 0.9.4
FREQ
main frequency
type: float
units: Hz
DUR
duration
type: float
units: ms
@freq
Get/set base frequency
type: float
units: Hz
range: 1..10000
default: 440
@pfreq
Get/set freq multiplication coefficient
type: float
range: 0..10
default: 1
@dur
Get/set duration
type: float
units: ms
range: 10..600000
default: 5000
@gate
Get/set play trigger - 1: on, 0: off
type: float
range: 0..1
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/synth_risset_bell/PROP_NAME osc address, if empty bind to
/synth_risset_bell/PROP_NAME.
type: symbol
Authors: Serge Poltavsky
License: GPL3 or later