Putting this in here as it is in regards to a specific AXO and it's intended usage.
I have a synth subpatch. In this subpatch, I've set presets for different synth sounds. I would like to embed this subpatch in my main patch, but have a radio button (or sequenced perhaps) method of changing the preset within the subpatch. I have added the patch/preset object, connected it an i_2 radio button and a button for the trigger. I've enabled "parameter on parent" to pass those controls through to the main patch.
Then, I realized that it doesn't appear to work at all the way I expected. recreate:
Set presets 1 and 2 to obviously distinct sounding values
add patch/preset object
Add i_2 radiobutton object
add button object
connect radiobutton to preset input
connect button to trigger
The radiobuttons appear to have no impact on the preset number, and erratically, clicking the button will flip the value of the radiobutton to a different state.
Is there a different type I should be using for the preset number input on the patch/preset object? It would appear to be an integer, and is green, as is the output of the radiobutton object.
I'd appreciate any advice you might have!