Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
EffectPlugin* EffectManager::GetEffect(const PluginID& ID)
206
{
207
return DoGetEffect(ID).effect;
208
}
209
210
EffectSettings* EffectManager::GetDefaultSettings(const PluginID& ID)
211
{
Callers
15
GetEffectStagesImpl
Function · 0.45
GetInstanceFactory
Method · 0.45
DoEffect
Method · 0.45
GetCommandUrl
Method · 0.45
GetCommandTip
Method · 0.45
BatchProcessingOn
Method · 0.45
BatchProcessingOff
Method · 0.45
PromptUser
Method · 0.45
ToggleUi
Function · 0.45
OnOptionsClicked
Method · 0.45
OnChangeButtonClicked
Method · 0.45
RealtimeEffectListWindow
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected