MCPcopy Create free account
hub / github.com/audacity/audacity / UpdateUI

Method UpdateUI

src/effects/VST3/VST3Editor.cpp:186–200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186bool VST3Editor::UpdateUI()
187{
188 mAccess.ModifySettings([&](EffectSettings& settings) {
189 mWrapper.FetchSettings(settings);
190 return nullptr;
191 });
192
193 if (mPlainUI != nullptr)
194 mPlainUI->ReloadParameters();
195
196 //Write to main...
197 mAccess.Flush();
198
199 return true;
200}

Callers

nothing calls this directly

Calls 3

ReloadParametersMethod · 0.80
FetchSettingsMethod · 0.45
FlushMethod · 0.45

Tested by

no test coverage detected