MCPcopy Create free account
hub / github.com/DBraun/DawDreamer / wrapperGetParameterName

Method wrapperGetParameterName

Source/PluginProcessor.cpp:645–648  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

toStdStringMethod · 0.80
getParameterNameMethod · 0.45

Tested by

no test coverage detected