MCPcopy Create free account
hub / github.com/VCVRack/Befaco / onSampleRateChange

Method onSampleRateChange

src/Kickall.cpp:78–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 void onSampleRateChange() override {
79 oversampler.reset(APP->engine->getSampleRate());
80 }
81
82 void process(const ProcessArgs& args) override {
83 // TODO: check values

Callers

nothing calls this directly

Calls 2

getSampleRateMethod · 0.80
resetMethod · 0.45

Tested by

no test coverage detected