Optimized some MIDI related stuff
This commit is contained in:
@ -178,7 +178,7 @@ void checkInputs() {
|
||||
&& (shiftBtnPushed || menuItemSelected)
|
||||
&& displayTab == 0
|
||||
&& menuItem == 1) { //Master Clock Mode
|
||||
if (masterClockMode == 1 && change == -1) { //Stop when switching from ext to int
|
||||
if (masterClockMode == 1) { // && change == -1) { //Stop when switching from ext to int or to midi
|
||||
isPlaying = false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user