Snex_node Needs to be wrapped into a compileable DSP Network
-
Thanks for clarifying about the renamed "compile DSP networks" @d-healey.
Thought this might be the case but didn't want to assume. -
There are multiple locations where things might have gone wrong. Where did you get stuck?
- Compiling the pitch shifter to a dll
- Reload that as compiled node into the workbench.
- Open the compiled node in HISE.
-
@Christoph-Hart thanks for jumping in!
Really don't want to take up too much of your time on this one, but I guess I never saw instructions on how to compile this 'pitch shifter to a dll'.So step 1. I guess :beaming_face_with_smiling_eyes:
-
Check my first post in this thread, basically you just need to use the Tools / Compile Whatever function and it should run the exporter that compiles the dll you need. Then you will need to restart the SNEX workbench and the node should have been replaced by the dll one (indicated with the freeze icon).
-
@Christoph-Hart Ok, so by restarting the "SNEX workbench" do you mean restarting the whole of HISE? I don't see a specific option for the workbench.
I get as far as this after choosing to Wrap into DSP Network but things appear blank after Saving and reopening the project in HISE.
After saving an reopening things look like this:
-
@LeeC SNEX workbench is a separate application to HISE. It's in the Tools folder of the HISE source.
-
Hi, taking the opportunity to jump in :
On my side I can successfully wrap the nodes network into a DSP network but when I click on Tools/Compile DSP Network, the WB crashes.Everything is supposed to be set up correctly.
Using latest commit, Win10. -
@d-healey A ha... I was completely unaware of this!
Ok, I'll compile the SNEX workbench application and see how I get on :beaming_face_with_smiling_eyes:
-
@Matt_SF said in Snex_node Needs to be wrapped into a compileable DSP Network:
the WB crashes.
I have the same issue - https://forum.hise.audio/topic/4425/develop-branch-build-status/37?_=1629209779588 - Christoph is aware of it.
-
@d-healey Same Here
-
Actually I‘m not aware that it crashes on Windows so I just thought it‘s a Linux problem. Can you try to debug it in VS2017, it should point you to the crash location.
-
@Christoph-Hart I'll take a look
-
@Christoph-Hart No crash on Windows 10. I built with VS 2019. Because of this in order to compile the network I had to open the solution directly in VS and retartget it for 2019.
On GNU/Linux the crash happens instantly before the popup asking to select debug/release - but only in the release build.
-
Thanks @d-healey and @Christoph-Hart for clearing this up ! I'll check it on my side and keep you posted.
-
@Christoph-Hart First time I'm running a debug session but this is what the console outputs when I click on "compile DSP networks" :
JUCE Assertion failure in maincontroller.cpp:755
Then
Unhandled Exception at 0x00007FF77DF3F428 in snex_workbench.exe : 0xC00000FD: Stack overflow (paramètres : 0x0000000000000001, 0x0000003E40E63000).
Then
Unhandled Exception at 0x00007FF77DF3F428 in snex_workbench.exe : 0xC0000005:access violation writing location 0x0000003E40E60000.
Not sure if I'm helping or if I'm diving into something too complex for me that I don't understand but I gave it a try...
I'm using VS2017 (also built the WB with VS2019 but ended with the same crash) -
-
@d-healey said in Snex_node Needs to be wrapped into a compileable DSP Network:
Develop branch?
Yes sir
-
@Christoph-Hart custom math test-node successfully exported and used inside HISE. Great job !
-
@Matt_SF Yeah, Today's Rolling Updates Was Fire :)
Right Now At >>> https://github.com/christophhart/HISE/commits/develop
-
I spent a few hours trying to go through the procedure but keep getting a crash on the ‘save and reload’ step and was not able to go further, using a freshly built version from the latest Develop branch on Mac. Is anybody using a Mac and be able to get this going? If so if you could point to the right version it would be super appreciated :)