Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clicking with mouse increments settings too fast #36

Open
nickedyer opened this issue Sep 2, 2022 · 2 comments
Open

Clicking with mouse increments settings too fast #36

nickedyer opened this issue Sep 2, 2022 · 2 comments

Comments

@nickedyer
Copy link

I'm running Pop_OS! and whenever I click on a setting to increment it up or down it increments far too fast for me to be precise. Settings such as BPM, speed, pattern, anything to do with the GUI is incredibly difficult to get to a specific value. I've tried both the pre-compiled binaries and building it from source myself and they both yield the same result.

@nickedyer
Copy link
Author

I figured it out, it's a problem with my system and VSync not working correctly. Without it working properly the program was running at ~1000FPS and since the calculation is done based on frames it skipped right over the waiting period and skyrocketed. Toggling the VSync off flag has fixed the issue. Would an implementation of changing the calculation for the buttons to use delta timing rather than frame timing be on the table?

@8bitbubsy
Copy link
Owner

8bitbubsy commented Oct 11, 2022

Would an implementation of changing the calculation for the buttons to use delta timing rather than frame timing be on the table?

Not really, it would require a massive rewrite... But it would be a good idea, yeah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants