Added ext MIDI start and stop handeling

This commit is contained in:
2024-01-23 00:45:46 +02:00
parent 6fd6fa90f2
commit b88355b408
6 changed files with 212 additions and 21 deletions

View File

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