CQ-20B Binary PEQ Protocol Reference #3977
flr09
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Scope: Control of Parametric EQ (Gain, Frequency) on Allen & Heath CQ-20B via proprietary TCP protocol.
1. Transport Layer
51326(Distinct from MIDI/NRPN Port 51325)2. Packet Structure
Format:
F7 08 <Family> <Function> <Channel> <Band> <Val_Fine> <Val_Coarse>0xF70x080x0F0x0C/0x0D0x00..0x0F0x00..0x030x00..0x7F0x000x00..0xFF3. Parameter Mappings
3.1 EQ Gain (Function
0x0C)Controls amplitude of selected band.
0x80(128)0x71(113)0x8F(143)Hex Examples:
F7 08 0F 0C 00 00 00 80F7 08 0F 0C 00 00 00 8F3.2 EQ Frequency (Function
0x0D)Controls center frequency.
0x29(41)0xDD(221)Hex Examples:
F7 08 0F 0D 00 00 00 29F7 08 0F 0D 00 00 00 DD4. Implementation Snippets
JavaScript (Node.js / Companion)
Python (Raw Socket)
5. Notes
if interested, maps will follow
cheers
Beta Was this translation helpful? Give feedback.
All reactions