Scriptnode makes HISE crash on start
-
I'm experiencing crashes when using convolution in scriptnode. In my project I'm softBypassing 4 convolution nodes depending a combobox value. (before finding a solution about this thread).
It happens randomly while changing the combobox value + once HISE has crashed, it's impossible to reload the project : HISE crashes on start.
I tried to recreate the same thing and export a snippet but in a small test-project everything's working fine...
VS is pointing out these lines in "juce_SmoothedValues.h" and "Convolution.h" :
I don't know if the issue is specific to convolution nodes (in this case it is) because I already faced similar crashed when designing different networks in scriptnode...
If someone has an idea on how to prevent HISE from crashing...
Thanks !(Last develop here)
-
@matt_sf I'm not sure if this is related but I've been having trouble with the soft bypass node. Sometimes it seems crash a script whenever it's loaded.
-
The soft_bypass node switches to frame processing during the bypass ramp but the convolution node (and others) actually don‘t support frame processing.
I just need to change how the bypass ramping works and then we should be good here.
-
I've fixed a few things regarding the soft_bypass node. Can you check if the crashes are still occurring?
-
@christoph-hart I'll build it and give a go this hour.
-
@christoph-hart That didn't fix it at least on my system. I can make a quick video if that helps.
-
@christoph-hart Crash still occuring here :
Tell me if you need more data...
-
I am still getting some issues with the soft_bypass node in Scriptnode. Specifically anytime a fixed delay node and a soft bypass exist in the same graph.