commit e8e9d69ea5c7962e19b195a7cab4d13895fbc55b
parent 4fd5b0fba01ec29667a96d956f1b667efc7db198
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Mon, 9 Aug 2021 17:34:29 +0200
valueChanged() signal should be emitted
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/examples/gui/parameter-proxy.cc b/examples/gui/parameter-proxy.cc
@@ -25,6 +25,7 @@ void ParameterProxy::setValueFromUI(double value) {
clap::messages::AdjustRequest rq{id_, value_};
Application::instance().remoteChannel().sendRequestAsync(rq);
+ valueChanged();
}
void ParameterProxy::setValueFromPlugin(double value) {