Develop branch build status
-
@d-healey hello, i just successfully compiled the latest online version of developer.
however, I observe a huge slowdown in the interface in general and more particularly the preset browser. I have a column with about twenty presets and scrolling through it is very complicated. big latency. I compiled my plugin successfully, same problem it turns to slow motion.
i recompiled with the latest new layout version, no problem so i guess there are still some bugs on the devlop.
(i tried on mac and pc before writing this) -
This post is deleted! -
@d-healey
Sorry, what of these modules needs to be removed? Because based on my picture my issue is different.
@d-healey said in Develop branch build status:
Nothing to do with the SDK, that only comes into play when exporting plugins. This error is because Christoph removed the STK nodes from script node but you still have the modules in your .jucer file. You need to remove it or use the .jucer file from github.
-
@linuxvst Hello man.
I have your same Mac features (Xcode 13.1 and Monterey), but still not able to build on my Mac. What have you done to make it work please? Thanks. -
@sawer
Solved.- Downloaded command line
- Place ipp folders correctly
- installed new version of Juce
Thanks.
-
Today's build error
../../../../../HISE/hi_backend/backend/BackendRootWindow.h:39:106: error: expected primary-expression before ‘)’ token 39 | #define GET_BACKEND_ROOT_WINDOW(child) child->findParentComponentOfClass<ComponentWithBackendConnection>()->getBackendRootWindow()
-
@d-healey Should be fixed now.
-
@christoph-hart That worked, thanks!
-
@Christoph-Hart
About
- add OpenGL property to custom settings floating tile
The OpenGl property added to Custom Settings
can not be Enabled or Disabled on the floating tile !
and it overwrites other Custom Settings on the floating tile ! -
@LinuxVst I haven't investigated yet, but I did notice that my OpenGL setting was missing from my latest beta.
@Christoph-Hart also saw a drastic slowdown in rendering boxBlur() in the latest update. -
This post is deleted! -
@dustbro Can you spot the point where the box blur became slow (or from which point did you update to the current state)? I didn't change the box blur for some time now (I replaced the entire blur logic with a faster algorithm maybe a year ago), but I also noticed that it's super slow now.
-
@Christoph-Hart
in Last Commit - fix OpenGL setting glitches
OpenGL in Custom Settings is Missing Combo Box or On-Off -
@Christoph-Hart I'm not 100% sure yet. It happened sometime between Spetember and now.
-
@LinuxVst Is the combobox also not appearing in the compiled plugin? I think it's deactivated because there's another OpenGL setting in HISE itself that overrides this, but I might be wrong.
@dustbro Does changing this
to
2
(or even4
) help? -
This post is deleted! -
-
There's something off with your system. Try a fresh install of HISE.
-
This post is deleted! -
This post is deleted!