Added ext MIDI start and stop handeling
This commit is contained in:
@ -51,7 +51,7 @@ void checkInputs() {
|
||||
} else if (insideTab && displayScreen == 0) {
|
||||
menuItemSelected = !menuItemSelected;
|
||||
} else if (displayScreen == 1 && !isRecording) {
|
||||
isPlaying = 1;
|
||||
isPlaying = true;
|
||||
isRecording = 1;
|
||||
} else if (displayScreen == 1 && isRecording) {
|
||||
isRecording = 0;
|
||||
|
||||
Reference in New Issue
Block a user