Commit 21834c1d authored by Alyx's avatar Alyx
Browse files

korg

parent 69e281a1
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"