is anyhow possible to insert a plugin effect inside a scriptnode workflow?
-
Is there a way to link an hardcodedFx object inside a scripnode network?
-
@JeanC Yes, after you compile the effect to .dll, load in a new node intro your network and check under the "projects" category.
-
@HISEnberg where should I put the .dll file? I tried in all the network folders
-
@JeanC you don't need to move it anywhere.
-
@HISEnberg sorry i don't meant a plugin done with the scriptnode. i meant an external audio-effect (vst)
-
@JeanC I am not sure I fully understand. If you are talking about an audio plugin you bought/cracked online, then no you can't run that in Scriptnode. If you are talking about some external C++ library, yes it is possible. @griffinboy has provided a good tutorial on how to do this.
[Tutorial] How to create a c++ custom node
How to create a custom node, as promised. I apologise in advance for the awful quality video (quite dry and boring)! But the good news is that I have some ni...
Forum (forum.hise.audio)
-
@JeanC
I don't think scriptnode currently support that...
If your're writing something like a plugin host, you could take look at the audio plugin host in JUCE source code.