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

Method onLoChanged

Components/MainSpectrum.cpp:856–861  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

854}
855
856void
857MainSpectrum::onLoChanged(void)
858{
859 WATERFALL_CALL(setFilterOffset(this->getLoFreq()));
860 emit loChanged(this->getLoFreq());
861}
862
863void
864MainSpectrum::onRangeChanged(float min, float max)

Callers 1

onFrequencyChangedMethod · 0.95

Calls 1

getLoFreqMethod · 0.95

Tested by

no test coverage detected