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

Method StoreSettingsToInstance

src/effects/VST/VSTEditor.cpp:572–575  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

570}
571
572bool VSTEditor::StoreSettingsToInstance(const EffectSettings& settings)
573{
574 return mInstance.StoreSettings(VSTWrapper::GetSettings(settings));
575}
576
577bool VSTEditor::ValidateUI()
578{

Callers

nothing calls this directly

Calls 2

GetSettingsFunction · 0.85
StoreSettingsMethod · 0.45

Tested by

no test coverage detected