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

Method updateOutConnectedLabel

Source/PluginEditor.cpp:943–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

941}
942
943void NeuralPiAudioProcessorEditor::updateOutConnectedLabel(bool connected)
944{
945 if (connected)
946 {
947 getOutConnectedLabel().setText("(Connected)", dontSendNotification);
948 }
949 else
950 {
951 getOutConnectedLabel().setText("(Disconnected!)", dontSendNotification);
952 }
953}
954
955// This callback is invoked if an OSC message has been received setting either value.
956void NeuralPiAudioProcessorEditor::valueChanged(Value& value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected