Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Audio4Linux/JDSP4Linux
/ setValue
Method
setValue
src/data/EelParser.h:144–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void setValue(const TNum &_value)
145
{
146
value = fmin(fmax(minimum, _value), maximum);
147
}
148
149
TNum getMaximum() const
150
{
Callers
1
loadDefaults
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected