diff --git a/sardine_core/clock/link_clock.py b/sardine_core/clock/link_clock.py index 0ab80ac1..1a332abe 100644 --- a/sardine_core/clock/link_clock.py +++ b/sardine_core/clock/link_clock.py @@ -10,7 +10,7 @@ __all__ = ("LinkClock",) -DEBUG = False +DEBUG = True class LinkClock(BaseThreadedLoopMixin, BaseClock): @@ -246,3 +246,4 @@ def hook(self, event: str, *args): elif event == "resume" and not self._playing: self._last_capture.setIsPlaying(True, self._link_time) self._link.commitSessionState(self._last_capture) + self.beat = 0