infinite hang after compiling example 6-state button script
-
http://hise.audio/manual/ScriptPanel.php#31asixstatebutton
6-state button causes hise to hang indefinitely after compiling. It's all good until you add this line of code to onControl callbackSixStateButton.update(number, value);
Also, you don't make it easy to post your HISE version. No text selection.
-
I'm in the last phase of the layout rewrite. Once this is done, I'll tackle this.
BTW do you know how to compile HISE in Debug mode? These kinds of crashes are usually pretty easy to track down as it causes a stack overflow which will point you to the endless loop in the backtrace.
-
it's not a crash, and infinite hang is difficult to debug. You have to hit the pause button and there's no telling how big of a loop is happening.
-
Just checked it on the recent version, nothing is hanging here (I noticed it spends some time in a few regex functions in Debug mode to catch the factory UI method, but it's blazingly fast in Release Mode.