I had made a simple patch a few days ago that used a shuffle object to generate numbers, it sent to a t b f, which then fed into a metro object.
bang
|
[shuffle 200 700]
|
[t b f]
^
[metro]
(metro loops back to bang on top)
There was slightly more to it than these three objects, though, but it fully worked and created an irregular metro pulse that had a "generative" feel.
Now, when I try to use it (with just those three objects) the patch goes into stack overflow and shuts down.
I know I didn't have much more than that code, and it worked great. In a fit of hubris, I thought I would remember something so simple:(
What is a simple way to use the shuffle object to generate the metro pulse's time, while not going into overflow?