MCPcopy Create free account
hub / github.com/BatchDrake/SigDigger / onSelectAutoGain

Method onSelectAutoGain

Default/Source/SourceWidget.cpp:1243–1249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1241}
1242
1243void
1244SourceWidget::onSelectAutoGain(void)
1245{
1246 this->selectAutoGain(
1247 static_cast<unsigned>(this->ui->autoGainCombo->currentIndex()));
1248 this->applyCurrentAutogain();
1249}
1250
1251void
1252SourceWidget::onToggleDCRemove(void)

Callers

nothing calls this directly

Calls 2

selectAutoGainMethod · 0.95
applyCurrentAutogainMethod · 0.95

Tested by

no test coverage detected