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

Method applyEnable

src/gui/StripFinalOutputPanel.cpp:710–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708}
709
710void StripFinalOutputPanel::applyEnable(bool on)
711{
712 if (!m_audio) return;
713 if (auto* lim = m_audio->clientFinalLimiterTx()) {
714 lim->setEnabled(on);
715 m_audio->saveClientFinalLimiterSettings();
716 }
717}
718
719void StripFinalOutputPanel::applyCeiling(float db)
720{

Callers

nothing calls this directly

Calls 3

clientFinalLimiterTxMethod · 0.80
setEnabledMethod · 0.45

Tested by

no test coverage detected