antimicrox icon indicating copy to clipboard operation
antimicrox copied to clipboard

Turbo/Boost at 0.01ms

Open Louisw57 opened this issue 3 years ago • 6 comments

Hello, I have a suggestion and i would like this option on one of you'r next releases if it's possible. Change Turbo/Boost at 0.01 ms, actually is at 0.02 ms. 😊

Louisw57 avatar Nov 02 '21 21:11 Louisw57

Why should I change that?

pktiuk avatar Dec 18 '21 18:12 pktiuk

Hello, Me and my friend need this option for special mechacinal in fps games. With 0.02 ms i see a micro freeze. I try 0.01ms with 100tic/s with mouse settings (mwheel) , this settings corrige my problem, this is why i need 0.01ms turbo 😊

Louisw57 avatar Jan 07 '22 07:01 Louisw57

I found proper place in code and I could easily change this

const int AdvanceButtonDialog::MINIMUMTURBO = 2;

But tbh I don't know why minimum turbo value is set to 2ms.

@Ryochan7 Do you still remember the reason?
Commit introducing this value: https://github.com/AntiMicro/antimicro/commit/79d919524157eccf5e6e46effa6e8bdeb649371c

pktiuk avatar Apr 18 '22 20:04 pktiuk

Similar problem with turbo rate was mentioned once in https://github.com/AntiMicroX/antimicrox/issues/147

What I'd like is the ability to set turbo input to as much as 100/s or 0.01 intervals which I believe would solve all jitteriness at the high end

pktiuk avatar Apr 18 '22 20:04 pktiuk

I cannot remember why I chose to express the turbo interval time in hundredths of a second and why the slider min is 2 (0.02 sec). Not sure if this was to keep the turbo range similar to what was used in Xpadder. A lower minimum could possibly have been doable but I doubt allowing even a 2 ms minimum would be doable in many apps. Having a key press time be reduced to 1 ms would likely cause many apps to miss the state change since multiple state changes would happen too quickly; it is one big reason Macros in DS4Windows don't work very well without added Wait times.

Ryochan7 avatar Apr 25 '22 03:04 Ryochan7

Hello @pktiuk ,

If it's not too complicated, I would be really grateful if this is applied on the Antimicrox 3.2.4 version :).

Louisw57 avatar May 11 '22 10:05 Louisw57