Re-synch 2 [count]s

7391's icon

Hello

I want to re synch a [count] on another as shown in the joined patch but I -logically- always have one sample's gap. Do you have a luminous idea to reach perfect synch ? I must be blind… can't find the way.

Thanx a lot

Max Patch
Copy patch and select New From Clipboard in Max.

C_

Chris Muir's icon

Unless you set the first count~ as well as the second, which will cause another kind of error, I think that an offset of 1 is as good as you're going to get. The 0 is already past on the first count when you set the second.

7391's icon

Thanks for your time Chris

I've found a way indeed. The trick is we know the lenght of the count. I was trying to 'anticipate' it by one, I just needed the [%] object for that. I slept on it and it's ok now :))
Thannks again

Max Patch
Copy patch and select New From Clipboard in Max.

C_

Chris Muir's icon

D'Oh! an obvious solution, yet one that didn't occur to me. Good one.