| 110 | } |
| 111 | |
| 112 | void AdjustPanel::parameterValueChanged(int, float) { mParamHasChanged.store(true); } |
| 113 | |
| 114 | void AdjustPanel::timerCallback() { |
| 115 | if (mParamHasChanged.load()) { |
nothing calls this directly
no outgoing calls
no test coverage detected