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