MCPcopy Create free account
hub / github.com/VCVRack/Rack / getScaledValue

Method getScaledValue

src/Quantity.cpp:208–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208float Quantity::getScaledValue() {
209 return toScaled(getValue());
210}
211
212void Quantity::moveScaledValue(float deltaScaledValue) {
213 if (!isBounded())

Callers 4

processMethod · 0.80
onChangeMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected