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: 10..5000
default: 44
@click
Get/set speed of the pitch envelope
type: float
units: ms
range: 5..1000
default: 20
@drive
Get/set gain multiplier going into the saturator
type: float
range: 1..10
default: 2.5
@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_kick2/PROP_NAME
osc address, if empty bind to /synth_kick2/PROP_NAME.
type: symbol
See also: [synth.kick~]
Authors: Serge Poltavsky
License: GPL3 or later