| 643 | } |
| 644 | |
| 645 | std::string PluginProcessorWrapper::wrapperGetParameterName( |
| 646 | const int& parameter) { |
| 647 | return myPlugin->getParameterName(parameter).toStdString(); |
| 648 | } |
| 649 | |
| 650 | bool PluginProcessorWrapper::wrapperSetParameter(const int& parameterIndex, |
| 651 | const float& value) { |
nothing calls this directly
no test coverage detected