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

Method getMaxValue

include/Quantity.hpp:35–37  ·  view source on GitHub ↗

Returns the maximum recommended value. */

Source from the content-addressed store, hash-verified

33
34 /** Returns the maximum recommended value. */
35 virtual float getMaxValue() {
36 return 1.f;
37 }
38
39 /** Returns the default value, for resetting. */
40 virtual float getDefaultValue() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected