MCPcopy Create free account
hub / github.com/StrangeLoopsAudio/gRainbow / timerCallback

Method timerCallback

Source/Components/FxPanel.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28void FxPanel::parameterValueChanged(int, float) { mParamHasChanged.store(true); }
29
30void FxPanel::timerCallback() {
31 if (mParamHasChanged.load()) {
32 mParamHasChanged.store(false);
33 }
34}
35
36void FxPanel::updateSelectedParams() {
37 if (mCurSelectedParams != nullptr) mCurSelectedParams->removeListener(this);

Callers

nothing calls this directly

Calls 1

loadMethod · 0.80

Tested by

no test coverage detected