EQ menu look n Feel
-
Hi everyone! Please how can I change the colours and the font of this Eq menu?
Thanks
-
@nesta99 I had to edit the source files, EQComponent.cpp I think it was. You'll have to recompile HISE after editing
-
@DanH
Thanks Man! Appreciate that! -
@nesta99 I think maybe I had to change the LAF in a source file too... I'll see if I can remember exactly what I did later today
-
@DanH I would be so much grateful if you find it. please let me know, thanks again
-
@nesta99 so check out this thread for some extra options:
https://forum.hise.audio/topic/3574/draggable-eq-right-click-menu-options
-
@DanH but to change the colour of this EQ menu text:
locate the 'HI_LookAndFeels.h' file and change the colour in line 204
Colour bright(0xFFAAAAAA);
-
No theres a scripting call to change that. Check the docs it‘s one of the first laf customisations
-
@Christoph-Hart are you sure it applies to the DraggableEQPanel as well though?
-
@DanH It will not work on Draggable filter panel. That's why I had a request Draggable filter panel customization.
https://forum.hise.audio/topic/3349/draggable-filter-panel-customization
The global script works for combobox etc. If I am wrong let me know. -
const var laf = Engine.createGlobalScriptLookAndFeel(); laf.setGlobalFont("Big John", 50.0);
-
@Rudra-Ghosh said in EQ menu look n Feel:
https://forum.hise.audio/topic/3349/draggable-filter-panel-customization
This is what I thought