Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
START_NAMESPACE_DISTRHO
55
56
bool isUsingNativeAudio() noexcept { return false; }
57
bool supportsAudioInput() { return false; }
58
bool supportsBufferSizeChanges() { return false; }
59
bool supportsMIDI() { return false; }
Callers
8
onAction
Method · 0.85
onAction
Method · 0.85
onAction
Method · 0.85
onAction
Method · 0.85
onAction
Method · 0.85
onAction
Method · 0.85
onAction
Method · 0.85
onAction
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected