• Home
  • Documentation
  • Forum
  • Blog
  • Users
    • Map
    • Userlist
    • Businesses
    • Userpages
    • Connections
  • Contributions
    • All
    • Store
  • Downloads
    • vvvv beta
    • vvvv beta previews
  • Store
Show / Hide Table of Contents

Operandomatic

Author: sagishi
Date: 23 Jul, 2013
Category: misc

Download

64bit

2-Operandomatic.v4p
09 Sep, 2014 - 16:04
1-Operandomatic.v4p
24 Jul, 2013 - 11:52
Operandomatic v0.2
0-Operandomatic.v4p
23 Jul, 2013 - 09:24
Operandomatic v0.1

Description

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.

Comments

Comments are no longer accepted.
Please create a new topic in the vvvv beta forum to discuss this contribution.
inanixd
23 Jul, 2013 - 09:39

Always wanted this as a core feature!

u7angel
23 Jul, 2013 - 10:25

nice...actually i'm trying to do this twice a day, for whatever reason

geometrica
23 Jul, 2013 - 14:50

i really wanted this since long time. Super useful!

alg
24 Jul, 2013 - 08:08

Wow!

alg
24 Jul, 2013 - 08:25

I tested with floating point numbers - everything working. Why you mentioned, that we must use only int values?

sagishi
24 Jul, 2013 - 12:04

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.

alg
25 Jul, 2013 - 07:26

Yep, i used the dot comman. I using the russian Windows 8, but system language is english.

bjoern
25 Jul, 2013 - 07:36

please lieber joreg make this native.

Desaxismundi
25 Jul, 2013 - 11:46

+1

sunep
25 Jul, 2013 - 12:18

+1

geometrica
25 Jul, 2013 - 21:49

+1

iixd
08 Aug, 2013 - 13:00

Implement **=**and < and >

lecloneur
08 Aug, 2013 - 17:26

+1

guest
10 Feb, 2014 - 14:04

"=" would be useful.

purf.
10 Feb, 2014 - 19:04

Ohyes. This is nice.

katzenfresser
11 Feb, 2014 - 08:32

+1 for the core feature :)

joreg
02 Oct, 2015 - 00:08

new and improved, now see: vvvv-patchbox

  • Improve this Doc

© 2020 by vvvv group. Imprint | Privacy Policy.
Thanks to DocFX for building this website. Analytics by Plausible.

Back to top