Convolution Reverb or Audioloop Player doesn't load file
-
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!