It would be nice to have a map range / fit command in vizzy. For example, if I had a value that was expected to be in the range 0-100, and I wanted to fit that between -1 and 1, with the option to clamp any values that are outside of the input range to the min/max.
Currently this requires dividing and offsetting the value, then setting the value with a "min of" and "max of" in order to clamp it to the range. It would be handy to have 1 command, instead of using up to 6 with potentially confusing math.