Hello,
unfortunately in my plugin the method AudioProcessorParameter::getLabel() is never called. I tried to automate parameters in DAW, changing it from my sliders, and by editing slider text box, but it is never called (at least on MacOS in Reaper with plugin format AU).
Actually my sliders and automated params in DAWs works well and display appropriate values and units. But I’ve just discovered that method and in JUCE documetation there is comment as follows:
Some parameters may be able to return a label string for their units. For example “Hz” or "%
So it looks like it has something to do with parameters units. This intrigued me so I tried to make some tests.
Could any one help me to use that method?
For any help great thanks in advance.
