Skip to content

Commit

Permalink
Reset beat count when transport is resumed
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubobubobubobubo authored and thegamecracks committed Jun 19, 2024
1 parent a877fab commit dc57a8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sardine_core/clock/link_clock.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,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

0 comments on commit dc57a8e

Please sign in to comment.