MCPcopy 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
168void Quantity::setMax() {
169 setValue(getMaxValue());
170}
171
172void Quantity::toggle() {
173 setValue(isMin() ? getMaxValue() : getMinValue());

Callers 2

onDragStartMethod · 0.80
onDragStartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected