| 1292 | } |
| 1293 | |
| 1294 | void sampleRateChanged(const double newSampleRate) override |
| 1295 | { |
| 1296 | rack::contextSet(context); |
| 1297 | rack::settings::sampleRate = newSampleRate; |
| 1298 | context->sampleRate = newSampleRate; |
| 1299 | context->engine->setSampleRate(newSampleRate); |
| 1300 | } |
| 1301 | |
| 1302 | #ifdef DISTRHO_PLUGIN_EXTRA_IO |
| 1303 | void ioChanged(const uint16_t numInputs, const uint16_t numOutputs) override |
nothing calls this directly
no test coverage detected