What is the simplest (most elegant) way of storing and retrieving (replaying) value sequences?
I have the following in my patch:
[metro 300]
|
[random 8]
|
[+1]
|
[numbox]
How can I sample a sequence of 12 numbers, replay it back to numbox twice and sample another sequence of 12 random numbers, replay it ... etc?
I'm experimenting with pack / unpack, but so far I'm not getting anything useful out of them.
Any ideas or directions would be highly appreciated.