Hello,
I need an object that will output a sequence of numbers [that I would
program], one at a
time, every time i send it a bang. I need this to loop.
So if my set of numbers are [2, 5, 7] it would go...
"bang" - 2, "bang" - 5, "bang" - 7, "bang" - 2... etc.
Is there such an object?
If not, what could I use to make this operation?
Thank you for your help,
Sebastian
p.s. Sorry if this is a simple operation, i'm sort of new to the pd environment.