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

Method setBlockSize

src/audio.cpp:285–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283}
284
285void Port::setBlockSize(int blockSize) {
286 if (!device)
287 return;
288 try {
289 device->setBlockSize(blockSize);
290 }
291 catch (Exception& e) {
292 WARN("Audio port could not set device block size: %s", e.what());
293 }
294}
295
296int Port::getNumInputs() {
297 if (!device)

Callers 1

onActionMethod · 0.45

Calls 1

whatMethod · 0.80

Tested by

no test coverage detected