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

Function GetUserPresets

libraries/lib-effects/EffectManager.cpp:112–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112RegistryPaths GetUserPresets(EffectPlugin &host)
113{
114 RegistryPaths presets;
115 GetConfigSubgroups(host.GetDefinition(), PluginSettings::Private,
116 UserPresetsGroup({}), presets);
117 std::sort( presets.begin(), presets.end() );
118 return presets;
119}
120
121bool EffectManager::HasPresets(const PluginID & ID)
122{

Callers 2

HasPresetsMethod · 0.85
EffectPresetsDialogMethod · 0.85

Calls 4

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

Tested by

no test coverage detected