| 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) |
no test coverage detected