MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / GetDeviceOut

Method GetDeviceOut

Source/MidiController.h:288–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286 bool IsInputConnected(bool immediate);
287 std::string GetDeviceIn() const { return mDeviceIn; }
288 std::string GetDeviceOut() const { return mDeviceOut; }
289 UIControlConnection* GetConnectionForControl(MidiMessageType messageType, int control);
290 UIControlConnection* GetConnectionForCableSource(const PatchCableSource* source);
291 void ResyncControllerState();

Callers 1

InitControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected