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

Method getBlockSizes

src/audio.cpp:261–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261std::set<int> Port::getBlockSizes() {
262 if (!device)
263 return {};
264 try {
265 return device->getBlockSizes();
266 }
267 catch (Exception& e) {
268 WARN("Audio port could not get device block sizes: %s", e.what());
269 return {};
270 }
271}
272
273int Port::getBlockSize() {
274 if (!device)

Callers 1

appendAudioBlockSizeMenuFunction · 0.45

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected