mixxxdj / mixxx

Mixxx is Free DJ software that gives you everything you need to perform live mixes.
http://mixxx.org
Other
4.48k stars 1.27k forks source link

Shade: Audio Latency Meter broken in 2.4 #11599

Closed daschuer closed 1 year ago

daschuer commented 1 year ago

Bug Description

The Audio Latency meter is broken since we merge the GLSL VU-Meter.

It appears white without any function

grafik

QOPENGL:BOOL=OFF fixes the issue.

Version

2.4-alpha

OS

Ubuntu Focal

daschuer commented 1 year ago

A workaround is here: https://github.com/mixxxdj/mixxx/pull/11601

JoergAtGithub commented 1 year ago

Did https://github.com/mixxxdj/mixxx/pull/11722 fix this?

daschuer commented 1 year ago

Yes

daschuer commented 1 year ago

This is OK on Ubuntu Focal, but still broken on Ubuntu Jammy :-( image

ronso0 commented 1 year ago

Focal uses Qt 5.12.8, which version is s provided hy Jammy? Or did you use a universal deb?

Holzhaus commented 1 year ago

Focal uses Qt 5.12.8, which version is s provided hy Jammy? Or did you use a universal deb?

5.15.3

https://packages.ubuntu.com/jammy/qtbase5-dev

daschuer commented 1 year ago

https://github.com/mixxxdj/mixxx/pull/11601 fixes it.