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

Method setParameterValue

Source/PluginEditor.cpp:1081–1085  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1079}
1080
1081void NeuralPiAudioProcessorEditor::setParameterValue(const String& paramId, float value)
1082{
1083 if (auto* param = getParameter(paramId))
1084 param->setValueNotifyingHost(value);
1085}
1086
1087
1088void NeuralPiAudioProcessorEditor::setGainKnobColor()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected