I’d like to build a remote control based on an ESP32 to start/stop multirack recording, and display the status.
These command are not available via MIDI, but are via the TCP protocol used by MixPad.
Is the TCP protocol documented somewhere?
I’d like to build a remote control based on an ESP32 to start/stop multirack recording, and display the status.
These command are not available via MIDI, but are via the TCP protocol used by MixPad.
Is the TCP protocol documented somewhere?
Allen and Heath do not reveal their in house protocol. One way round this is to program your soft keys as motor control functions, then remote trigger over midi. I have done this for SQ. I know there are far more soft keys on SQ so it may not be a solution in your case.
Given the requirement to match the same version number for the app and firmware, I expect the implication is that the network protocol isn’t documented because it’s not guaranteed to stay the same. You can always inspect network packets to reverse engineer but there’s no guarantee that it won’t be broken at some point.
I have developed this prototype that surfaces the recording and playback control as MIDI:
However I stopped that project while developing this: