Hey all,
Im working on an interactive algorithmic composing patch using markov chains, based mostly around the tutorials on http://algorithmiccomposer.blogspot.com/.
Im trying to get second order Markov Chains working, and there is only a tutorial for max. I need an object to make a list like so…
With an example input of 1 2 3 4 5 6 7 8 9
I need an output of this…
1 2 3
2 3 4
3 4 5
4 5 6
5 6 7 etc
This is what the 'zl stream 3' object is supposed to do in Max supposedly. What object do i use in PD to do the same job? Or is zl stream available for download?
Thanks