Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ IsEffectAutomatable
Method
IsEffectAutomatable
libraries/lib-module-manager/PluginDescriptor.cpp:167–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
165
}
166
167
bool PluginDescriptor::IsEffectAutomatable() const
168
{
169
return mEffectAutomatable;
170
}
171
172
void PluginDescriptor::SetEffectFamily(const wxString & family)
173
{
Callers
1
SaveGroup
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected