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

Method onResample

Components/TimeWindow.cpp:1767–1774  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1765}
1766
1767void
1768TimeWindow::onResample(void)
1769{
1770 if (this->samplerDialog->isVisible()) {
1771 this->samplerDialog->reset();
1772 this->startSampling();
1773 }
1774}
1775
1776bool
1777TimeWindow::fineTuneSenderIs(const QPushButton *button) const

Callers

nothing calls this directly

Calls 2

startSamplingMethod · 0.95
resetMethod · 0.45

Tested by

no test coverage detected