You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DevocubFilters/AntiChatter.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ public class Antichatter : Interpolator
46
46
+" Increase Strength to 4-10 to get harper. Decrease Strength to 1-2 to get more smoothing.\n"
47
47
+"\n"
48
48
+" - Low latency: Set Offset Y to 0 (and potentially set Latency to 1-10 ms. However, with some settings this can break smoothing, usually OffsetY 0 is enough to being able to go to lowest latency).";
49
-
privateconststringPrediction_Tooltip=
49
+
privateconststringPREDICTION_TOOLTIP=
50
50
"Prediction - How it works: It adds a predicted point to smoothing algorithm. It helps to preserve sharpness of movement, helps with small movements,\n"
51
51
+" Low values (~10-15ms) of smoothing latency can cause problems for cursor movement. It's very preferred to use at least 10-15ms of smoothing latency, 20-40 ms is even better and recommended.\n"
52
52
+" In some cases, cursor can even outdistance real position (similar to Wacom 6.3.95 drivers).\n"
0 commit comments