Fixed the sequencer offset

This commit is contained in:
2023-08-22 00:08:03 +03:00
parent c5d1c1cded
commit e93b6b53a9

View File

@ -459,6 +459,7 @@ void resetClocks() {
pulseCount = 0;
tickCount = 0;
sixteenthPulseCount = 0;
currentStep = 0;
}
void saveState() {