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

Method applyLookahead

src/gui/StripGatePanel.cpp:483–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481}
482
483void StripGatePanel::applyLookahead(float ms)
484{
485 if (m_restoring || !m_audio) return;
486 gate()->setLookaheadMs(ms);
487 saveGateSettings();
488}
489
490void StripGatePanel::applyMode(int modeIdx)
491{

Callers

nothing calls this directly

Calls 1

setLookaheadMsMethod · 0.80

Tested by

no test coverage detected