| 80 | } |
| 81 | |
| 82 | ComponentInterfaceSymbol 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 | |
| 90 | VendorSymbol LadspaEffectsModule::GetVendor() const |
| 91 | { |
no outgoing calls
no test coverage detected