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

Method LoadPreset

libraries/lib-vst3/VST3EffectBase.cpp:172–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172void VST3EffectBase::LoadPreset(const wxString& id, EffectSettings& settings) const
173{
174 auto wrapper = std::make_unique<VST3Wrapper>(*mModule, mEffectClassInfo);
175 wrapper->InitializeComponents();
176 wrapper->LoadPreset(id);
177 wrapper->StoreSettings(settings);
178}
179
180EffectSettings VST3EffectBase::MakeSettings() const
181{

Callers 1

LoadFactoryPresetMethod · 0.45

Calls 2

InitializeComponentsMethod · 0.80
StoreSettingsMethod · 0.45

Tested by

no test coverage detected