Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/StrangeLoopsAudio/gRainbow
/ parameterValueChanged
Method
parameterValueChanged
Source/Components/FxPanel.cpp:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void FxPanel::parameterValueChanged(int, float) { mParamHasChanged.store(true); }
29
30
void FxPanel::timerCallback() {
31
if (mParamHasChanged.load()) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected