HISE Standalone Not Detecting Illegal Operations in the Realtime Thread?
-
Opened my project in the plugin version of HISE and am greeted by a bunch of illegal operations due to my attempts at expanding objects and arrays in realtime functions.
Fixing it all in on init stops the errors and playback works as expected. But there were never any errors thrown in the standalone version.
Last commit in the Develop branch, btw. Nov 7. e9f55469f9629e034f5cb1abae6b31d90d945dee
-
@aaronventure Do you have this enabled in your standalone build?
-
Oops, it might be possible that I'm using the wrong default value for the preprocessor that enables the audio thread guard in the standalone project, let me check...
-
D'oh!
-
-