| 204 | } |
| 205 | |
| 206 | void syncVcvStateToHardware() { |
| 207 | for (int row = 0; row < 4; ++row) { |
| 208 | for (int col = 0; col < 3; ++col) { |
| 209 | setVoltageModeOnHardware(row, col); |
| 210 | } |
| 211 | } |
| 212 | } |
| 213 | |
| 214 | |
| 215 | midi::InputQueue inputQueue; |
nothing calls this directly
no outgoing calls
no test coverage detected