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

Method GetVersion

libraries/lib-lv2/LoadLV2.cpp:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97wxString LV2EffectsModule::GetVersion() const
98{
99 // This "may" be different if this were to be maintained as a separate DLL
100 return LV2EFFECTS_VERSION;
101}
102
103TranslatableString LV2EffectsModule::GetDescription() const
104{

Callers 3

CheckCacheMethod · 0.45
WriteXMLMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected