MCPcopy 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

DiscoverPluginsAtPathMethod · 0.85
LoadPluginMethod · 0.85
CheckPluginExistMethod · 0.85
GetEffectNameFunction · 0.85
SetEffectMethod · 0.85

Calls 2

GetFunction · 0.85
GetPluginMethod · 0.45

Tested by

no test coverage detected