Scriptnode: Compiling "meta" nodes
-
Hi all,
In the scriptnode documentation for C++ generator, there is mention of a redirect file pointing to where the compiled nodes will go. The documentation looks like there is an image explaining this but it was either removed or is missing. How do I create this link file?
Can anyone help a C++ noob out?
Thanks! :)
-
@JL-LV This is deprecated. You'll compile your nodes into a .dll that is loaded by HISE so you don't have to recompile HISE itself.
@orange made a good video of the workflow last week, it's somewhere in the more recent topics.
-
@JL-LV Here is the video tutorial that shows compiling a node into .dll:
-
@orange Thank you! this is huge help.