| 754 | |
| 755 | |
| 756 | void NeuralPiAudioProcessorEditor::buttonClicked(juce::Button* button) |
| 757 | { |
| 758 | if (button == &loadButton) { |
| 759 | loadButtonClicked(); |
| 760 | } |
| 761 | else |
| 762 | { |
| 763 | loadIRClicked(); |
| 764 | } |
| 765 | } |
| 766 | |
| 767 | |
| 768 | void NeuralPiAudioProcessorEditor::sliderValueChanged(Slider* slider) |
nothing calls this directly
no outgoing calls
no test coverage detected