MCPcopy Create free account
hub / github.com/Yaafe/Yaafe / ~Envelope

Method ~Envelope

src_cpp/yaafe-components/audio/Envelope.cpp:72–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70 }
71
72 Envelope::~Envelope()
73 {
74 if (m_context)
75 delete m_context;
76 }
77
78 ParameterDescriptorList Envelope::getParameterDescriptorList() const
79 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected