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

Method GetSymbol

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

Source from the content-addressed store, hash-verified

80}
81
82ComponentInterfaceSymbol LadspaEffectsModule::GetSymbol() const
83{
84 /* i18n-hint: abbreviates "Linux Audio Developer's Simple Plugin API"
85 (Application programming interface)
86 */
87 return XO("LADSPA Effects");
88}
89
90VendorSymbol LadspaEffectsModule::GetVendor() const
91{

Callers 1

DiscoverPluginsAtPathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected