HELP How to convert a range of 0-127 into a range of 0.0 - 1.0
I’m trying to control a VST parameter with an external MIDI device, but the output of the device is 0 to 127 and the VST wants numbers 0.0 to 1.0.
i’ve been searching for ages online, but I can’t find anything related to what I need. I am using a dial, so I just want the dial to go from 0 to 1 in decimals but be controlled by a range of 0 to 127. Like 127 = 1. Or something, I dont know.
I feel like this is a simple thing, but I‘m new to Max and it’s driving me insane.
/ 127.
use the scale object if it's asynchronous and scale~ if it's audio data