Move fader in one direction, but other one moves automatialy in oposite direction

First, thanks for making this possible, this is great tool! I love it!

So I have a trouble figuring out how can I approach this.

I want Fader 1 to go from values from 0 - 127, but I want Fader 2 to go in opposite direction from 127 - 0 when I move Fader 1 in positive direction.
For example when I'm having Fader 1 = 10 , I need Fader 2 to be (127 - 10 = 117) and vice versa.

I'm not programmer, so this might be a silly thing to ask. :slight_smile:

Hopefully someone can present to me an idea how this can be achieved.

1 Like

It's possible using the script property:
opposite_faders.json (3.4 KB)

2 Likes

I will test this now! Thanks so much!!!