I’m working on a python program to control my GLD-80 over MIDI, and I have it receiving messages from the mixer when I move faders and toggle mutes. I wonder though, is there a way to query the entire state of the mixer over MIDI so that my program’s faders would be synced with the actual values of the faders on the GLD? It appears that the iPad software is able to do this somehow.
When I looked at this some time ago I couldn’t see a way to do what you want ( but that may just be me). You can set the faders to a particular position via midi, and you can get midi messages when you move them, so I was thinking of starting off by setting them all to zero to get a known state. I was looking at this because I had a similar idea of writing some python code to interface to the GLD from a raspberry pi. However I never got any further than thinking about it.
There is certainly nothing published. I suspect AH don’t want to make that publicly available. My guess is attempting to reverse engineer that would be quite challenging if the show file format is anything to go by. I took a look at that in the hope it was some nice XML so I could print out configurations, but it turned out to be an archane binary format.