misc
This module will save you SECONDS of time -- if not even milliseconds. Quickly create common arithmetic caluclations like +1, /2, etc. without having to always set the "Input 2" pin of the new node. Not sure, but I think puredata does it that way.
1. Just double-click into the patch as you would if you created a new node
2. type e.g. "+100" (without quotes)
3. hit enter
4. You will get a "+ (Value)" node, with its "Input 2" pin set to 100 instantly.
Place this module anywhere (e.g. in your root)
Supported Operators are: +, -, /, *, %, =, <, > and @ (which will result in GetSlice (Spreads)
Will most likely break something.
Older Revisions
anonymous user login
~3mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~4mth ago
~5mth ago
~5mth ago
Always wanted this as a core feature!
nice...actually i'm trying to do this twice a day, for whatever reason
i really wanted this since long time. Super useful!
Wow!
I tested with floating point numbers - everything working. Why you mentioned, that we must use only int values?
Hm for example, "+0.5" did not work for me. I found out that I have to use "+0,5" (and a little adjustment to handle the |...| syntax in the XML).
I uploaded a fixed version which should work with both, comma and dot decimal separators.
Still strange that it worked for you before the fix. Did you use dot or comma? Maybe VVVV does some localization here.
Yep, i used the dot comman. I using the russian Windows 8, but system language is english.
please lieber joreg make this native.
+1
+1
+1
Implement = and < and >
+1
"=" would be useful.
Ohyes. This is nice.
+1 for the core feature :)
new and improved, now see: vvvv-patchbox