-
-
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
Add waveform overview as possible library column #8207
Comments
Commented by: ywwg Resurrecting this, because I know other DJ apps have this feature. Our RGB overviews would translate well for this purpose, and we already have a cover art column so it shouldn't be too hard to implement. |
Commented by: Be-ing I think this is a nice idea. I am questioning how it would perform when scrolling in the library table. Prerendering PNGs would help, but it could also use a lot of storage space and won't resize smoothly. |
Commented by: ronso0 Will a real waveform realy be helpful in the tracks table? |
Commented by: Be-ing I saw a DJ using this with Rekordbox the other day and thought it would be really helpful. Rekordbox also shows the cue points in this overview. Here is a screenshot: https://rekordbox.com/assets/img/function/func_dj_4deck_h.png |
Commented by: Be-ing Here is a video tutorial about this feature in Rekordbox: |
Commented by: Holzhaus This would be really nice. It's also a feature in Denon Engine Prime AFAIK. |
Have there been any updates to this issue? Would also love to see this in Mixxx. I think even Serato has this feature now |
No progress yet. However the building blocks are there. It can be implemented by duplicating parts of the cover art logic. |
I think this is useful, at least the spectrum can show fluctuations in high, medium, and low frequencies. |
bumping this because I would really like to see it :) @daschuer how are the overviews stored now? Not as bitmaps I assume... so we would have to have some sort of renderer that can load the overview and render it in a QTable |
You might take a look at the overview draw functions I moved in #13273 |
FWIW I adopted @ninomp's POC for #13638 |
One more PoC: #13644 |
Reported by: ywwg
Date: 2015-08-24T18:12:24Z
Status: Confirmed
Importance: Wishlist
Launchpad Issue: lp1488207
Tags: library, waveform
It would be nice to see an RGB waveform overview as a library column, like cover art. We could reuse most of the coverart code and use the waveform generator code to generate a small png file.
The text was updated successfully, but these errors were encountered: