-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Revert to raster level meters in LateNight and Tango to fix severe GUI lag on macOS #1573
Conversation
Rendering SVG level meters caused the whole GUI to become severely unresponsive on older Macs: https://bugs.launchpad.net/mixxx/+bug/1759433
Rendering SVGs for the level meters makes the GUI severely laggy on old Macs: https://bugs.launchpad.net/mixxx/+bug/1759433
I just tested with 250% scaling on my 3840 x 2160 screen with GNU/Linux and the meters still look good to me. I don't notice any blurriness. |
res/skins/Tango/vumeter_floating.xml
Outdated
<PathVu>graphics/vumeter_floating_over.svg</PathVu> | ||
<PathBack>graphics/vumeter_floating.svg</PathBack> | ||
<PathVu>skin:/graphics/vumeter_floating_over.png</PathVu> | ||
<PathBack>skin:/graphics/vumeter_floating.</PathBack> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PNG extension is missing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, thanks
... the rest LGTM |
I just noticed the Aux mute/play button icons in LateNight is reverted. |
FYI the SVG files are still in the Git repository. I just rendered them to PNG. |
I double checked this on the Macbook Air that I am borrowing and it works. 🎉 |
Please open another PR for that. |
Rendering SVGs for the meters causes the whole GUI to become severely laggy on older Macs:
https://bugs.launchpad.net/mixxx/+bug/1759433