mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3 Host: Ensure that program parameter is updated in response to program change requests
This commit is contained in:
parent
b2a51eb253
commit
4f5c559ce2
1 changed files with 1 additions and 1 deletions
|
|
@ -2802,7 +2802,7 @@ public:
|
|||
auto value = static_cast<Vst::ParamValue> (program) / static_cast<Vst::ParamValue> (jmax (1, programNames.size() - 1));
|
||||
|
||||
if (auto* param = getParameterForID (programParameterID))
|
||||
param->setValue ((float) value);
|
||||
param->setValueNotifyingHost ((float) value);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue