Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ setMax
Method
setMax
src/Quantity.cpp:168–170 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
166
}
167
168
void Quantity::setMax() {
169
setValue(getMaxValue());
170
}
171
172
void Quantity::toggle() {
173
setValue(isMin() ? getMaxValue() : getMinValue());
Callers
2
onDragStart
Method · 0.80
onDragStart
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected