the best way to do it is to properly define the controller that way you can tell the software how many ticks per revolution the jog has with (full=”512“) or whatever the number is for your controller.
but if you are working with the simple midi wapper it is based on 128 steps so to work out the optimal setting you could use maths
100 / 128 = 0.78125
100 / 512 = 0.1953125
100 / 1024 = 0.09765625
etc…
And it needs to be mapped like this for the jog
param_greater 50% ? deck left touchwheel +0.1953125% : deck left touchwheel –0.1953125%
And like this for the jog touch pad
deck left touchwheel_touch
If you want better scratch performance you will need to change the “default scratch latency” in the registry. There is a tool for registered pro users on the forum to do it easily.