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

Method defaultValue

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

Source from the content-addressed store, hash-verified

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:
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected