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

Method applyReturn

src/gui/StripGatePanel.cpp:439–446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437}
438
439void StripGatePanel::applyReturn(float db)
440{
441 if (m_restoring || !m_audio) return;
442 gate()->setReturnDb(db);
443 saveGateSettings();
444 if (m_levelView) m_levelView->update();
445 if (m_curveView) m_curveView->update();
446}
447
448void StripGatePanel::applyRatio(float ratio)
449{

Callers

nothing calls this directly

Calls 2

setReturnDbMethod · 0.80
updateMethod · 0.80

Tested by

no test coverage detected