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

Method getChannel

include/midi.hpp:60–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 uint8_t getChannel() const {
61 if (bytes.size() < 1)
62 return 0;
63 return bytes[0] & 0xf;
64 }
65 void setChannel(uint8_t channel) {
66 if (bytes.size() < 1)
67 return;

Callers 5

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