PureData CEAMMC library web documentation
доступно с версии: 0.9.2
NOTE midi note
тип: float
обязательно: True
VEL velocity
тип: float
обязательно: True
@pitch
Запросить/установить midi pitch
тип: float
диапазон: 24..96
по умолчанию: 48
@freq
Запросить/установить frequency
тип: float
единица: Hz
по умолчанию: 130.8128
@room_size
Запросить/установить reverb room size
тип: float
диапазон: 0.005..1
по умолчанию: 0.36
@nonlin
Запросить/установить nonlinearity factor
тип: float
диапазон: 0..1
по умолчанию: 0
@integration
Запросить/установить integration constant
тип: float
диапазон: 0..1
по умолчанию: 0
@gain
Запросить/установить base gain
тип: float
диапазон: 0..1
по умолчанию: 1
@strike
Запросить/установить strike or bow
тип: int
диапазон: 0..1
по умолчанию: 0
@bow_press
Запросить/установить bow pressure on the instrument
тип: float
диапазон: 0..1
по умолчанию: 0.2
@modtype
Запросить/установить modulation type. 0=theta is modulated by the incoming signal. 1=theta is
modulated by the averaged incoming signal. 2=theta is modulated by the squared
incoming signal. 3=theta is modulated by a sine wave of frequency @modfreq.
4=theta is modulated by a sine wave of frequency @freq
тип: int
диапазон: 0..4
по умолчанию: 0
@modfreq
Запросить/установить frequency of the sine wave for the modulation of theta (works if @modetype=3)
тип: float
единица: Hz
диапазон: 20..1000
по умолчанию: 220
@reverb_gain
Запросить/установить reverb gain
тип: float
диапазон: 0..1
по умолчанию: 0.137
@width
Запросить/установить spatialization width
тип: float
диапазон: 0..1
по умолчанию: 0.5
@pan
Запросить/установить pan angle
тип: float
диапазон: 0..1
по умолчанию: 0.6
@gate
Запросить/установить play trigger - 1: on, 0: off
тип: float
диапазон: 0..1
по умолчанию: 0
@active
Запросить/установить on/off dsp processing
тип: bool
по умолчанию: 1
@osc (initonly)
Запросить/установить OSC server name to listen
тип: symbol
@id (initonly)
Запросить/установить OSC address id. If specified, bind all properties to
/ID/synth_glass_harm/PROP_NAME osc address, if empty bind to
/synth_glass_harm/PROP_NAME.
тип: symbol
Авторы: Romain Michon, Serge Poltavsky
Лицензия: GPL3 or later