PureData CEAMMC library web documentation
доступно с версии: 0.9.4
DELAY
echo time
тип: float
единица: ms
FEEDBACK
feedback coefficient
тип: float
@delay
Запросить/установить echo time
тип: float
единица: ms
диапазон: 10..5000
по умолчанию: 500
@feedback
Запросить/установить feedback coefficient
тип: float
диапазон: 0..0.99
по умолчанию: 0.3
@stereo
Запросить/установить The stereo parameter controls the amount of stereo spread. For stereo=0 you get
a plain delay, without crosstalk between the channels. For stereo=1 you get a
pure ping-pong delay where the echos from the left first appear on the right
channel and vice versa
тип: float
диапазон: 0..1
по умолчанию: 1
@drywet
Запросить/установить proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet
тип: float
диапазон: 0..1
по умолчанию: 1
@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_echo2/PROP_NAME osc
address, if empty bind to /fx_echo2/PROP_NAME.
тип: symbol
Смотрите также: [fx.echo2~] [fx.sdelay~]
Авторы: Serge Poltavsky
Лицензия: GPL3 or later