FIXED:onSegmentEnter is fired whenever goTo(seconds=x) is called

Windows10
MacOS 10.15.3

Build 2020.22080

I have a segment dat with some segments, one starting at 0 and the others start later on. The timer is set to be a parallel timer.
Whenever I run the goTo(seconds = x) command, the onSegmentEnter callback is fired, whether or not the segment has actually started. The callback is actually being fired for all future segments…

Thanks,
Tim
Timer_Callback_Issue.tox (1.8 KB)

+1 can repeat
I also tried the goTo(segmet=someSegment) and see similar oddities - where the callback for the segments fire.

Thanks for reporting this, it’s confirmed and logged for fixing.

Cheers
Markus

This should be fixed in builds 2020.24010 and later.
Cheers

@TimFranklin @raganmd Did you ever confirm that 2020.25380 worked for you now if this regard? Would love to hear its no longer an issue for you.

Thanks for the nudge @ben! I just checked and it looks like both @TimFranklin and my examples are working correctly in 25380. :slight_smile:

1 Like