Wondering what the best way would be to toggle between 2 different live_loops?
In general, I know that live_loops tend to ‘layer on top of each other’. I’ve been using the approach to CMD + s, then CMD + r, to stop then play when I decide to comment out a loop.
Curious:
a) What is the best way to stop a single running loop
b) What is the best way to programmatically turn ON and OFF loops between 2 loops when the program is running.
Note: I’ve seen the use of creating a ring to cycle between beats on the amp: opts for a sound, but not sure if this is the best way to do such.