|
Post by beatpete on May 3, 2020 23:01:16 GMT
I want to reverse a cc, that is, when I input a cc1 value of 127 I want it to be 0 and vise versa. Any ideas how?
|
|
nic
Soapbox Supremo  
Troublemaker
Press any key to continue
Posts: 2,011
|
Post by nic on May 4, 2020 7:01:53 GMT
Hi beatpete , You just subtract the CC's value from 127, like so: # reverse CC1, CH 1 if M0 == B0 01 calc M2 = $127 - M2 endRegards, Nic.
|
|