hopefuly sequencer with ext clock bug is fixed

This commit is contained in:
2024-01-12 18:47:34 +02:00
parent 02a8f6fdce
commit 6fd6fa90f2
3 changed files with 31 additions and 28 deletions

View File

@ -185,8 +185,8 @@ void checkInputs() {
masterClockMode = masterClockMode + change;
if (masterClockMode > 100) {
masterClockMode = 0;
} else if (masterClockMode > 1) { //Set to 2 to unhide MIDI mode
masterClockMode = 1;
} else if (masterClockMode > 2) { //Set to 1 to hide MIDI mode
masterClockMode = 2;
}
saveState();
} else if (insideTab
@ -364,7 +364,6 @@ void checkInputs() {
if (masterClockMode == 0) {
calculateBPMTiming();
resetClocks();
//isPlaying = !isPlaying;
if (!isPlaying) {
isPlaying = true;
sendMIDIStart();