Well it was a pretty ambitious idea but the device s the Fractal Audio AxeFx. I have both a 2 and the original. MIDI details for the II are here:
http://wiki.fractalaudio.com/axefx2/index.php?title=MIDI_SysEx
Basically you 'get' data the same way you send it you just change the opcode. Since MDP can send a squirt of MIDI Sysex the 'set' is no problem and you could even send the 'get' but since MDP is essentially 'deaf' to the response it's a non-starter.
An iPad editor is like the Holy Grail for those devices. People have been asking for one for years but the manufacturer is a small company with limited resources. It took them forever to do their PC/Mac editor... Someone in the user community took a solid cut at an editor with Lemur. I dug into the Lemur implementation and modded it (it had gotten out of date with the format, etc). Lemur basically allows you to write code for the panel but the way the Lemur panel queried and updated the params was just a horror show.
Anyway, I got MDP and was hoping it might somehow be able to do it. I started playing with a write only panel on the AxeFx Ultra since I didn't have a computer hooked up to it and missed a control panel/editor... I got one running for preset changes and a lot of the basic front panel setting that have default MIDI CC based controls.... that was kind of fun/useful, so I did the amp models in the Ultra including all the deep parameters this works well for changing values but it quickly became obvious that it's practicality was limited. Making an on the fly adjustment to a param without knowing your starting point was just too painful.
Given how easy it was to say 'send this sysex blurb' I had hoped it would have been easy to have a query... I wanted to start with the preset changes getting updated since those are a lot simpler so I posted the question here about querying for data back from a device and felt like it was pretty obviously impractical with the super controller thing and if that was the method proposed by the dev it just was not going to happen with this tool.
I had hoped MDP2 being a major revision would have a lot more depth in this regard... so checked when it came out but it didn't look like it merited a reboot of the effort... I don't know what other people do with it since I am a guitar guy but for guitar based MIDI stuff it seems almost like you would *have* to have more 'read' capability to build useful things...
Anyway thanks for your response; let me know if I am missing something.
Sigh.