Copy paste or otherwise saving Scriptnode setup?
-
So I made a script node setup and now I want to use it in a project , can I copy somehow from one project to another or otherwise somehow save the scriptnode setup?
I am assuming not , just thought I would ask before rebuilding it.
-
@lalalandsynth Make a snippet and save it in a text file perhaps?
-
@d-healey I might not have been clear ...but I have an ongoing project and I want to import my node setup from another project into that .
-
@lalalandsynth If copy/paste doesn't work try editing the XML.
-
@lalalandsynth Two solutions:
-
Export custom nodes so they are available everywhere from within the custom node tab (you need to compile Hise for custom nodes)
-
Select any node, copy with CTRL/CMD+C, then in the other project, click normally to insert a node, the previously copied node appears at the top of the list
Be aware that the second solution behaves weirdly if there are connections in the copied node. Because the similar node ID from one project to the other is not resolved. And the same thing happens if you copy/paste inside the same graph... I made a post about this somewhere, sometimes...
And the first solution might not be compatible with V3
-
-
@ustk Yes, that is the problem I had with the copy,, missing connections .
-
@lalalandsynth Yes... And I even remember having the same problem with custom nodes anyway. If I remember well, once inserted, a custom node works, but if you unfreeze it, you get the same ID and connection conflict... Hope it will be addressed in V3...