I’m dabbling with a Duplex integration for Allan & Heath Qu series mixers, but not making too much progress so far. I’ve no prior MIDI protocol knowledge so it’s a bit of learning curve
Firstly,
I typed out a whole load of stuff for my first question but I’ve rubber ducked that one (Need to generate the NRPN with (MSB<<7 | LSB) rather than <<8 by the looks of it.
Secondly,
The fader value is just a 0-127 in the data MSB, and the LSB is always 0. Is there currently a way to configure such a thing on a control. If I set mode abs_7 it will just send the MSB and no LSB packet. Else I may need to add a new PARAM_MODE to Duplex.
thanks