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

Method buttonClicked

Source/PluginEditor.cpp:756–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754
755
756void NeuralPiAudioProcessorEditor::buttonClicked(juce::Button* button)
757{
758 if (button == &loadButton) {
759 loadButtonClicked();
760 }
761 else
762 {
763 loadIRClicked();
764 }
765}
766
767
768void NeuralPiAudioProcessorEditor::sliderValueChanged(Slider* slider)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected