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

Method syncVcvStateToHardware

src/MidiThing.cpp:206–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected