PureData CEAMMC library web documentation
aliases: [ceammc/xfade2~]
available since version: 0.6
control float value in range [0-1) controls xfade between first and second signals, [1-2) between second and third etc.
N
number of signal inputs stereo pairs
type: int
X
crossfade init value. Valid value in [0..N-1] range. See @x property
type: float
@lin
Get/set alias to @type lin
type: alias
@n (initonly)
Get/set number of xfade inputs stereo pairs
type: int
range: 2..16
default: 2
@pow
Get/set alias to @type pow
type: alias
@smooth
Get/set signal change smooth time
type: float
units: ms
min value: 1
default: 20
@type
Get/set fade curve type: linear or power
type: symbol
enum: lin, pow
default: pow
@x
Get/set crossfade property. Valid value in [0..N-1] range.
type: float
default: 0
See also: [xfade~]
Authors: Serge Poltavsky
License: GPL3 or later