diff --git a/mixer.py b/mixer.py index 5012533..a5d7448 100755 --- a/mixer.py +++ b/mixer.py @@ -9,6 +9,7 @@ from enum import Enum # For Allen & Heath Qu MIDI protocol documentation see: # https://www.allen-heath.com/content/uploads/2023/06/Qu_MIDI_Protocol_V1.9.pdf + class Mixer: def __init__(self, ip): self.MIXER_PORT = 51325