MCPcopy Create free account
hub / github.com/GuitarML/NeuralPi / connectSender

Method connectSender

Source/PluginEditor.cpp:877–888  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

875}
876
877void NeuralPiAudioProcessorEditor::connectSender()
878{
879 // specify here where to send OSC messages to: host URL and UDP port number
880 if (!oscSender.connect(outgoingIP, outgoingPort))
881 {
882 updateOutConnectedLabel(false);
883 }
884 else
885 {
886 updateOutConnectedLabel(true);
887 }
888}
889
890void NeuralPiAudioProcessorEditor::updateOutgoingIP(String ip)
891{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected