imprvoed timing
solves unmute at the end and messages
This commit is contained in:
parent
694a08705d
commit
6fe69664f7
@ -1,7 +1,6 @@
|
|||||||
# Underbridge OP-Z multichannel exporter
|
# Underbridge OP-Z multichannel exporter
|
||||||
# Copyright 2022 Thomas Herrmann Email: herrmann@raise-uav.com
|
# Copyright 2022 Thomas Herrmann Email: herrmann@raise-uav.com
|
||||||
|
|
||||||
|
|
||||||
import mido
|
import mido
|
||||||
import pyaudio
|
import pyaudio
|
||||||
import wave
|
import wave
|
||||||
@ -201,11 +200,13 @@ def sequenceMaster():
|
|||||||
break
|
break
|
||||||
#print("sequence started",i)
|
#print("sequence started",i)
|
||||||
muteAll()
|
muteAll()
|
||||||
|
time.sleep(0.1)
|
||||||
setSolo(i)
|
setSolo(i)
|
||||||
#starting Midi during wave record for timing
|
#starting Midi during wave record for timing
|
||||||
start_Rec()
|
start_Rec()
|
||||||
#print(i)
|
#print(i)
|
||||||
stop_MIDI()
|
stop_MIDI()
|
||||||
|
time.sleep(1)
|
||||||
unmuteAll()
|
unmuteAll()
|
||||||
mode = mode_select.get()
|
mode = mode_select.get()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user