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