PureData CEAMMC library web documentation
available since version: 0.1
@oversize
Get/set behavior, if list have different sizes
type: symbol
enum: min, padz, clip, wrap, fold
default: padz
@min
Get/set alias for "@oversize min" property. Truncates lists to minimal common size
type: alias
@clip
Get/set alias for "@oversize min" property. Truncates lists to minimal common size.
type: alias
@padz
Get/set alias for "@oversize padz" property. Pad shortest list with zeroes.
type: alias
@clip
Get/set alias for "@oversize clip" property. Pad shortest list with last element to
conform longest list
type: alias
@wrap
Get/set alias for "@oversize wrap" property. Pad shortest list with repeated values
from the beginning.
type: alias
@fold
Get/set alias for "@oversize fold" property. Pad shortest list with repeated values
from the end to the beginning, then back and so on.
type: alias
See also: [list.integrator]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later