Loading player_functions.py +2 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,8 @@ def playTrack(track_path, port): track_path = str(track_path).rstrip() if Path(track_path).is_file(): # reset the synth resetDevice(findAMIDIDevice()) resetDevice(findAMIDIDevice(),"GS") resetDevice(findAMIDIDevice(),"GM") print(fn_prefix + ": starting aplaymidi subprocess on file " + str(track_path)) filenameclean=track_path.split("/")[-1] statusmsg = f"Playing: \n{filenameclean}\n\nPress > to Skip" Loading Loading
player_functions.py +2 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,8 @@ def playTrack(track_path, port): track_path = str(track_path).rstrip() if Path(track_path).is_file(): # reset the synth resetDevice(findAMIDIDevice()) resetDevice(findAMIDIDevice(),"GS") resetDevice(findAMIDIDevice(),"GM") print(fn_prefix + ": starting aplaymidi subprocess on file " + str(track_path)) filenameclean=track_path.split("/")[-1] statusmsg = f"Playing: \n{filenameclean}\n\nPress > to Skip" Loading