| 674 | } |
| 675 | |
| 676 | void NeuralPiAudioProcessorEditor::updateToggleState(juce::Button* button, juce::String name) |
| 677 | { |
| 678 | if (name == "IR") |
| 679 | processor.ir_state = button->getToggleState(); |
| 680 | else |
| 681 | processor.lstm_state = button->getToggleState(); |
| 682 | } |
| 683 | |
| 684 | void NeuralPiAudioProcessorEditor::loadButtonClicked() |
| 685 | { |
nothing calls this directly
no outgoing calls
no test coverage detected