Hello!
I’m working on a project where I need to dynamically retrieve parameters from my Allen & Heath dLive DM0 MixRack using PHP. Specifically, I want to create a PHP page with a label that displays “ON AIR” in red whenever the fader level on a particular DCA channel is above 0. I’ve attempted to get these parameters using MIDI, but I only receive values when I physically move the fader, not the actual current fader level, which is what I need. Is there a way to obtain the current fader values?