MCPcopy Create free account
hub / github.com/LabSound/LabSound / maxValue

Method maxValue

include/LabSound/core/AudioParam.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41 double minValue() const { return _desc->minValue; }
42 double maxValue() const { return _desc->maxValue; }
43 double defaultValue() const { return _desc->defaultValue; }
44
45 // Value smoothing:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected