AudioProcessorValueTreeState: initializing parameter with value=0

I’ve just pushed a change to the develop branch which unifies the behaviour across all plug-in formats.

parameterChanged() callbacks will only be called if the parameter’s value is different from its default value when you either create a plug-in or load a plug-in from a saved state.

If you require parameterChanged() callbacks for initially default values then you need to manage this yourself.