Hi everyone, I would be really glad if anyone could help me or just tell me that what I am trying to achieve is not possible...
I should mention that I am a complete beginner so please be patient with me
I want to make a random sampling, I have around 200 sounds that I want to randomly mix - I have already achieved that...but then it gets little bit more complicated... I would like to create some "event" when the program generates specific sequence. For example the randomly chosen sequence is:
68, 56, 66, 69, 59, 63, 55, 55, 56,………and so on….... than randomly in one moment it picks up this sequence: 55, 56, 57, 58, 59, 60, 61, 62, 63 - and in this moment I would like to programme that these numbers will from now on behave as "group"...whenever the program then picks again any of numbers "55, 56, 57, 58, 59, 60, 61, 62, 63" it will play the whole group of all sounds that are behind these numbers,
All the numbers (all 200) would have these hidden groups that would "reveal" themselves at the moment that the programme would randomly pick them just for once.
When the programme finds all those hidden groups the process starts from beginning..
IS THAT POSSIBLE (if yes, then how?) or should i forget it completely?
Huge thanks.