From cd65e57b67125d3afe79784edefd6afadd4b14ed Mon Sep 17 00:00:00 2001 From: coon Date: Thu, 25 Sep 2025 22:00:40 +0200 Subject: [PATCH] add comment with link to A&H midi spec --- mixer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mixer.py b/mixer.py index 7ed3639..5012533 100755 --- a/mixer.py +++ b/mixer.py @@ -6,6 +6,8 @@ import mido 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):