How to reset transport next beat instead of next bar?

I‘m learning how to use quartz, it is amazing! However, I find Reset Transport function could only reset the transport next bar. It would occur some looping issue when I want to switch between two tracks. How could I reset transport next beat instead of next bar?

Hi, I couldn’t find a way to Reset Transport in a middle of a bar, but you can always call Play Quantized on another Audio Component with the second track, and when it starts playing Stop the first one. (see my screenshot for an example)
Scheduling an AC is considered a Play command, so if you call it on the one that’s already playing, it will stop immediately and start again on the Quantization Event.

Hey, I wanna know that too.