cboxdoerfer / ddb_waveform_seekbar

Waveform Seekbar plugin for DeaDBeeF audio player
74 stars 10 forks source link

fixed glitches of rendering if the width in pixels is greater than "Number of samples" option #24

Closed 2lx closed 4 years ago

2lx commented 4 years ago

When I stretch the seekbar more than 2000px, additional vertical bars appear: waveform_seekbar_1

I found the "Number of samples" option and it helps if the width is less than 4000px. But I don't think this is a good idea to maximize this parameter, I don't need super high precision, I just want it to render without glitches. I propose this change to fix it.

cboxdoerfer commented 4 years ago

Thank you! This looks fine, but I won't be able to test it before the upcoming weekend. I'll report back to you then.