there is a const String label;
member in AudioProcessorParameterWithID
, but we can’t use it at the moment.
it’s a public member, but it’s const. There is a getLabel()
, but no setLabel()
.
Could we get a way to set it?
or perhaps as an optional param to the constructor? (and also to AudioParameterInt, etc. )
edit : that was already requested here : Showing a label e.g. Hz, dB using AudioParameterFloat?