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

@ -341,8 +341,7 @@ class Midirecorder:
if self.cancel == 1 or self.pattern_nr == pattern_limit:
break
#print("sequence started",i)
self.muteAll()
self.muteAll()
time.sleep(0.1)
self.setSolo(i)
#starting Midi during wave record for timing
@ -350,8 +349,7 @@ class Midirecorder:
self.stop_MIDI()
time.sleep(1)
self.unmuteAll()
time.sleep(1)
self.closeMidi()
time.sleep(1)
mode = self.mode_select.get()
if i == 7 and mode == 2: