I"m studying PD, and doing by myself some experimental exercises. Well, in this exercise that I made, the idea was to create 3 midi chords, and I created a random object (random 3) , in order to play one of those chords:
If random object send 1, then play the first chord, if random object send 2, then play the second chord... if random object send 3 then play the third chord...
But now, I want to create a table or list , with a secuence of a lot o numbers, and how to loop that table of numbers, I mean (for example) a table with [ 1 2 3 1 1 2 1 2 3 1 2 2 1 2 3 1 3 1 2 2 2 2 1 3 3 1 3 1 3 1 2 ], I'm looking play all those numbers ( that will be a chord depending of the number) in that sequence.
I added my example patch..
Thanks a lot for your time.
Cheers.