I have another simple teletype question for the crew here!
I am trying to better get a hold of the patterns section as methods of storing things. So, I wanted to make a couple of different note phrases in to 1 pattern in different indexes in the hopes of basically creating scenes that I can move between.
So, say I wanted to have 3 phrases of note values in pattern 0. They would be 8 steps long, thus, the first pattern would be 0-7, the next would be 8-15 and finally 16-23.
Now, I want to just send a clock to scene input 1 to keep things simple and have a random swap between these different sections of pattern. My simple idea was to have K be my pattern identifier (either 1, 2 or 3) and be able to semi-randomly swap between these patters.
Is there a good way to exchange loop areas? How would I go about this? I’ve tried altering the loop and I’ve tried having k define what the next phrase would be, but then I goof something up and the pattern gets locked at the beginning index instead of moving on to the next number.
I could put together how my failing example looked if that would help.