Skip to content

Blog

This is a blog of things that I learned and things that I created and want to share with other artists and creators.

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...

When you want do reduce the amount of digits after the dot in a decimal value we can use the round(val,amountDigits) function.