Hi there – I’m wondering if someone can help confirm whether the QU16 midi protocol will allow me to ping/query the value of a parameter without changing it?
e.g. if I have HP filter on Channel 1 set to variable “120”, the message is:
B0 63 20
B0 62 13
B0 06 “VA”
B0 26 07
Where “VA” is the variable (“120” in my example)
If I don’t know what this value is, can I send a message to the Qu16 to ask what the current value for this parameter is?… and then it would send back a response (e.g.):
B0 63 20
B0 62 13
B0 06 120
B0 26 07
as a return message??
I see the protocol document has some guidance on “Get System State” for ipad / q-pad connectivity (which seems similar), but not sure if that’s able to give me individual parameters?
I’m writing a Bome’s Midi Translator script for using the custom layer (with faders set to midi) to control weird and wonderful things back within the Qu… Being able to ping existing values would be amazing for my purposes…