Need some assertions for getParameterDefaultValue?

or at least just a comment in juce_AudioProcessor.h which tells us that the value returned by getParameterDefaultValue() should be within the range [0; 1].

well, I haven't check for AAX, but VST and AU expect the returned value to be normalized.

Ok, can add that.