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

Method parameterValueChanged

Source/Components/AdjustPanel.cpp:112–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112void AdjustPanel::parameterValueChanged(int, float) { mParamHasChanged.store(true); }
113
114void AdjustPanel::timerCallback() {
115 if (mParamHasChanged.load()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected