rate~'s sync modes — maybe one more.

Naoki's icon

Hi, I've bumped into a case when i need one more sync mode for the rate~ object. It is pretty similar to cycle mode, but i need it to recalculate not when master phasor is starting the next cycle, but when the rate is starting new cycle.

I'm having hard time making rate receive new values in mc.gen~ patch in every @sync mode, cause every mode gives me some shift out of what i want to achieve.

When i @sync lock it, it creates glitches with jumps whenever my algo makes changes to multiplier, even if i latch them to the end of rate's cycle. When i @sync cycle it — i get resets in the middle of that cycles that have multiplier more than 1. When @sync is off — phase goes somewhere as expected. But i want to lock to initial phasor! Though i need to be able to multiply on phase reset of the rate.

Maybe there is the way to get around this, please comment if you know any way. But i think maybe i need just another way to @sync rate~.