MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / applyCeiling

Method applyCeiling

src/gui/StripFinalOutputPanel.cpp:719–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717}
718
719void StripFinalOutputPanel::applyCeiling(float db)
720{
721 if (!m_audio) return;
722 if (auto* lim = m_audio->clientFinalLimiterTx()) {
723 lim->setCeilingDb(db);
724 m_audio->saveClientFinalLimiterSettings();
725 }
726}
727
728void StripFinalOutputPanel::applyTrim(float db)
729{

Callers

nothing calls this directly

Calls 3

clientFinalLimiterTxMethod · 0.80
setCeilingDbMethod · 0.80

Tested by

no test coverage detected