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

Method reset

src/midi.cpp:210–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208}
209
210void Input::reset() {
211 setDriverId(-1);
212 channel = -1;
213}
214
215std::vector<int> Input::getDeviceIds() {
216 if (!driver)

Callers 1

clearMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected