cboxdoerfer / ddb_musical_spectrum

Musical spectrum for the DeaDBeeF audio player
GNU General Public License v2.0
58 stars 6 forks source link

colormaps #4

Open klonuo opened 9 years ago

klonuo commented 9 years ago

Great plugin. Love the same as in foobar.

Default colormap is nice, but would you consider reading colormap from file - thus allowing custom colormaps? Also it this is to be considered, maybe shifting max color gradient to 12 instead 6?

Anyhow thanks.

cboxdoerfer commented 9 years ago

Sorry it so long to respond.

Reading colormap from file sounds like a useful feature, I'll add it to my todo. :) But I guess it'll take some time til I get to that, since there are more important features (some performance improvements, labels, ...) I'd like to add first.

Increasing the max colors is no problem. I already did that on my local branch (among a few other nice improvements) and as soon I consider the changes stable I'll make them public - probably tomorrow.

cboxdoerfer commented 9 years ago

max colors are now increased to 16.

mwgg commented 9 years ago

Hi,

A feature that I've had on my mind for a while: coloring individual bars depending on their value. This would create an interesting effect, kind of a spectrogram hybrid, where you could visually see frequencies that are prevalent at any given moment. Hopefully what I'm trying to explain makes sense. Thanks!