HISE 2.0 Plugin Crashes In Cubase 10
-
@gorangrooves it crashed on my end too, when trying to open any project within the plug-in in the daw
-
-
@gorangrooves I haven't even compiled the plugin I work almost exclusively in the standalone program
-
@d-healey ok. Is it possible to set up multiple outputs within standalone, that will be available once a final plugin instrument has been complied and loaded into a DAW?
-
Isit crashing if you load a project with 2 channels?
-
@Christoph-Hart yes
-
Can you upload a minimal example project that crashes?
-
@Christoph-Hart Sorry for the delay! Here is a project with no samples:
https://we.tl/t-5eESCkndCyPlease let us know how you go.
Thank you! -
@Christoph-Hart Have you had a chance to look into this bug? We are unable to create the necessary multiple outputs for an instrument without being able to open a project within HISE plugin.
Thank you.
-
@Christoph-Hart I narrowed down the cause of the crashes. It has to with the code of the project. While it works in the stand-alone version, it crashes the plugin. I believe that this is part of the code that causes the crash:
settingsPanel.setContentData(channelData); settingsPanel2.setContentData(audioSettingsData); settingsPanel3.setContentData(midiInput);
@Jay It is how the pop-up panels are initiated. Get rid of that code and the project should open up.
I ended up rebuilding the entire project from scratch within the HISE plugin. I copied and pasted elements from standalone version and once I came across those elements, issues started to happen. I utilized different solution to display pop-ups, that Christoph provided in another post.