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

Method makeup

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

Source from the content-addressed store, hash-verified

247}
248
249std::shared_ptr<AudioParam> PeakCompNode::makeup() const
250{
251 return internalNode->m_makeup;
252}
253
254std::shared_ptr<AudioParam> PeakCompNode::knee() const
255{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected