Loading player_functions.py +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ def stoplisten(): print("failing decode quietly") # Check if the received character is 'E' if received_char == 'E': print("KILL") status="kill" # Find the ID of the first MIDI device since I only have one Loading Loading
player_functions.py +1 −0 Original line number Diff line number Diff line Loading @@ -29,6 +29,7 @@ def stoplisten(): print("failing decode quietly") # Check if the received character is 'E' if received_char == 'E': print("KILL") status="kill" # Find the ID of the first MIDI device since I only have one Loading