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

Method getSampleRate

include/audio.hpp:98–100  ·  view source on GitHub ↗

Returns the current sample rate. */

Source from the content-addressed store, hash-verified

96 }
97 /** Returns the current sample rate. */
98 virtual float getSampleRate() {
99 return 0;
100 }
101 /** Sets the sample rate of the device, re-opening it if needed. */
102 virtual void setSampleRate(float sampleRate) {}
103

Callers 1

engineGetSampleRateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected