IR loading crashing in latest build
-
I have a project which was working as expected until today when I built the latest commit on develop.
I have a series of buttons which are calling the following function when pressed
ConvolutionReverb0.setFile("{PROJECT_FOLDER}" + irToLoad);
The variable ...
irToLoad
is being set by a series of if / else statements based on what buttons are pressed.
Occasionally I am getting crashes now. This just started happening today in HISE standalone on macOS and also in an AU in Logic Pro.
Any ideas on a recent change which could have created this @Christoph-Hart
-
@optimistic If the crashes happen in HISE Standalone, please try a debug build to find the stack trace. I don't know what might have caused this.
-
@Christoph-Hart ok, will do.
Is the process as simple as building the debug version in Xcode and then getting a log somewhere?