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

Method updateInConnectedLabel

Source/PluginEditor.cpp:930–941  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

928}
929
930void NeuralPiAudioProcessorEditor::updateInConnectedLabel()
931{
932 const bool connected = oscReceiver.isConnected();
933 if (connected)
934 {
935 getInConnectedLabel().setText("(Connected)", dontSendNotification);
936 }
937 else
938 {
939 getInConnectedLabel().setText("(Disconnected!)", dontSendNotification);
940 }
941}
942
943void NeuralPiAudioProcessorEditor::updateOutConnectedLabel(bool connected)
944{

Callers

nothing calls this directly

Calls 1

isConnectedMethod · 0.80

Tested by

no test coverage detected