MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / getParameterValue

Method getParameterValue

Source/PluginEditor.cpp:1073–1079  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1071}
1072
1073float NeuralPiAudioProcessorEditor::getParameterValue(const String& paramId)
1074{
1075 if (auto* param = getParameter(paramId))
1076 return param->getValue();
1077
1078 return 0.0f;
1079}
1080
1081void NeuralPiAudioProcessorEditor::setParameterValue(const String& paramId, float value)
1082{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected