PureData CEAMMC library web documentation
available since version: 0.9.4
SIZE
echo time
type: float
FB
feedback coefficient
type: float
@predelay
Get/set pre delay
type: float
units: ms
range: 1..200
default: 20
@fb
Get/set feedback coefficient
type: float
range: 0..1
default: 0.3
@hfdamp
Get/set damping factor for high frequencies
type: float
range: 0..1
default: 1
@size
Get/set room size (0: no room, 1: small, 2: medium, 3: large). Non-integer values are
interpolated betweed neighbours, for example 1.3 is interpoltation between
first and second room size with 0.3 ratio.
type: float
range: 0..3
default: 1
@drywet
Get/set proportion of mix between the original (dry) and 'effected' (wet) signals. 0 -
dry signal, 1 - wet
type: float
range: 0..1
default: 0.5
@bypass
Get/set bypass flag. If true: bypass 'effected' signal.
type: bool
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/fx_room/PROP_NAME osc
address, if empty bind to /fx_room/PROP_NAME.
type: symbol
Authors: Serge Poltavsky
License: GPL3 or later