PureData CEAMMC library web documentation
available since version: 0.6
NOTE midi note
type: float
required: True
VEL velocity
type: float
required: True
@pitch
Get/set midi pitch
type: float
range: 36..84
default: 48
@freq
Get/set frequency
type: float
units: Hz
default: 130.8128
@pos
Get/set pluck position (1 is on the bridge)
type: float
range: 0..1
default: 0.5
@mute
Get/set mute coefficient (0 for no mute and 1 for instant mute)
type: float
range: 0..1
default: 0
@gain
Get/set pluck gain
type: float
range: 0..1
default: 1
@gate
Get/set play trigger - 1: on, 0: off
type: float
range: 0..1
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_eguitar/PROP_NAME osc address, if empty bind to
/synth_eguitar/PROP_NAME.
type: symbol
Authors: Serge Poltavsky
License: GPL3 or later