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

Method parameterValueChanged

Source/Components/Modulators/EnvPanel.cpp:91–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91void EnvPanel::parameterValueChanged(int, float) { mParamHasChanged.store(true); }
92
93void EnvPanel::timerCallback() {
94 if (mParamHasChanged.load()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected