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

Function HasFactoryDefaults

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

Source from the content-addressed store, hash-verified

104}
105
106bool HasFactoryDefaults(EffectPlugin &host)
107{
108 return HasConfigGroup(host.GetDefinition(), PluginSettings::Private,
109 FactoryDefaultsGroup());
110}
111
112RegistryPaths GetUserPresets(EffectPlugin &host)
113{

Callers 3

HasPresetsMethod · 0.85
GetDefaultPresetMethod · 0.85
EffectPresetsDialogMethod · 0.85

Calls 1

HasConfigGroupFunction · 0.85

Tested by

no test coverage detected