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