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

Method VST3Instance

libraries/lib-vst3/VST3Instance.cpp:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35VST3Instance::VST3Instance(const PerTrackEffect& effect, VST3::Hosting::Module& module, const VST3::Hosting::ClassInfo& effectClassInfo)
36 : Instance(effect)
37{
38 ReloadUserOptions();
39 mWrapper = std::make_unique<VST3Wrapper>(module, effectClassInfo);
40 mWrapper->InitializeComponents();
41}
42
43VST3Instance::~VST3Instance() = default;
44

Callers

nothing calls this directly

Calls 1

InitializeComponentsMethod · 0.80

Tested by

no test coverage detected