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

Method SetEffectDefault

libraries/lib-module-manager/PluginDescriptor.cpp:187–190  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void PluginDescriptor::SetEffectDefault(bool dflt)
188{
189 mEffectDefault = dflt;
190}
191
192void PluginDescriptor::SetEffectLegacy(bool legacy)
193{

Callers 2

PluginManager.cppFile · 0.80
LoadGroupMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected