| 32 | } |
| 33 | |
| 34 | PluginPath VST3EffectBase::GetPath() const |
| 35 | { |
| 36 | return VST3Utils::MakePluginPathString( { mModule->getPath() }, mEffectClassInfo.ID().toString()); |
| 37 | } |
| 38 | |
| 39 | ComponentInterfaceSymbol VST3EffectBase::GetSymbol() const |
| 40 | { |
no test coverage detected