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

Method updateToggleState

Source/PluginEditor.cpp:676–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

674}
675
676void 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
684void NeuralPiAudioProcessorEditor::loadButtonClicked()
685{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected