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

Method applyReturn

src/gui/ClientGateEditor.cpp:405–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void ClientGateEditor::applyReturn(float db)
406{
407 if (m_restoring || !m_audio) return;
408 gate()->setReturnDb(db);
409 saveGateSettings();
410 if (m_levelView) m_levelView->update();
411}
412
413void ClientGateEditor::applyRatio(float ratio)
414{

Callers

nothing calls this directly

Calls 2

setReturnDbMethod · 0.80
updateMethod · 0.80

Tested by

no test coverage detected