| 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(); |