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

Method getBlockSize

src/audio.cpp:273–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

271}
272
273int Port::getBlockSize() {
274 if (!device)
275 return 0;
276 try {
277 return device->getBlockSize();
278 }
279 catch (Exception& e) {
280 WARN("Audio port could not get device block size: %s", e.what());
281 return 0;
282 }
283}
284
285void Port::setBlockSize(int blockSize) {
286 if (!device)

Callers 2

appendAudioBlockSizeMenuFunction · 0.45
stepMethod · 0.45

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected