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

Function isAudioInputEnabled

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

Source from the content-addressed store, hash-verified

58bool supportsBufferSizeChanges() { return false; }
59bool supportsMIDI() { return false; }
60bool isAudioInputEnabled() { return false; }
61bool isMIDIEnabled() { return false; }
62uint getBufferSize() { return 0; }
63bool requestAudioInput() { return false; }

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