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

Method updateOutgoingIP

Source/PluginEditor.cpp:890–894  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

888}
889
890void NeuralPiAudioProcessorEditor::updateOutgoingIP(String ip)
891{
892 outgoingIP = ip;
893 connectSender();
894}
895
896void NeuralPiAudioProcessorEditor::updateOutgoingPort(int port)
897{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected