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

Method minValue

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

Source from the content-addressed store, hash-verified

39 std::string shortName() const { return _desc->shortName; }
40
41 double minValue() const { return _desc->minValue; }
42 double maxValue() const { return _desc->maxValue; }
43 double defaultValue() const { return _desc->defaultValue; }
44

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected