Close midi port after record

This commit is contained in:
Thomas Herrmann 2022-04-15 18:24:52 +02:00
parent a4e87e4bbf
commit 5794cc9a21
1 changed files with 2 additions and 0 deletions

View File

@ -350,6 +350,8 @@ class Midirecorder:
self.stop_MIDI()
time.sleep(1)
self.unmuteAll()
time.sleep(1)
self.closeMidi()
mode = self.mode_select.get()
if i == 7 and mode == 2: