Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
void PluginDescriptor::SetEffectDefault(bool dflt)
188
{
189
mEffectDefault = dflt;
190
}
191
192
void PluginDescriptor::SetEffectLegacy(bool legacy)
193
{
Callers
2
PluginManager.cpp
File · 0.80
LoadGroup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected