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

Method UnregisterEffect

libraries/lib-effects/EffectManager.cpp:53–58  ·  view source on GitHub ↗

Here solely for the purpose of Nyquist Workbench until a better solution is devised.

Source from the content-addressed store, hash-verified

51// Here solely for the purpose of Nyquist Workbench until
52// a better solution is devised.
53void EffectManager::UnregisterEffect(const PluginID & ID)
54{
55 PluginID id = ID;
56 PluginManager::Get().UnregisterPlugin(id);
57 mEffects.erase(id);
58}
59
60TranslatableString EffectManager::GetEffectFamilyName(const PluginID & ID)
61{

Callers 1

OnGoMethod · 0.80

Calls 2

GetFunction · 0.85
UnregisterPluginMethod · 0.80

Tested by

no test coverage detected