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

Method FetchSettingsFromInstance

src/effects/VST/VSTEditor.cpp:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567bool VSTEditor::FetchSettingsFromInstance(EffectSettings& settings)
568{
569 return mInstance.FetchSettings(VSTWrapper::GetSettings(settings));
570}
571
572bool VSTEditor::StoreSettingsToInstance(const EffectSettings& settings)
573{

Callers

nothing calls this directly

Calls 2

GetSettingsFunction · 0.85
FetchSettingsMethod · 0.45

Tested by

no test coverage detected