Ghost panels again
-
@ustk that yes trick is terrible, I like it!
I also get a few ghosts now.
-
@Christoph-Hart Welcome to the ghost world
-
@ustk I think I've narrowed it down to something. The paint routine gets assigned after the glue object between scripting layer and UI is initialised but at the time
setPaintRoutine
is called, the initialization is completed and the UI component assumes that there is no paint function.I'll do some more tests, but it seems to be fixable.
-
-
@ustk Alright, I've pushed a fix for it. the panel should now notify the UI component when a paint routine is assigned even after the initialization.
With the terminal trick and your snippets I don't get any ghost panels anymore. This was the only issue there, right?
-
@Christoph-Hart I don't see the commit.
-
@d-healey yeah big brain here forgot to push...
-
@Christoph-Hart said in Ghost panels again:
@d-healey yeah big brain here forgot to push...
Thank you, I'll try it out with Greg's snippet.
-
@Christoph-Hart Awesome ! I'll try that out tomorrow, the compile time on my mac is about 20min against the previous 7min from a few months back...
Yes that was the only thing :) -
@ustk Hmm, that's weird, but I also noticed that the Link time optimization steps takes a bit longer than before. I've updated the asmjit library which has now a few more translation units and of course there are 3 new modules with Faust, but 20 minutes seems very unreasonable (the entire CI script that builds HISE and a test project takes 7 minutes on my M1).
You might get away with disabling Link time optimization in the HISE projucer project if you're regularly recompiling HISE. It will run a little bit slower (and the binary might be a little bit bigger), but for development it should be fast enough.
-
@Christoph-Hart Using eight
yes
commands with burning CPU, the house is safe ! Ghosts are out for good !