MCPcopy 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

processCCMethod · 0.80
processMessageMethod · 0.80
processCCMethod · 0.80
processMessageMethod · 0.80
processCCMethod · 0.80
processSystemMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected