AudioProcessorValueTreeState::Parameter::getText() normalised or non-normalised argument?

It expects a normalised value. The code is correct as AudioProcessorParameter::getText expects the value to be normalised as well so a convertFrom0to1 would lead to the wrong result.