PureData CEAMMC library web documentation
доступно с версии: 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]
@method
Запросить/установить split method if number element in the input list is not multiple of number of
outputs
тип: symbol
варианты: min, pad
по умолчанию: min
@min
Запросить/установить alias to @method min. No padding used
тип: alias
@pad
Запросить/установить padding value. Pads result lists with specified value, if number of elements in
the input list is not multiple of number of outputs
тип: atom
по умолчанию: 0
Смотрите также: [list.zip]
Авторы: Alex Nadzharov, Serge Poltavsky
Лицензия: GPL3 or later