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

Method getMinValue

include/Quantity.hpp:30–32  ·  view source on GitHub ↗

Returns the minimum recommended value. */

Source from the content-addressed store, hash-verified

28
29 /** Returns the minimum recommended value. */
30 virtual float getMinValue() {
31 return 0.f;
32 }
33
34 /** Returns the maximum recommended value. */
35 virtual float getMaxValue() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected