I'm building a midi controller to use with my HX Stomp. Ideally, I want to be able to change parameters within blocks using MIDI CC.
Is there a way that my controller can "read" the settings on parameters, so I can set some kind of visual representation on my midi controller? Can I capture (and thus display) the current setting of a parameter on the midi controller if a valid CC exists?
For example, the rotary encoders are surrounded 270 degrees by led. When I switch a parameter on the Stomp, I want the MIDI controller to capture parameter settings for any parameter that has a valid CC control in the preset, so I can then use that information and "display" the current setting on the Midi controller. If the "Mix" is set at 50% in the preset's setting, can my controller read that so I can display 50% of the leds as illuminated?
Does the Stomp automatically send out this information over Midi Out any time a preset is selected?
If not, where might one find the code to "ask" the HX to send out the current parameter settings.