Metro question...
I am using a combination of metro/counter/matrix to build a simple drum sequencer... Metro's timing seems pretty bad to me however! Is there another object or combination of objects that I can use for more accurate timing?
Thanks!
Jack
what jfc said, after that, check out tl.metro.
there is also metro~ by... sorry i can't remember.
"Metronome that outputs bangs~. It works like metro but is based on
audiorate."
more reliable.
Czesc
you could use a buffer to store your sequence and read through the buffer using a phasor. there is an example patch, p.decimator, here: http://www.pelado.co.uk/?p=35
pelado