PureData CEAMMC library web documentation
available since version: 0.9.2
NOTE midi note
type: float
required: True
VEL velocity
type: float
required: True
@pitch
Get/set midi pitch
type: float
range: 21..108
default: 48
@freq
Get/set frequency
type: float
units: Hz
default: 130.8128
@stiffness
Get/set stiffness factor
type: float
range: 0..1
default: 0.28
@detuning
Get/set detuning factor
type: float
range: 0..1
default: 0.1
@brightness
Get/set brightness
type: float
range: 0..1
default: 0
@hammer_hardness
Get/set hammer hardness
type: float
range: 0..1
default: 0.1
@room_size
Get/set reverb room size
type: float
range: 0.005..1
default: 0.36
@reverb_gain
Get/set reverb gain
type: float
range: 0..1
default: 0.137
@width
Get/set spatialization width
type: float
range: 0..1
default: 0.5
@pan
Get/set pan angle
type: float
range: 0..1
default: 0.6
@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_piano/PROP_NAME
osc address, if empty bind to /synth_piano/PROP_NAME.
type: symbol
Authors: Romain Michon, Serge Poltavsky
License: GPL3 or later