add comment with link to A&H midi spec
This commit is contained in:
parent
238aada4a1
commit
6bf5debce8
1 changed files with 3 additions and 0 deletions
3
mixer.py
3
mixer.py
|
@ -6,6 +6,9 @@ import mido
|
||||||
|
|
||||||
from enum import Enum
|
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:
|
class Mixer:
|
||||||
def __init__(self, ip):
|
def __init__(self, ip):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue