From e93b6b53a9865657a374337e5444ed53312e7e04 Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Tue, 22 Aug 2023 00:08:03 +0300 Subject: [PATCH] Fixed the sequencer offset --- Software/Gravity/Gravity.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/Gravity/Gravity.ino b/Software/Gravity/Gravity.ino index 547fb5b..62ec58c 100644 --- a/Software/Gravity/Gravity.ino +++ b/Software/Gravity/Gravity.ino @@ -459,6 +459,7 @@ void resetClocks() { pulseCount = 0; tickCount = 0; sixteenthPulseCount = 0; + currentStep = 0; } void saveState() {