MCPcopy Create free account
hub / github.com/DISTRHO/DPF / setParameterValueFromPlugin

Method setParameterValueFromPlugin

distrho/src/DistrhoPluginCLAP.cpp:511–515  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509 // ----------------------------------------------------------------------------------------------------------------
510
511 void setParameterValueFromPlugin(const uint index, const float value)
512 {
513 if (UIExporter* const ui = fUI.get())
514 ui->parameterChanged(index, value);
515 }
516
517 #if DISTRHO_PLUGIN_WANT_PROGRAMS
518 void setProgramFromPlugin(const uint index)

Callers 1

stateLoadMethod · 0.80

Calls 1

parameterChangedMethod · 0.45

Tested by

no test coverage detected