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

Method applyLookahead

src/gui/ClientGateEditor.cpp:448–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448void ClientGateEditor::applyLookahead(float ms)
449{
450 if (m_restoring || !m_audio) return;
451 gate()->setLookaheadMs(ms);
452 saveGateSettings();
453}
454
455void ClientGateEditor::applyMode(int modeIdx)
456{

Callers

nothing calls this directly

Calls 1

setLookaheadMsMethod · 0.80

Tested by

no test coverage detected