| 842 | } |
| 843 | |
| 844 | void FireAudioProcessorEditor::parameterChanged(const juce::String& parameterID, float newValue) |
| 845 | { |
| 846 | triggerAsyncUpdate(); |
| 847 | } |
| 848 | |
| 849 | void FireAudioProcessorEditor::handleAsyncUpdate() |
| 850 | { |
nothing calls this directly
no outgoing calls
no test coverage detected