
Interleave 2 lists, appending the extra items from the longer list at the end.
This was made in the direction to help with Interleave Lists
Place this .c node inside your Vuo Modules folder. You can search for them by typing BSS in the node library.
Any feedback or improvements welcome. Original code by ©Kosada Incorporated, released under MIT License, modified by Bodysoulspirit. This code may be modified and distributed under the terms of the MIT License.

bss.list.interleaveWithAppend.c.zip (1.19 KB)
Example Interleave with Append.zip (3.78 KB)

2 Likes
Thanks @Bodysoulspirit! where did you get the original Kosada code from (or maybe it was just the standard stateless patch node?) ? Are they publishing the source code for the stock nodes in the Community Edition?
1 Like
Yes, all the stock CE nodes are either on Github Github Vuo in the “node” folder Node.
Or you can also download them from the Vuo website, under “vuo-2.4.1-src.zip” from the latest release : Vuo downloads.
1 Like
thanks for the links @Bodysoulspirit!
1 Like
beast node! wicked useful.
1 Like
Thanks @krezrock ! ;) Glad it’s useful !