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

Method SetInPort

Source/OscController.cpp:71–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71bool 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
83std::string OscController::GetControlTooltip(MidiMessageType type, int control)
84{

Callers 1

TextEntryCompleteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected