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

Method attack

src/extended/PeakCompNode.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239std::shared_ptr<AudioParam> PeakCompNode::attack() const
240{
241 return internalNode->m_attack;
242}
243
244std::shared_ptr<AudioParam> PeakCompNode::release() const
245{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected