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

Method InitializePlugin

libraries/lib-vst/VSTEffectBase.cpp:141–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

139}
140
141bool VSTEffectBase::InitializePlugin()
142{
143 if (!mAEffect)
144 {
145 Load();
146 }
147
148 if (!mAEffect)
149 {
150 return false;
151 }
152
153 return true;
154}
155
156std::shared_ptr<EffectInstance> VSTEffectBase::MakeInstance() const
157{

Callers 3

DiscoverPluginsAtPathMethod · 0.45
LoadPluginMethod · 0.45
ImportPresetsMethod · 0.45

Calls 1

LoadFunction · 0.85

Tested by

no test coverage detected