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

fps limit in UI #7

Open
VulkanLogic opened this issue Mar 12, 2020 · 3 comments
Open

fps limit in UI #7

VulkanLogic opened this issue Mar 12, 2020 · 3 comments
Labels
bug Something isn't working qt-frontend

Comments

@VulkanLogic
Copy link

UI has maximum input of 99 for fps
but can be changed (and works) by changing the config in ~/.projectM/config.inp

@milkdropper
Copy link

I assume this is QT (the only app that has GUI settings configuration).

I looked at the code and this seems to be the design. Ideally the max should be the highest refresh rate of any monitor connected.

As a easy fix someone could edit projectm\src\projectM-qt\qprojectmconfigdialog.cpp and change:
_ui.maxFPSSpinBox->setValue(settings.fps);
to
_ui.maxFPSSpinBox->setValue(240);

240 Hz is the highest refresh rate I have heard of.

On a side note can QT be compiled in windows?

@revmischa
Copy link
Contributor

Theoretically... sure you can compile Qt for windows
I wouldn't assume OP means "Qt" by "UI"

@kblaschke
Copy link
Member

Would be a good idea to ditch both the PulseAudio and JACK specializations and add Portaudio support instead, then the Qt UI would also work fine on Windows and macOS.

@kblaschke kblaschke added bug Something isn't working qt-frontend labels Aug 26, 2021
@kblaschke kblaschke transferred this issue from projectM-visualizer/projectm Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working qt-frontend
Projects
None yet
Development

No branches or pull requests

4 participants