PureData CEAMMC library web documentation
available since version: 0.9
@window
Get/set the window size
type: float
units: ms
range: 10..2000
default: 200
@fade
Get/set crossfade duration
type: float
units: ms
range: 0..1000
default: 100
@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: 1
@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_pitchshift_s/PROP_NAME osc address, if empty bind to
/fx_pitchshift_s/PROP_NAME.
type: symbol
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later