Page 1 of 1

Start a macroloop via a button press.

PostPosted: Fri Dec 09, 2016 5:50 am
by beefy
I know we can end a macroloop via its' own code by putting the loop flag to false, but I don't know any way of starting a macroloop other than the dedicated macroloop box.

Would it be easy to implement a way for buttons to stop / start a macroloop.

A normal "on while pressed" button could start a macroloop, but its' own code would have to set the loop flag to false to terminate the macroloop.

A toggle button could both turn the macroloop on and off.

Keith