Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ GetPlugin
Function
GetPlugin
src/RealtimeEffectPanel.cpp:247–250 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
245
};
246
247
const PluginDescriptor *GetPlugin(const PluginID &ID) {
248
auto desc = PluginManager::Get().GetPlugin(ID);
249
return desc;
250
}
251
252
TranslatableString GetEffectName(RealtimeEffectState& state)
253
{
Callers
6
GetPluginEnabledSetting
Method · 0.85
DiscoverPluginsAtPath
Method · 0.85
LoadPlugin
Method · 0.85
CheckPluginExist
Method · 0.85
GetEffectName
Function · 0.85
SetEffect
Method · 0.85
Calls
2
Get
Function · 0.85
GetPlugin
Method · 0.45
Tested by
no test coverage detected