Stazed / non-mixer-xt

Reboot of Non Mixer with eXTended LV2 support, CLAP, VST(2) and VST3 support.
GNU General Public License v2.0
27 stars 6 forks source link

feature (with attached patch): eye candy by colouring dsp load meter #39

Closed suedwestlicht closed 3 months ago

suedwestlicht commented 3 months ago

Maybe you like my patch.

non-mixer-xt_hm-patch.txt

One maybe stupid question: In Mixer_Strip.C there is dsp_load_progress->copy_tooltip( pat );

How can I display this tooltip? Hovering over the dsp load meter doesn't show it.

Stazed commented 3 months ago

Hey, thanks! Definitely looks better and more useful. I Just pushed the patch to the wip branch. Also, the tootip did not work because of the way FLTK/NTK handled Fl_Progress class. So I added an override class to patch the handle method. It should work now...

suedwestlicht commented 3 months ago

Thank you. Works now. DSP load is displayed in the left bottom corner of the mixer window when hovering over the dsp load meter.