PureData CEAMMC library web documentation
available since version: 0.9.4
@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.3..100
default: 0.5
@decay
Get/set decay time
type: float
units: ms
range: 1..100
default: 1
@release
Get/set release time
type: float
units: ms
range: 10..1000
default: 200
@envwait
Get/set ignore new notes until previous note is not finished release time
type: bool
default: 0
@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_snare/PROP_NAME
osc address, if empty bind to /synth_snare/PROP_NAME.
type: symbol
Authors: Serge Poltavsky
License: GPL3 or later