Page 1 of 1

Posted: 17 Apr 2015, 00:39
by r.erorr
how can I convert increasing value to decreasing value? Sounds simple, but value mapper doesn't work in that way. This is very useful especially for inverse XY controls, thought I never managed to solve it

Posted: 17 Apr 2015, 01:40
by martignasse
if your value is between 0 ->1, use the math module 1 - X
you get the idea, adapt for the range you use

or i completely misunderstood your question

Posted: 17 Apr 2015, 08:37
by rlgsbt
you can also use the module "change scale" and invert values between in and out values.
for example change the scale from 0 to 1 in 24 to -24 (the module will invert and change the scale)

Posted: 17 Apr 2015, 12:00
by r.erorr
ah, yes "between 0 ->1" is solution. I tried with different values - that's why it didn't work.
Thanks