On 23/03/21 00:50, Tim E. Real wrote:
Hi list. Been curious about this question for some
time but have not
had time to rig a test for it.
If Jack Transport is rolling, at a frame near the end of its 32-bit
unsigned limit,
what happens when it reaches the end?
Does it roll over and continue from zero frame? Or does it stop?
It overflows the 32bit unsigned integer, continuing from zero.