Commit 6a561ee5 authored by Alyx's avatar Alyx
Browse files

MUB

parent 402ba2ab
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -105,6 +105,7 @@ def playTrack(track_path, port):
        # reset the synth
        resetDevice(findAMIDIDevice(),"GS")
        resetDevice(findAMIDIDevice(),"GM")
        resetDevice(findAMIDIDevice(),"MUN")
        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"