VuoListForeach Example

If the team or anybody that can code would mind sharing an example code snippet with the new VuoListForeach built-in type it would be amazing because it sounds great.
I usually lean by watching examples, but since no open source node uses it yet, I can’t make it function ;)

For example a VuoListForeach_VuoLayer that would apply a function.

Tnx

1 Like

Here’s an example that iterates through a list of integers: https://github.com/vuo/vuo/blob/master/test/TestVuoTypes/TestVuoList.cc#L389

1 Like

Thanks