Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getNote
Method
getNote
include/midi.hpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
uint8_t getNote() const {
58
if (bytes.size() < 2)
59
return 0;
60
return bytes[1];
61
}
62
void setNote(uint8_t note) {
63
if (bytes.size() < 2)
64
return;
Callers
6
processCC
Method · 0.80
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