Convolution Reverb or Audioloop Player doesn't load file
-
Christoph, what do you think?
Yes, having a "hosted" option for people who don't want to compile themselves is on our roadmap (will be part of the resurrection of the HISE Player).
I re-compiled with optimisation set at its lowest(no optimisation) level -O0 ...and it now works.
This is not a solution, you don't want to ship a product which is not optimised. I've just updated to Mojave and can reproduce the issue - it has something to do with new security settings that prevent unsigned apps from loading files. I am working on a fix right now.
-
OK, I need more time, this seems to be impossible to debug without contacting Apple about their new security policy.
In the meantime, you can deactivate Link Time Optimisation (which is the culprit). The binary won't be as fast as with it enabled, but it's 100x better than
O0
-
@Christoph-Hart Ok great. Now how do we "deactivate Link Time Optimisation"?
-
It's a setting in the Projucer:
-
@Christoph-Hart OK thanks
-
Finally:
https://github.com/christophhart/HISE/commit/6684de8628ffa631c04aaae702240590e7f0c4a7
That's a day of annoying work I'll never get back.
-
-
@Christoph-Hart -- so thats in the scriptnode branch right?
-
Yes. But as long as you don't actually use scriptnode (which is not 100% ready), the branch should be as stable as the master branch.
-
@Christoph-Hart yep, not planning on going anywhere near that stuff...
-
@Christoph-Hart Thank you very much Christoph! I really appreciate it!