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

Method GetEffect

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

Source from the content-addressed store, hash-verified

203}
204
205EffectPlugin* EffectManager::GetEffect(const PluginID& ID)
206{
207 return DoGetEffect(ID).effect;
208}
209
210EffectSettings* EffectManager::GetDefaultSettings(const PluginID& ID)
211{

Callers 15

GetEffectStagesImplFunction · 0.45
GetInstanceFactoryMethod · 0.45
DoEffectMethod · 0.45
GetCommandUrlMethod · 0.45
GetCommandTipMethod · 0.45
BatchProcessingOnMethod · 0.45
BatchProcessingOffMethod · 0.45
PromptUserMethod · 0.45
ToggleUiFunction · 0.45
OnOptionsClickedMethod · 0.45
OnChangeButtonClickedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected