| 86 | // ============================================================================ |
| 87 | |
| 88 | PluginPath LadspaEffectBase::GetPath() const |
| 89 | { |
| 90 | return wxString::Format(wxT("%s;%d"), mPath, mIndex); |
| 91 | } |
| 92 | |
| 93 | ComponentInterfaceSymbol LadspaEffectBase::GetSymbol() const |
| 94 | { |