PureData CEAMMC library web documentation
aliases: [list.interleave]
available since version: 0.1
@method
Get/set behavior, if list have different sizes
type: symbol
enum: min, pad, clip, wrap, fold
default: min
@min
Get/set alias for "@oversize min" property. Truncates lists to minimal common size
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
@pad
Get/set pad value for pad method of resizing
type: atom
default: 0
@n (initonly)
Get/set number of inputs
type: int
range: 2..20
default: 2
@lists (readonly)
Get input data list: list of data:mlist
type: list
See also: [list.unzip]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later