dollanaire78 wrote:WOOOOW Thank you so much!! I really appreciate you solving this for me. Its funny how things are like magic tricks in that once you see the solution you see how simple it was all along
I did however have to make one correction which I'm sure was just an over site.
The second translator rule should end with execute outgoing action instead of skipping.
Thanks again!
No problem
.It takes time to understand how MT works but the learning curve is the fastest (IMO) among other software.
If you mean the translator 0.1 as the "second translator" it should
skip outgoing action.Else it would start the "2sec" timer too many times(actually "pp" times,even 127 times if you full rotate the knob from 0 to 127) ,but you need only once to get "ga=0" in a period of 2 sec.
The concept is simple:
start rotation->ga=1(ga=ga+1,meaning ga=0+1)->keystroke->ignore all actions (ga=ga+1,meaning ga>1) for a 2 second period(until ga=0 again).