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

Method decayTime

include/LabSound/extended/SfxrNode.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 std::shared_ptr<AudioParam> sustainTime() const { return _sustainTime; }
36 std::shared_ptr<AudioParam> sustainPunch() const { return _sustainPunch; }
37 std::shared_ptr<AudioParam> decayTime() const { return _decayTime; }
38
39 std::shared_ptr<AudioParam> startFrequency() const { return _startFrequency; }
40 std::shared_ptr<AudioParam> minFrequency() const { return _minFrequency; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected