| 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) { |
nothing calls this directly
no outgoing calls
no test coverage detected