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

Method LoadUserPresets

src/effects/EffectUI.cpp:1027–1037  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1025}
1026
1027void EffectUIHost::LoadUserPresets()
1028{
1029 mUserPresets.clear();
1030
1031 GetConfigSubgroups(mEffectUIHost.GetDefinition(),
1032 PluginSettings::Private, UserPresetsGroup(wxEmptyString), mUserPresets);
1033
1034 std::sort( mUserPresets.begin(), mUserPresets.end() );
1035
1036 return;
1037}
1038
1039std::shared_ptr<EffectInstance> EffectUIHost::InitializeInstance()
1040{

Callers

nothing calls this directly

Calls 5

GetConfigSubgroupsFunction · 0.85
UserPresetsGroupFunction · 0.85
clearMethod · 0.45
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected