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

Method getOutputDeviceIds

include/midi.hpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130 // The following behave identically as the above methods except for outputs.
131
132 virtual std::vector<int> getOutputDeviceIds() {
133 return {};
134 }
135 virtual int getDefaultOutputDeviceId() {
136 return -1;
137 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected