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

Method getChannels

src/midi.cpp:278–284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276}
277
278std::vector<int> Input::getChannels() {
279 std::vector<int> channels;
280 for (int c = -1; c < 16; c++) {
281 channels.push_back(c);
282 }
283 return channels;
284}
285
286////////////////////
287// InputQueue

Callers 5

processMethod · 0.45
processBypassMethod · 0.45
appendMidiChannelMenuFunction · 0.45
drawLayerMethod · 0.45
stepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected