Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getChannel
Method
getChannel
include/midi.hpp:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
uint8_t getChannel() const {
61
if (bytes.size() < 1)
62
return 0;
63
return bytes[0] & 0xf;
64
}
65
void setChannel(uint8_t channel) {
66
if (bytes.size() < 1)
67
return;
Callers
5
processMessage
Method · 0.80
processCC
Method · 0.80
processMessage
Method · 0.80
processCC
Method · 0.80
processSystem
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected