MCPcopy Create free account
hub / github.com/DISTRHO/Cardinal / getStatus

Method getStatus

include/midi.hpp:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 }
70
71 uint8_t getStatus() const {
72 if (bytes.size() < 1)
73 return 0;
74 return bytes[0] >> 4;
75 }
76 void setStatus(uint8_t status) {
77 if (bytes.size() < 1)
78 return;

Callers 2

processMessageMethod · 0.80
processMessageMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected