MCPcopy Create free account
hub / github.com/VCVRack/Rack / getSampleRate

Method getSampleRate

src/rtaudio.cpp:231–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

229 return sampleRates;
230 }
231 float getSampleRate() override {
232 return sampleRate;
233 }
234 void setSampleRate(float sampleRate) override {
235 if (sampleRate == this->sampleRate)
236 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected