MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / requestAudioInput

Function requestAudioInput

src/CardinalRemote/main.cpp:63–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61bool isMIDIEnabled() { return false; }
62uint getBufferSize() { return 0; }
63bool requestAudioInput() { return false; }
64bool requestBufferSizeChange(uint) { return false; }
65bool requestMIDI() { return false; }
66const char* getPluginFormatName() noexcept { return "Remote"; }

Callers 8

onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85
onActionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected