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

Function getSampleRate

distrho/src/DistrhoPluginVST3.cpp:766–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764 }
765
766 double getSampleRate() const noexcept
767 {
768 return fPlugin.getSampleRate();
769 }
770
771 // ----------------------------------------------------------------------------------------------------------------
772 // v3_component interface calls

Callers 6

runFunction · 0.50
ExamplePluginMetronomeFunction · 0.50
ExamplePluginCVPortFunction · 0.50
setParameterValueFunction · 0.50
InfoExampleUIFunction · 0.50

Calls 1

getSampleRateMethod · 0.45

Tested by

no test coverage detected