mirror of
https://github.com/smittix/intercept.git
synced 2026-04-25 07:10:00 -07:00
Coalesce rapid step-button frequency changes
This commit is contained in:
@@ -3262,7 +3262,8 @@ const Waterfall = (function () {
|
||||
|
||||
function stepFreq(multiplier) {
|
||||
const step = _getNumber('wfStepSize', 0.1);
|
||||
_setAndTune(_currentCenter() + multiplier * step, true);
|
||||
// Coalesce rapid step-button presses into one final retune.
|
||||
_setAndTune(_currentCenter() + multiplier * step, false);
|
||||
}
|
||||
|
||||
function zoomBy(factor) {
|
||||
|
||||
Reference in New Issue
Block a user