Snex_node Needs to be wrapped into a compileable DSP Network
-
Is the "Tools - Compile DSP Networks" working currently? I keep getting a crash whenever I get to this step in the process you outlined above.
-
Does anyone know if this feature is working in the new_layout branch from Oct 31st?
Am I messing something up or is it just not functional yet? I have to find a way to export this plugin now that I've incorporated Scriptnode...
-
@crd Are you using the SNEX workbench?
-
@d-healey Yes. I get an instant crash when I select "tools - compile DSP Networks"
-
For clarity -- I build the network in Hise and then reopened it in the workbench to try and prep it for export. I am also getting some angry red boxes around my global modulator inputs in the workbench.
-
@crd It's working here on GNU/Linux. Try making a simple test patch.
-
@d-healey hmm.. It get the same crash with just one expression node. I will go through the steps on last time but I am pretty sure it just not working on Mac. Even if it is user error, it shouldn't do a full crash when selecting "tools -- compile DSP Networks" regardless.
-
Okay I just double checked with the example Christoph gave above and it is still not working. I will try building the latest new_layout version tomorrow and see if it's fixed there...
-
@crd Current commit doesn't build. Stick to the 31st of Oct for now.
-
@crd I ran into several issues with the snex system so have put it on ice for now as it doesn’t seem finished / working
-
Is this working for anyone else on Mac OS? I am able to wrap the function but it fails at "tools - Compile DSP networks".
-
@crd I'll try it now and let you know.
-
@crd said in Snex_node Needs to be wrapped into a compileable DSP Network:
Is this working for anyone else on Mac OS? I am able to wrap the function but it fails at "tools - Compile DSP networks".
Working here on Big Sur with New Layout commit from earlier today.
-
@d-healey
Thank you for taking the time to check that out.hmmm. I wonder if it might have something to do with me being on Mojave?
-
I am getting a crash whenever I try to compile DSP networks from the SNEX_workbench. I am on Mac OS Mojave, using the latest new_layout build and Xcode 10.3. Here is the error message I get in Xcode when running the debug version of SNEX_workbench.
Any ideas about how I can fix this?
-
@christoph-hart said in Snex_node Needs to be wrapped into a compileable DSP Network:
Scriptnode 101: if modulating sounds bad, put it in a frame block (or fix8, fix16, whatever works).
Do you put your whole network in the fix_block? or just the module you want to modulate?
-
@dustbro wrong thread ? :)
@ustk said in Snex_node Needs to be wrapped into a compileable DSP Network:
@Matt_SF Put the whole thing in it, not just the delay node ;)
-
@dustbro The module you want to modulate and the source of the modulation signal.
-
Is there a way to duplicate/reuse an entire chain?
-
@dustbro yes, the
container.clone
node offers a system for duplication of certain parts of your DSP algorithm. It's a bit complicated to use though - not like the rest of scriptnode, that is easy :)