Change valueTreeParameters in PluginProcessor at runtime

JUCE and many hosts don’t support you changing the range and default value of parameters. Therefore, I’d strongly advise you not to do this.

Many plug-ins will just keep their parameter’s range between zero and one, for example, and just show something else in their editor - if necessary.