| 705 | } |
| 706 | |
| 707 | void BandPanel::parameterChanged(const juce::String& parameterID, float newValue) |
| 708 | { |
| 709 | triggerAsyncUpdate(); |
| 710 | } |
| 711 | |
| 712 | void BandPanel::handleAsyncUpdate() |
| 713 | { |
nothing calls this directly
no outgoing calls
no test coverage detected