- Posts: 21
- Joined: Mon Jul 15, 2019 5:17 pm
- Real Name: bill borschtwrighthe
If you want to normalise the values instead, like if the value range is -50.0 .. 35.0 and you want to remap it so that 35 becomes 1.0 and -50 becomes 0.0, and every value in-between is adjusted proportionally, you can do that with the CopyAux node, set up something like this:

As you can see there's a Detect Range button to try and find the correct values for Min/Max. However when I tested it it didn't seem good at detecting both negative and positive ranges at once, eg when the lowest value was -45 and the highest 50 it gave 0..50 so I had to enter -45 manually as the min.