| 1079 | } |
| 1080 | |
| 1081 | void NeuralPiAudioProcessorEditor::setParameterValue(const String& paramId, float value) |
| 1082 | { |
| 1083 | if (auto* param = getParameter(paramId)) |
| 1084 | param->setValueNotifyingHost(value); |
| 1085 | } |
| 1086 | |
| 1087 | |
| 1088 | void NeuralPiAudioProcessorEditor::setGainKnobColor() |
nothing calls this directly
no outgoing calls
no test coverage detected