Optimized some MIDI related stuff

This commit is contained in:
2024-04-02 13:51:17 +03:00
parent a6b0c0f101
commit 4937de026c
2 changed files with 4 additions and 6 deletions

View File

@ -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;
}