Loading player_functions.py +2 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,8 @@ 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}\n\nPress > to Skip" filenameclean=track_path.split("/")[-1] statusmsg = f"Playing: \n{filenameclean}\n\nPress > to Skip" updateDisplay(str.encode(statusmsg)) morbital.setDeviceLED(display, 0, 1) # Start the aplaymidi subprocess Loading Loading
player_functions.py +2 −1 Original line number Diff line number Diff line Loading @@ -86,7 +86,8 @@ 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}\n\nPress > to Skip" filenameclean=track_path.split("/")[-1] statusmsg = f"Playing: \n{filenameclean}\n\nPress > to Skip" updateDisplay(str.encode(statusmsg)) morbital.setDeviceLED(display, 0, 1) # Start the aplaymidi subprocess Loading