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

Method getChannels

include/dsp/midi.hpp:683–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681 }
682
683 uint8_t getChannels() {
684 return channels;
685 }
686
687 void setChannels(uint8_t channels) {
688 if (channels == this->channels)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected