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

Method getBlockSize

include/audio.hpp:111–113  ·  view source on GitHub ↗

Returns the current block size. */

Source from the content-addressed store, hash-verified

109 }
110 /** Returns the current block size. */
111 virtual int getBlockSize() {
112 return 0;
113 }
114 /** Sets the block size of the device, re-opening it if needed. */
115 virtual void setBlockSize(int blockSize) {}
116

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected