@CatABC if you search the JUCE forum you‘ll find a PHP snippet that I hacked together in a previous life that does exactly that.
Beta Testers
All developers participating in the HISE Betatest Program
Posts
-
RE: Generate RSA activation code for machine code on the web page?
-
[Feature Request] Callstack toggle button
I find the callstack very useful in some situations, but most of the time I don't need it and it clutters up the Console.
Could we get a little toggle button on the UI somewhere to turn it on/off so I don't have to go into preferences every time?
-
RE: File.copy locks UI thread - how to show progress?
Putting the move function onto a background thread seems to have done the trick! Just need to test it on each OS to make sure it's stable :)
-
RE: Compiling DSP Networks failing on Windows
@ustk I had a fail, compile report complained of non existent connections, deleted the unused nodes and it worked. However it seems all over the place. I'm using RNBO, custom c++, SNEX and Faust in the same project
It's a lottery if it compiles successfully! Each time it is different
-
RE: File.copy locks UI thread - how to show progress?
@ustk For the copy or for the progress bar? I remember a while back using a background thread for something and it caused my plugin to crash, I haven't played with them since.
-
RE: File.copy locks UI thread - how to show progress?
@d-healey Have you tried a background task? Since it uses another thread...
-
RE: AAX compile error - Develop branch
Digging this very old issue.
I get the exact same problem.
Tried building from VS2022 directly (and checked theRuntime Library
is set to/MT
), same issueSetting the Runtime in the projucer as DLL allows for compiling successfully, but then I get a separate dll file.