PureData CEAMMC library web documentation
available since version: 0.9.5
@gate
Get/set play trigger >0: on, 0: off. To set output gain to 0.5 you can 0.5 as trigger
value
type: float
range: 0..1
default: 0
@active
Get/set on/off dsp processing
type: bool
default: 1
@attack
Get/set attack time
type: float
units: ms
range: 0..400
default: 0
@release
Get/set release time
type: float
units: ms
range: 0..4000
default: 0
@envwait
Get/set ignore new notes until previous note is not finished release time
type: bool
default: 0
@tone
Get/set bandpass filter cutoff frequency
type: float
units: Hz
range: 400..3500
default: 3500
@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_clap/PROP_NAME
osc address, if empty bind to /synth_clap/PROP_NAME.
type: symbol
See also: [synth.kick2~] [synth.hat~]
Authors: Serge Poltavsky
License: GPL3 or later