Hi - thanks in advance.
I can see a set grid mode option that lets me set the grid mode to be one of the four options - I could therefore create 4 buttons on the deck for this. Bit wasteful of space though.
So, I was wondering if anyone could point me in the right direction for reading resource or videos on how to create a macro/script that will allow me to create a toggle button that will go through each options in turn? Eg GRID->SLIPS->SHUFFLE->SPOT would be good - or whatever sequence I choose. Might just be GRID to SLIP and back again - I think that might be a more useful toggle.
Thanks in advance
- Christian Scheuer @chrscheuer2021-03-01 19:16:09.461Z
You'll need to learn about if/else statements:
https://www.youtube.com/watch?v=zUgllojLCDk&%3Blist=PLKWpZOwx5Z3jxnpNo_dQPhDQNRwp7DCNjAnd you can find inspiration in this video for how to read values from UI elements (ie. which one is selected):
https://www.youtube.com/watch?v=2ShAepHUpMU&list=PLKWpZOwx5Z3jxnpNo_dQPhDQNRwp7DCNjIt won't get you the full way, but it should help you get started a little bit.