MCPcopy Create free account
hub / github.com/VCVRack/Befaco / requestAllChannelsParamsOverSysex

Method requestAllChannelsParamsOverSysex

src/MidiThing.cpp:149–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147 }
148
149 void requestAllChannelsParamsOverSysex() {
150 for (int row = 0; row < 4; ++row) {
151 for (int col = 0; col < 3; ++col) {
152 const int PORT_CONFIG = 2;
153 requestParamOverSysex(row, col, PORT_CONFIG);
154 }
155 }
156 }
157
158 // request that MidiThing loads a pre-defined template, 1-4
159 void setPredef(uint8_t predef) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected