| 95 | } |
| 96 | |
| 97 | wxString 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 | |
| 103 | TranslatableString LV2EffectsModule::GetDescription() const |
| 104 | { |
no outgoing calls
no test coverage detected