Commit a6c55cb5 authored by Alyx's avatar Alyx
Browse files

added valid char

parent 33047b72
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -86,7 +86,7 @@ def playTrack(track_path, port):
        # reset the synth
        resetDevice(findAMIDIDevice())
        print(fn_prefix + ": starting aplaymidi subprocess on file " + str(track_path))
        statusmsg = f"Playing: \n{track_path}\nPress  to Skip"
        statusmsg = f"Playing: \n{track_path}\n\nPress > to Skip"
        updateDisplay(str.encode(statusmsg))
        morbital.setDeviceLED(display, 0, 1)
        # Start the aplaymidi subprocess