mtytel / helm

Helm - a free polyphonic synth with lots of modulation
http://tytel.org/helm
GNU General Public License v3.0
2.36k stars 202 forks source link

Trouble finding location of modulation colour #259

Open zedseven opened 4 years ago

zedseven commented 4 years ago

I've been working on a fork that changes the colour scheme of the plugin to one that matches my DAW skin, and I've been able to adjust everything except the colour of the modulation effect bar in sliders and knobs.

NV13VG6pIa

Note the green bars in the Sub and Mixer categories - they have hex value #ff33f073, but try as I might I can't find it defined anywhere in the codebase. With every other colour definition, I was able to search the codebase for it's hex value and change their references, but for some reason this one seems different.

Am I missing something? It's really not a huge issue, but if I could I'd like to find it's location.

Perhaps a more general, actionable version of this issue would be adding skinning support, or at least more centralized colour definitions. (look_and_feel/colors.cpp only contains some of the colours used in the plugin - a lot of them are hardcoded)