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

Method attackTime

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

Source from the content-addressed store, hash-verified

32 std::shared_ptr<AudioSetting> waveType() const { return _waveType; }
33
34 std::shared_ptr<AudioParam> attackTime() const { return _attack; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected