VVVV
25-07-17 - Today I Learned...
Whe you work with classes and you create instances in the Create
operation you need to restart the patch to see if the creation of the instances worked.
In OOP in VVVV the properties taht you create in the object don't have to come out of the pad where you create the property. You can reuse the pad in another part.
25-07-15 - Today I Learned...
If you have multiple levels of ForEach
in VVVV and you pipe spread data through each level, you need to flatten the Spread
in each ForEach
.
Don't forget to pipe the values through the if
otherwise they will not be saved.
You can't just add an element in a spread like in javascript. You first have to create the entry in the spread so there is space to add an actual value.