MCPcopy Create free account
hub / github.com/DISTRHO/DPF / getBufferSize

Function getBufferSize

distrho/src/DistrhoUtils.cpp:403–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401bool isAudioInputEnabled() { return false; }
402bool isMIDIEnabled() { return false; }
403uint getBufferSize() { return 0; }
404bool requestAudioInput() { return false; }
405bool requestBufferSizeChange(uint) { return false; }
406bool requestMIDI() { return false; }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected