Deinterleave Lists (vuo.list.deinterleave)

Splits the items from the input list into two output lists, alternating between the two lists.

The first item from the input list is appended to output List 1, the second is appended to List 2, the third is appended to List 1, and so on.

Keywords: alternate, distribute, rotate, separate, split, take turns


Back to vuo.list node set documentation.