hello
i have a patch that reads 40 values simultaneously from a table periodlically on every second beat, so, in effect change the parameters of a synth rhythmically in sync.
When recording through Jack into Live i have noticed that the notes (16ths in this case) are becoming increasingly delayed. I've think its whenever the [until] counter loop is triggered, Pd halts for 1/2 ms and resumes a little delayed. Of course within Pd this isn't a problem with all that logical time stuff, but it makes recording externally difficult..
I guess [until] is sequential so is there a better method for retrieving values simultaneuously?
cheears