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

Method getChannel

src/midi.cpp:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143int Port::getChannel() {
144 return channel;
145}
146
147void Port::setChannel(int channel) {
148 this->channel = channel;

Callers 5

onMessageMethod · 0.45
processMessageMethod · 0.45
processCCMethod · 0.45
appendMidiChannelMenuFunction · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected