Parameter setValue not working in pluginInstance of some VST3 Waves plugins

I have a plugin host but I’m having problems changing the parameters value of some VST3 Waves plugins.

I’m getting the list of parameters using getParameters() in the audio plugin instance, after that, I get a parameter using an index and use “parameter->setValue(myValue)” to set the value. This works fine in almost all plugins except the Waves VST3 plugins. When doing it while loading a Waves plugin the value never gets changed.

Had anyone encounter a similar problem?

Seems that it got fixed in some of the latest juce 6.0.4 development commits. Thanks!