JUCE’s AudioProcessorValueTreeState does not support adding/removing parameters shared with the host while the plugin is running. I want to write a customizable plugin with varying parameter set (set of knobs). Is this possible using the VST3 SDK directly?
Though I guess other plugin formats wouldn’t support it anyways, right?