Dear OM users,
After years away from OM, I returned recently and am having problems with omloop. In particular, I am not sure how I can use it to repeatedly add to and alter a list via an iterative function.
For instance, if I would want to randomly choose a subset of consecutive notes from of a list of notes and append them to the original list, and then do this many times, with the ability to choose anything from the newest and longest version of the list each time, over and over again. In other words, upon each iteration the algorithm would be able to choose from the entire collected list thus far. The “collect” object seems interesting here, but I don’t think it is the solution, is it?
I am also interested to get all iterations of the collect object to output to the patch. In the tutorials they print this to the Listener, but how can one return it to the patch itself?
In general, any examples related to these concepts would be extremely welcome.
Thanks much,
Doug