Recalling choice parameter state with GenericAudioProcessorEditor in Ableton

Hey JUCERs

I’ve run into an issue with using the GenericAudioProcessorEditor and recalling the state of Choice parameters in Ableton.

I’m using the state getter/setter methods described in:
https://docs.juce.com/master/tutorial_audio_processor_value_tree_state.html

Float parameters recall fine but choice parameters don’t - they just revert to the default. But if I disable the GenericAudioProcessorEditor it recalls correctly using the default DAW UI.

Anyone else run into this issue? Thanks, C