Search found 7 matches

by samTrolland
Wed Feb 15, 2023 08:14
Forum: Problems? Bugs? Solutions!
Topic: Wire Modulo Node giving incorrect value for negative inputs
Replies: 2
Views: 537

Re: Wire Modulo Node giving incorrect value for negative inputs

The correct Modulo result for negative inputs can be achieved in Wire using a few extra logic nodes: If the Modulo Result is less than 0 then add the denominator to the result. -11 mod 7 = 3 (correct) Screen Shot 2023-02-15 at 6.11.31 pm.png 11 mod 7 = 4 (correct) Screen Shot 2023-02-15 at 6.11.42 p...
by samTrolland
Wed Feb 15, 2023 07:24
Forum: Problems? Bugs? Solutions!
Topic: Wire Modulo Node giving incorrect value for negative inputs
Replies: 2
Views: 537

Wire Modulo Node giving incorrect value for negative inputs

It looks like the Wire node 'Modulo' gives incorrect values for negative numerator inputs. Example according to Wolfram Alpha: 11 mod 7 = 4 -11 mod 7 = 3 In Wire: 11 mod 7 = 4 (correct) -11 mod 7 = -4 (incorrect) Screen Shot 2023-02-15 at 5.20.44 pm.png Screen Shot 2023-02-15 at 5.19.13 pm.png Scree...
by samTrolland
Wed Feb 15, 2023 07:16
Forum: Problems? Bugs? Solutions!
Topic: OSC Into Wire -> Adjust Values -> OSC Out to Arena
Replies: 6
Views: 1336

Re: OSC Into Wire -> Adjust Values -> OSC Out to Arena

Can this be achieved at the moment with 'Global Shortcuts'?

If so, can you help to explain what you mean by 'Global Shortcuts'??
by samTrolland
Wed Feb 15, 2023 06:27
Forum: New Features
Topic: ChromaKey Input Node and/or RGB to HSV node
Replies: 2
Views: 3777

Re: ChromaKey Input Node and/or RGB to HSV node

Has there been any updates to Wire to do RGB to HSV conversion since this post?
Or is Arvol's answer of manual conversion via multiple nodes still the best option?
by samTrolland
Wed Feb 08, 2023 01:36
Forum: Problems? Bugs? Solutions!
Topic: OSC Into Wire -> Adjust Values -> OSC Out to Arena
Replies: 6
Views: 1336

Re: OSC Into Wire -> Adjust Values -> OSC Out to Arena

Thanks, sounds like it is not possible at the moment.

I will look into 3rd party apps that can achieve this.
Here's a list I've found so far for anyone else: TouchDesigner, Processing, Chataigne, Unity.
by samTrolland
Mon Jan 30, 2023 05:23
Forum: Problems? Bugs? Solutions!
Topic: OSC Into Wire -> Adjust Values -> OSC Out to Arena
Replies: 6
Views: 1336

OSC Into Wire -> Adjust Values -> OSC Out to Arena

Hi, As the title suggests, I am trying to understand how to create a wire patch that: 1. Receives OSC Messages 2. Adjusts the values (Normalise/smooth/etc.) 3. Sends these OSC Messages into Arena to control parameters on other sources/effects I can get this to work when the patch is open in Wire, bu...
by samTrolland
Mon Oct 24, 2022 05:42
Forum: New Features
Topic: a copy/paste effects stack in layers settings
Replies: 3
Views: 5948

Re: a copy/paste effects stack in layers settings

Not sure if "copy/paste effects stack in layers" is a feature yet, but you can always duplicate the layer (which copies all the effects into a new layer) then overwrite with your wanted clips.