Update underbridge.py

This commit is contained in:
Thomas Herrmann 2022-04-15 18:35:02 +02:00
parent 5794cc9a21
commit 8319f87ec5
1 changed files with 2 additions and 4 deletions

View File

@ -342,7 +342,6 @@ class Midirecorder:
break
#print("sequence started",i)
self.muteAll()
time.sleep(0.1)
self.setSolo(i)
#starting Midi during wave record for timing
@ -351,7 +350,6 @@ class Midirecorder:
time.sleep(1)
self.unmuteAll()
time.sleep(1)
self.closeMidi()
mode = self.mode_select.get()
if i == 7 and mode == 2: