PureData CEAMMC library web documentation
available since version: 0.6
SPEED
maximum speed of whistles if @auto enabled
type: float
PROBABILITY
whistles probability if @auto enabled
type: float
units: %
@speed
Get/set maximum speed of whistles if @auto enabled
type: float
range: 120..480
default: 240
@probability
Get/set whistles probability if @auto enabled
type: float
units: %
range: 25..100
default: 50
@gate
Get/set play trigger. Starts playing on release
type: bool
default: 0
@auto
Get/set auto playing mode
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/synth_birds/PROP_NAME
osc address, if empty bind to /synth_birds/PROP_NAME.
type: symbol
Authors: Pierre Cochard, Serge Poltavsky
License: GPL3 or later