mixxxdj / mixxx

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

restored the software renderering (non-opengl) waveforms #13250

Closed m0dB closed 4 months ago

m0dB commented 4 months ago

restored the software renderering (qpainter, non-opengl) waveforms, moved GL (non-shader) and Qt (polygon-based) to deprecated.

this leaves us with the allshader (OpenGL GLSL based) and software rendering (QPainter based) waveform types.

m0dB commented 4 months ago

I will need to discuss with @acolombier on how to move forward. To be honest, I am completely lost what waveform types we want to maintain, but I don't think we are aligned... Converting to draft in the meantime.

ywwg commented 4 months ago

let me know if you need any help. Maybe we should have written a design doc!

acolombier commented 4 months ago

I have added precisions on my understanding of the waveform plan - hopefully it makes up for our lack of design doc.

m0dB commented 4 months ago

Replaced by https://github.com/acolombier/mixxx/pull/3