ok im basically hopeless at maths and scripting.
i was wondering.. im using parameter wiring. ive got a few parameters already wired to a slider.. these are nice simple multiples of the slider values so all easy, but the last one is an object which needs to move on x a specific amount over the range of the slider..
i want (for example) when value 1 is 10, value 2 is 1.75 ( 0.175 x 10) when value 1 is 20, value 2 is 1.97 (0.0985 x 20)
obviously its a non-linear relationship. so how would one write an expression for something like that, and work out the values to plug in?
i was wondering.. im using parameter wiring. ive got a few parameters already wired to a slider.. these are nice simple multiples of the slider values so all easy, but the last one is an object which needs to move on x a specific amount over the range of the slider..
i want (for example) when value 1 is 10, value 2 is 1.75 ( 0.175 x 10) when value 1 is 20, value 2 is 1.97 (0.0985 x 20)
obviously its a non-linear relationship. so how would one write an expression for something like that, and work out the values to plug in?
Comment