Is there a way to recall a preset on the SQ5 from an AHM64? Or any other external devise?
Look at using the foot swtich connection controlled with a hard contact switch.
Maybe use a MIDI command.
AHM can send TCP strings to an IP address. Have a look at the SQ MIDI protocol here: https://www.allen-heath.com/hardware/sq/sq-5/resources/
So for example, sending the hex string B0 00 00 C0 00 to the SQ5 IP address, TCP port 51325, will recall Scene 1 on the SQ.
Oh awesome, I don’t know why I had not considered midi via TCP/IP since I have been using midi over usb already.
Thanks to both of you!