I have an XY controller that I would like to assign button "presets" to. Currently it's working by creating a button that's a super control of two other buttons that have fixed values (one button with X value and another button with the Y value.) Those buttons are, in turn, super controls of the X and Y axis respectively of the XY controller.
By tapping the first "preset" button, the X and y values are sent to the XY controller. This works just fine.
What I'd like to do, though, is use either a cross fader or knob to dial in the values for the presets more easily rather than having to edit the buttons with specific values. But I can't seem to find the right combination for this. The super control "hierarchy" is the same--preset button to knobs to XY controller. But I can't figure out how to keep the preset knobs static when the XY controller is manually adjusted so that when the preset button is hit again it returns to my desired location.
Thanks for any assistance.