hopefuly sequencer with ext clock bug is fixed
This commit is contained in:
@ -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();
|
||||
|
||||
Reference in New Issue
Block a user