Hello, I want to control the value of a processor value tree state parameter through another parameter.
For example
if (Band2L_freq == 20)
Parameters.getParameter(“Param1”)->setValueNotifyingHost(newValue);
This works great, I hear the change (also see it in an audio analyzer) and my UI slider that is attached in the Param1 also moves in the “newValue” position.
When I switch to the generic Parameter View (of the Reaper DAW) the parameter changes internally (i can hear it and see it in the analyzer) but the value and slider position of the Parameter View UI do not change.
I have also tried the
Parameters.getParameter(“Param1”)->setValue(newValue);
but didn’t work either.
Any ideas?
