Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
void EnvPanel::parameterValueChanged(int, float) { mParamHasChanged.store(true); }
92
93
void EnvPanel::timerCallback() {
94
if (mParamHasChanged.load()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected