mirror of
https://git.vladimir.cc/vladimir/ewsdr.git
synced 2026-08-25 18:43:51 +00:00
dd9e0da29ef1ae1f5b03602ec752123031691e39
(ClickFreq div StepHz)*StepHz always snapped downward; replaced with ((ClickFreq + StepHz/2) div StepHz)*StepHz so clicks above the midpoint between two steps correctly snap to the higher one. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Languages
Pascal
96.4%
Python
2.9%
Shell
0.6%