PureData CEAMMC library web documentation
доступно с версии: 0.5
A complex echo-like effect, inspired by the classic Eventide effect of a similar name. The effect consists of a diffuser (like a mini-reverb, structurally similar to the one used in JPverb) connected in a feedback system with a long, modulated delay-line. Excels at producing spacey washes of sound. Developed as part of the DEIND project.
@feedback
Запросить/установить amount of feedback for the delay line
тип: float
диапазон: 0..1
по умолчанию: 0.9
@damping
Запросить/установить controls damping of high-frequencies as the delay decays. 0 is no damping, 1 is
very strong damping
тип: float
диапазон: 0..0.99
по умолчанию: 0
@delaytime
Запросить/установить approximate delay time in seconds
тип: float
единица: sec
диапазон: 0.001..1.45
по умолчанию: 0.2
@diffusion
Запросить/установить shape of the diffusion unit. Values greater than 0.707 produce smooth
exponential decay. Lower values produce a slower build-up of echoes
тип: float
диапазон: 0..0.99
по умолчанию: 0.5
@moddepth
Запросить/установить depth of delay-line modulation. Use in combination with @modfreq to set
amount of chorusing within the structure
тип: float
диапазон: 0..1
по умолчанию: 0.1
@modfreq
Запросить/установить frequency of delay-line modulation. Use in combination with @moddepth to set
amount of chorusing within the structure
тип: float
диапазон: 0..10
по умолчанию: 2
@size
Запросить/установить size of delay-lines within the diffusion unit, producing the impression of a
larger or smaller space. Values below 1 can sound quite metallic.
тип: float
диапазон: 0.5..3
по умолчанию: 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_greyhole/PROP_NAME
osc address, if empty bind to /fx_greyhole/PROP_NAME.
тип: symbol
Смотрите также: [fx.freeverb2~]
Авторы: Julian Parker, Till Bovermann, Serge Poltavsky
Лицензия: GPL3 or later