Hi all,
I am looking for a node that does the function of linear mapping values.
Basically the same as vvvv's map node:
You input a value, which gets proportionately translated according to the source min / source max. And destination min / destination max.
So if..:
Source min: 0
Source max: 1
Destination min: 10
Destination max: 30
then if the input is ...
0, it will output 10
if the input is .5 it will output 20
and if the input is 30 it will output 30.
The same with negative numbers
If i was to map
Source min: 0
Source max: 1
Destination min: 0
Destination max: -100
Then the 0.5 input would be turned into -50.
Is there a simple node for it in aximmtery? I want use it regularly, but cannot find it.
Thanks!
Ended up building my own:

Still curious though whether this is natively implemented into Aximmetry.