Hello, I looked around but wasn’t able to really come across anything that explained how to do this very well, and I apologize if I overooked it…
Basically what I need to do is I’m populating a library with a for loop with specific clips that need to be in a random order but never duplicates.
So basically, it get selects a random number between 1-6 and if that number hasn’t been selected yet, it will run it will use it as my integer in my for loop then continue running the loop until numbers 1-6 have all been used, but never used twice.
Thanks in Advance!
Wes