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

Method updateOutgoingPort

Source/PluginEditor.cpp:896–900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

894}
895
896void NeuralPiAudioProcessorEditor::updateOutgoingPort(int port)
897{
898 outgoingPort = port;
899 connectSender();
900}
901
902void NeuralPiAudioProcessorEditor::labelTextChanged(Label* labelThatHasChanged)
903{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected