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: 5..400
default: 20
@release
Get/set release time
type: float
units: ms
range: 5..4000
default: 100
@envwait
Get/set ignore new notes until previous note is not finished release time
type: bool
default: 0
@freq
Get/set base frequency
type: float
units: Hz
range: 300..4000
default: 317
@tone
Get/set bandpass filter cutoff frequency
type: float
units: Hz
range: 800..18000
default: 6400
@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_hat/PROP_NAME
osc address, if empty bind to /synth_hat/PROP_NAME.
type: symbol
See also: [synth.kick2~]
Authors: Serge Poltavsky
License: GPL3 or later