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

Method parameterValueChanged

Source/Components/FilterControl.cpp:75–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void FilterControl::parameterValueChanged(int, float) { mParamHasChanged.store(true); }
76
77void FilterControl::timerCallback() {
78 if (mParamHasChanged.load()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected