February 14th 2022
Topics Covered:
- Instancing
- Find examples in the helpbrowser by searching for “instancing” in the helpbrowser
- Using the Create operation and anonymous pads to initialize things in a patch
- Properties for storing values in a patch:
https://thegraybook.vvvv.org/reference/language/properties.html - Using a ValueTuple to quickly join parameters to a new datatype. Quick and dirty solution, because neither pins nore the type itself can be named.
- Creating a custom datatype using a Record where we can specify human-readable names for the type and its properties.
See: https://youtu.be/MSfxqHI2y-M for a tutorial covering this among a few more things. - – The If region:
https://thegraybook.vvvv.org/reference/language/conditions.html
