| 471 | } |
| 472 | |
| 473 | void sampleRateChanged(const double sampleRate) override |
| 474 | { |
| 475 | fPlugin.setSampleRate(sampleRate, true); |
| 476 | } |
| 477 | |
| 478 | #if DISTRHO_PLUGIN_HAS_UI |
| 479 | void uiNameChanged(const char* const uiName) override |
nothing calls this directly
no test coverage detected