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

Method processMessage

src/core/MIDICC_CV.cpp:115–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113 }
114
115 void processMessage(const midi::Message& msg) {
116 switch (msg.getStatus()) {
117 // cc
118 case 0xb: {
119 processCC(msg);
120 } break;
121 default: break;
122 }
123 }
124
125 void processCC(const midi::Message& msg) {
126 uint8_t c = mpeMode ? msg.getChannel() : 0;

Callers

nothing calls this directly

Calls 1

getStatusMethod · 0.80

Tested by

no test coverage detected