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

Method GetVersion

src/effects/vamp/LoadVamp.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83wxString VampEffectsModule::GetVersion() const
84{
85 // This "may" be different if this were to be maintained as a separate DLL
86 return VAMPEFFECTS_VERSION;
87}
88
89TranslatableString VampEffectsModule::GetDescription() const
90{

Callers 1

GetVersionForDisplayFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected