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

Method GetPath

libraries/lib-ladspa/LadspaEffectBase.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86// ============================================================================
87
88PluginPath LadspaEffectBase::GetPath() const
89{
90 return wxString::Format(wxT("%s;%d"), mPath, mIndex);
91}
92
93ComponentInterfaceSymbol LadspaEffectBase::GetSymbol() const
94{

Callers 1

LoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected