PureData CEAMMC library web documentation
доступно с версии: 0.9.7
FREQ
tremolo frequency
тип: float
единица: Hz
DEPTH
effect depth
тип: float
@freq
Запросить/установить tremolo frequency
тип: float
единица: Hz
диапазон: 0.1..50
по умолчанию: 5
@depth
Запросить/установить effect depth
тип: float
диапазон: 0..1
по умолчанию: 1
@src
Запросить/установить modulation source: 0 (triangle), 1 (sin) or 2 (square)
тип: int
диапазон: 0..2
по умолчанию: 0
@drywet
Запросить/установить proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet
тип: float
диапазон: 0..1
по умолчанию: 0.75
@bypass
Запросить/установить bypass flag. If true: bypass 'effected' signal.
тип: bool
по умолчанию: 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/fx_tremolo/PROP_NAME
osc address, if empty bind to /fx_tremolo/PROP_NAME.
тип: symbol
Авторы: Serge Poltavsky
Лицензия: GPL3 or later