| 894 | } |
| 895 | |
| 896 | void NeuralPiAudioProcessorEditor::updateOutgoingPort(int port) |
| 897 | { |
| 898 | outgoingPort = port; |
| 899 | connectSender(); |
| 900 | } |
| 901 | |
| 902 | void NeuralPiAudioProcessorEditor::labelTextChanged(Label* labelThatHasChanged) |
| 903 | { |
nothing calls this directly
no outgoing calls
no test coverage detected