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
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.
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.
UI has maximum input of 99 for fps
but can be changed (and works) by changing the config in ~/.projectM/config.inp
The text was updated successfully, but these errors were encountered: