Adding Parameters to VST3 while plugin is running?

AudioProcessorValueTreeState::ParameterLayout

You can change the name, but you can’t change the numbers. Because JUCE does not support adding/removing parameter after the construction of the AudioProcessor.