Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DISTRHO/Cardinal
/ getNote
Method
getNote
include/midi.hpp:82–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
uint8_t getNote() const {
83
if (bytes.size() < 2)
84
return 0;
85
return bytes[1];
86
}
87
void setNote(uint8_t note) {
88
if (bytes.size() < 2)
89
return;
Callers
4
processMessage
Method · 0.80
processCC
Method · 0.80
processMessage
Method · 0.80
processCC
Method · 0.80
Calls
1
size
Method · 0.45
Tested by
no test coverage detected