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

Method sampleRateChanged

distrho/src/DistrhoPluginCarla.cpp:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

setSampleRateMethod · 0.45

Tested by

no test coverage detected