| 69 | } |
| 70 | |
| 71 | bool OscController::SetInPort(int port) |
| 72 | { |
| 73 | if (mInPort != port) |
| 74 | { |
| 75 | mInPort = port; |
| 76 | OSCReceiver::disconnect(); |
| 77 | return OSCReceiver::connect(mInPort); |
| 78 | } |
| 79 | |
| 80 | return false; |
| 81 | } |
| 82 | |
| 83 | std::string OscController::GetControlTooltip(MidiMessageType type, int control) |
| 84 | { |