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

Method getBlockSizes

include/audio.hpp:107–109  ·  view source on GitHub ↗

Returns a list of all valid (user-selectable) block sizes. The device may accept block sizes not in this list, but it *must* accept block sizes in the list. */

Source from the content-addressed store, hash-verified

105 The device may accept block sizes not in this list, but it *must* accept block sizes in the list.
106 */
107 virtual std::set<int> getBlockSizes() {
108 return {};
109 }
110 /** Returns the current block size. */
111 virtual int getBlockSize() {
112 return 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected