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

Method decayTime

src/extended/ADSRNode.cpp:249–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

247 std::shared_ptr<AudioSetting> ADSRNode::attackTime() const { return adsr_impl->m_attackTime; }
248 std::shared_ptr<AudioSetting> ADSRNode::attackLevel() const { return adsr_impl->m_attackLevel; }
249 std::shared_ptr<AudioSetting> ADSRNode::decayTime() const { return adsr_impl->m_decayTime; }
250 std::shared_ptr<AudioSetting> ADSRNode::sustainTime() const { return adsr_impl->m_sustainTime; }
251 std::shared_ptr<AudioSetting> ADSRNode::sustainLevel() const { return adsr_impl->m_sustainLevel; }
252 std::shared_ptr<AudioSetting> ADSRNode::releaseTime() const { return adsr_impl->m_releaseTime; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected