change laf of floating tile - analyzer, possible?
-
Is there a way to customize the look and feel of the floating tile set to show the analyzer on the GUI?
-
-
@vewilya Make a Feature request about what you want.
-
@vewilya What do you want to change?
-
I wanted to change the look of the goniometer, as I am using it as more of a graphics effect at this moment. I wanted to change the size of the dots... But it's not the most pressing thing at the moment! I guess you'd have to go C++ HISE source code, no?
-
@vewilya
I guess you'd have to go C++ HISE source code, no?
I think so
-
@d-healey Well, you just helped me compile this thing!
I am not going to undermine our joint efforts here and start breaking it already! I'll enjoy the view and use what I have at my disposal!
-
This has been asked countless times before.
How can we customize the analyzer floating tile with cool gradient styles?
Or please just add LAF for that @Christoph-Hart
-
@Christoph-Hart I think analyzer laf would be awesome. +1 for this.
If the laf functions aren't on the way, I'd like to modify it.
I couldn't find the analyzer graphics in the source code. Does anyone know that how can we find this section for modifying?
-
@harris-rosendahl
Does anyone know that how can we find this section for modifying
I find the quickest way is to use a program that can search the text of every file in a folder. Visual Studio can do this CTRL+SHIFT+F. I use Atom (same keyboard shortcut).
-
@d-healey So is the keyword analyzer?
-
@harris-rosendahl Might be, what I usually do is look for definite text that appears within HISE, because that must exist somewhere in the source code.
You might also want to take a look at this document - https://docs.hise.audio/glossary/add_custom_laf.html
I made a video about my process a while back. I've refined it quite a bit since then. If you use Atom or VS there is a go to definition feature which makes it much easier to find what you're looking for, once you find a reference for the thing you're looking for :)
-
@harris-rosendahl @d-healey Doing the same thing here, I look for a specific text in Hise, and use the mac finder to narrow down the files
-
@ustk What I do sometimes when I get lost in MY OWN CODEBASE is to run it in a debugger, hit a breakpoint at an event callback like a mouse button press of a certain UI component / or MIDI event and then work my way down the stack trace.
-
@Christoph-Hart You put the breakpoint inside HISE?
-
@d-healey Nope, XCode / VS.
-
Anyone find an easy solution for this yet?