MCPcopy 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

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

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected