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

Method setSampleRate

distrho/src/DistrhoPluginVST2.cpp:221–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219 }
220
221 void setSampleRate(const double newSampleRate)
222 {
223 fUI.setSampleRate(newSampleRate, true);
224 }
225
226 void notifyScaleFactorChanged(const double scaleFactor)
227 {

Callers 12

notifyFunction · 0.45
auSetPropertyFunction · 0.45
vst_dispatcherFunction · 0.45
jackSampleRateMethod · 0.45
runSelfTestsFunction · 0.45
dssiui_samplerateMethod · 0.45
lv2_set_optionsMethod · 0.45
sampleRateChangedMethod · 0.45
lv2_set_optionsMethod · 0.45
setupProcessingFunction · 0.45
activateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected