I have 2 faders, one set the max value of the second.
Using Math.round skip some value when I set the first fader to 13.
The second fader show 1 2 3 4 5 6 7 7 9 10 … missing the 8 value
Yes I have to send a value of the fader with a x2 factor. (It’s a software implementation that I cannot change)
I have some values which are skipped, I scratch my head for this one for weeks lol
You show me the way !
My mistake was to set the number of step on the fader using the first fader, but missing the 0 step, by adding +1 to the step function all seems to work fine (hope)