From fc381b482955e8aef738754531f406750375388c Mon Sep 17 00:00:00 2001 From: Oleksiy Date: Sun, 13 Aug 2023 15:42:32 +0300 Subject: [PATCH] fixed bug when sequencer didn't start on start/stop after previously playing once --- Software/Gravity/Gravity.ino | 1 + 1 file changed, 1 insertion(+) diff --git a/Software/Gravity/Gravity.ino b/Software/Gravity/Gravity.ino index 4196b96..0ee7f49 100644 --- a/Software/Gravity/Gravity.ino +++ b/Software/Gravity/Gravity.ino @@ -436,6 +436,7 @@ void resetClocks() { } pulseCount = 0; tickCount = 0; + sixteenthPulseCount = 0; } void saveState() {