one Button with many options
-
Hi there, is it possible to click through multiple options with one button? for example default is EQ, first click is delay, second click is reverb, third click is distortion, fourth click is filter and then it goes back to EQ.
-
@treynterrio Yes, you'll need a variable that keeps track of the number of times the button has been pressed and then depending on the value of that variable you perform the desired action.
-
@d-healey do you've an example? or a starting point
-
@treynterrio I don't have an example but we can microtask it. Start with a button and a reg variable. Every time you click the button you increase the variable by 1. Once you've done it post the snippet.
-
@d-healey got it to work