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

Function isUsingNativeAudio

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

Source from the content-addressed store, hash-verified

52}
53
54START_NAMESPACE_DISTRHO
55
56bool isUsingNativeAudio() noexcept { return false; }
57bool supportsAudioInput() { return false; }
58bool supportsBufferSizeChanges() { return false; }
59bool supportsMIDI() { 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