Fixed the sequencer offset
This commit is contained in:
@ -459,6 +459,7 @@ void resetClocks() {
|
|||||||
pulseCount = 0;
|
pulseCount = 0;
|
||||||
tickCount = 0;
|
tickCount = 0;
|
||||||
sixteenthPulseCount = 0;
|
sixteenthPulseCount = 0;
|
||||||
|
currentStep = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
void saveState() {
|
void saveState() {
|
||||||
|
|||||||
Reference in New Issue
Block a user