MCPcopy Create free account
hub / github.com/VCVRack/Rack / getStatus

Method getStatus

include/midi.hpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 }
45
46 uint8_t getStatus() const {
47 if (bytes.size() < 1)
48 return 0;
49 return bytes[0] >> 4;
50 }
51 void setStatus(uint8_t status) {
52 if (bytes.size() < 1)
53 return;

Callers 6

onMessageMethod · 0.80
sendMessageMethod · 0.80
processMessageMethod · 0.80
processMessageMethod · 0.80
processMessageMethod · 0.80
processMessageMethod · 0.80

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected