Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getStatus
Method
getStatus
include/midi.hpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
uint8_t getStatus() const {
72
if (bytes.size() < 1)
73
return 0;
74
return bytes[0] >> 4;
75
}
76
void setStatus(uint8_t status) {
77
if (bytes.size() < 1)
78
return;
Callers
2
processMessage
Method · 0.80
processMessage
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected