Forums › Forums › CQ Forums › CQ General Discussions › Midi control CQ18T and Reaper/Other Daw
- This topic has 4 replies, 4 voices, and was last updated 2 weeks, 6 days ago by KeithJ A&H.
-
AuthorPosts
-
2024/10/13 at 7:20 pm #126417PaoloParticipant
Hi
is there a way to midi control Reaper from my CQ18 and vice versa?
From midi control app in windows i see midi signal from mixer when i turn knobs,
but i’m not able to configure reaper to receive inputs from CQ. Thanks2024/10/14 at 8:41 am #126433KeithJ A&HModeratorHi @Paolo
The CQ sends and received MIDI messages as detailed in it’s MIDI Protocol here – https://www.allen-heath.com/content/uploads/2024/10/CQ_MIDI_Protocol_V1_2_0_iss4.pdf
You can also use the A&H MIDI Control Driver to translate between the CQ’s NRPN messaging and CC messaging as per the A&H MIDI Control Help Doc – https://www.allen-heath.com/content/uploads/2024/06/AH-MIDI-Control-V2.10-Help_Iss1.pdfMIDI messages can be used to control all kinds of things, but a few things that might help you here:
– The CQ uses NRPN messages, which are different to CC messages, so to use these with other equipment/software, that must also work with NRPN messaging. OR you will need to use the CC Translator option in A&H MIDI Control
– Turning knobs or pressing keys and buttons when controlling a CQ audio channel does not send MIDI messaging from the controls. The controls adjust the parameters in the CQ core, and it’s these changes which are sending messages.Hope this points you in the right direction – you could also get something like MIDI OX or Pocket MIDI to take a look at the MIDI being sent, to then work out how you can apply it in Reaper.
Thanks,
Keith.2024/11/20 at 5:06 pm #127424GeoffParticipantDoes this mean I *must* send midi messages to the CQ in NRPN format? Or can it also accept regular old CC/note/etc messages?
2024/12/11 at 3:11 pm #127908Southside JimmyParticipantHi Keith
The protocol doc is not as easy to understand as you may think. However I think that the string for muting FX1 is B0 63 00 B0 62 51 B0 06 00 B0 26 01 – Is that correct?
If so, it doesn’t work when I send it from my iPad app – Stage Traxx 3.
Is there not a simple standard midi message I can send to mute channels?
2024/12/13 at 1:54 pm #127939KeithJ A&HModerator@Southside Jimmy
All channel control MIDI to and from the mixer uses NRPN messaging, because otherwise you’d be limited to a maximum 128 ‘things’ you could control, and there are far more than that!
Interestingly I was looking to see whether Stage Traxx supports NRPN messaging and found a post which appears to be from @Geoff on their forum here – https://support.stagetraxx.com/d/2944-nrpm-midi-messages
So you are correct with the mute message you posted when displayed in a hex format (as in the MIDI Protocol doc) but it looks like Stage Traxx might be using a decimal format and also does not directly support NRPN messaging.
You need to convert the hex to decimal, then use the Stage Traxx MIDI syntax.We can’t support software from a third party of course, but I have confirmed the following works to turn the FX1 Mute ON at 3 secs:
[midi@00:03.001: CC99.0@1]
[midi@00:03.001: CC98.81@1]
[midi@00:03.001: CC6.0@1]
[midi@00:03.001: CC38.1@1]and then to turn it OFF a few seconds later:
[midi@00:06.001: CC99.0@1]
[midi@00:06.001: CC98.81@1]
[midi@00:06.001: CC6.0@1]
[midi@00:06.001: CC38.0@1]Hope this helps,
Keith. -
AuthorPosts
- You must be logged in to reply to this topic.