PureData CEAMMC web documentation

PureData CEAMMC library web documentation

View on GitHub

Distribution download

index :: list

list.unzip

splits list to N lists, each to separate output

доступно с версии: 0.1


информация

For N = 2 and list elements [1 2 3 4] we get [1 3] on output 1 and [2 4] on output 2. If input value is [1 2 3 4 5] the output depends on split method. If @min method used, output is [1 3 5] and [2 4]. If @pad method used with value X, output if [1 3 5] and [2 4 X]

example

аргументы:

свойства:

входы:

выходы:

ключевые слова:

list

Смотрите также: [list.zip]

Авторы: Alex Nadzharov, Serge Poltavsky

Лицензия: GPL3 or later