imprvoed timing

solves unmute at the end and messages
This commit is contained in:
Thomas Herrmann 2022-03-30 11:20:42 +02:00
parent 694a08705d
commit 6fe69664f7
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,6 @@
# Underbridge OP-Z multichannel exporter
# Copyright 2022 Thomas Herrmann Email: herrmann@raise-uav.com
import mido
import pyaudio
import wave
@ -201,11 +200,13 @@ def sequenceMaster():
break
#print("sequence started",i)
muteAll()
time.sleep(0.1)
setSolo(i)
#starting Midi during wave record for timing
start_Rec()
#print(i)
stop_MIDI()
time.sleep(1)
unmuteAll()
mode = mode_select.get()