PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.zip

aliases: [list.interleave]

creates an interleaved list of items from N input lists

available since version: 0.1


information

takes X lists of length M and outputs them as a single list: l₀[0], l₁[0], …, lₓ[0], …, l₀[M-1] l₁[M-1] … lₓ[M-1]

example

arguments:

properties:

inlets:

outlets:

keywords:

list functional

See also: [list.unzip]

Authors: Alex Nadzharov, Serge Poltavsky

License: GPL3 or later