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

Method onInit

au4/src/effects/effects_base/effectsmodule.cpp:73–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73void EffectsModule::onInit(const muse::IApplication::RunMode&)
74{
75 PluginManager::Get().Initialize([](const FilePath& localFileName) {
76 return std::make_unique<au3::EffectSettings>(localFileName.ToStdString());
77 });
78
79 m_actionsController->init();
80 m_uiActions->init();
81 m_provider->reloadEffects();
82}
83
84void EffectsModule::onDelayedInit()
85{

Callers

nothing calls this directly

Calls 4

GetFunction · 0.85
reloadEffectsMethod · 0.80
InitializeMethod · 0.45
initMethod · 0.45

Tested by

no test coverage detected