Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getStatus
Method
getStatus
include/midi.hpp:46–50 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
uint8_t getStatus() const {
47
if (bytes.size() < 1)
48
return 0;
49
return bytes[0] >> 4;
50
}
51
void setStatus(uint8_t status) {
52
if (bytes.size() < 1)
53
return;
Callers
6
onMessage
Method · 0.80
sendMessage
Method · 0.80
processMessage
Method · 0.80
processMessage
Method · 0.80
processMessage
Method · 0.80
processMessage
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected