list.split
splits list into two parts, the length of first list is specified by the argument
available since version: 0.1
arguments:
- AT
size of first list. The size of the list on the second output is the size of
input list - this value
type: int
properties:
- @at
Get/set split point
type: int
min value: 0
default: 0
inlets:
outlets:
- first sub-list of given size
type: control
- second sub-list
type: control
keywords:
list
split
moses
See also:
[list.at]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later