Updating host parameter names

Hi, I need to rename some parameter names during the lifetime of a VST but not sure what the preferred method of doing this as there are no public APIs… Should I delete and readd the parameter from the managed collection?

thx

In general, IIRC, this is not really possible (some hosts respect it using updateHostDisplay). You cannot alter the amount of parameters after construction, either.

1 Like

Hi, ended up subclassing the AudioParameterxxx classes to provide my own name…