Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheWaveWarden/odin2
/ parameterChanged
Method
parameterChanged
Source/gui/ModAmountComponent.cpp:61–65 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void ModAmountComponent::parameterChanged(const String ¶meterID, float newValue) {
62
if (parameterID == m_parameter_id) {
63
setValue(newValue);
64
}
65
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected