| 888 | } |
| 889 | |
| 890 | void NeuralPiAudioProcessorEditor::updateOutgoingIP(String ip) |
| 891 | { |
| 892 | outgoingIP = ip; |
| 893 | connectSender(); |
| 894 | } |
| 895 | |
| 896 | void NeuralPiAudioProcessorEditor::updateOutgoingPort(int port) |
| 897 | { |
nothing calls this directly
no outgoing calls
no test coverage detected