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

Method getBlockSize

src/rtaudio.cpp:250–252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

248 return blockSizes;
249 }
250 int getBlockSize() override {
251 return blockSize;
252 }
253 void setBlockSize(int blockSize) override {
254 if (blockSize == this->blockSize)
255 return;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected