Hi
I am building a small pan plugin as a learning project. I have used the code shown in the AudioProcessorValueTreeState class pretty closely. But i cannot get it to just show a unit after the number in the slider text box.
As I understand it, this should add a % as a suffix to the value in the slider text box? Changes in the range and intervals affects the text box too, so I don’t know why the suffix doesn’t.
parameters.createAndAddParameter ("panPos", "Pan Position", String("%"),
NormalisableRange<float>(-100.0f, 100.0f, 1.0f), 0.0f, nullptr,
nullptr);
Assistance really appreciated!
Jesper
