QU-16 Midi With Octopus

Hi, ok, so I’m trying to mute/unmute channels remotely from octopus, this is a software that gives you control over many devices, this software already recognizes the TCP MIDI Driver and it is communicating with the QU-16, but the values that I have to input in the software doesn’t really makes sense to me, and I dont know what to input here, so this are my options:

So thanks in advance for all the help you can bring me




Hi Adcs,

The Qu uses a Note On, followed by a Note Off message for mute control, so you would need to send two separate messages per mute control.

CH 1 mute on - 90 20 7f 80 20 00

CH 20 mute off - 90 33 3F 80 33 00

You can find more information on this here: https://www.allen-heath.com/media/Qu_MIDI_Protocol_V1.9.pdf

Alternatively, you could also use V1.7 of the DAW Control driver which allows mute control with one Note message via the CC translator map.

CH 1 mute on - 90 00 7F

CH 20 mute off - 80 13 3F

There’s more information on that here: https://www.allen-heath.com/media/DAW-Control-Help-V1.7.pdf

Thanks!

Alex