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

Method GetPath

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

Source from the content-addressed store, hash-verified

32}
33
34PluginPath VST3EffectBase::GetPath() const
35{
36 return VST3Utils::MakePluginPathString( { mModule->getPath() }, mEffectClassInfo.ID().toString());
37}
38
39ComponentInterfaceSymbol VST3EffectBase::GetSymbol() const
40{

Callers 2

resolveShellLinkFunction · 0.45
GetPresetsPathFunction · 0.45

Calls 2

toStringMethod · 0.45
IDMethod · 0.45

Tested by

no test coverage detected