strawberrymusicplayer / strawberry

:strawberry: Strawberry Music Player
https://www.strawberrymusicplayer.org/
GNU General Public License v3.0
2.53k stars 164 forks source link

WaveRubber: a simple waveform analyzer #1459

Closed guprobr closed 2 weeks ago

guprobr commented 2 weeks ago

This kinda elastic analyzer uses no transformations and is colored by a gradient based on the user QT "Highlight" palette.

guprobr commented 2 weeks ago

okey changes made ! :D

jonaski commented 2 weeks ago

And please squash the correction commit with the first.

jonaski commented 2 weeks ago

I tested it, looks really nice :)

jonaski commented 2 weeks ago

You can squash with: git rebase -i 536d706f007f77fd4ea58d4fe7f645f972f60501~ Enter s in front of the last 2 commits. And push with: git push origin WaveRubber_analyzer --force-with-lease