PureData CEAMMC library web documentation
aliases: [ceammc/xfade~]
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 inputs
type: int
X
crossfade init value. Valid value in [0..N-1] range. See @x property
type: float
@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
@lin
Get/set alias to @type lin
type: alias
@pow
Get/set alias to @type pow
type: alias
@x
Get/set crossfade property. Valid value in [0..N-1] range.
type: float
range: 0..1
default: 0
Authors: Serge Poltavsky
License: GPL3 or later