Possible to import a dsp network from one project to another?
-
Created a simple faust delay in scriptnode and compiled the DLL. But i could only get this to work in a seperate project.
Is there a way to import the dsp network to the main project im working on to use?
Should i just copy and past all the files from the folders into the dsp network folder of my main project?
thanks
-
actually, this worked:
just copied the file I named FaustDelay.dylib from the dll folder over to the new project.
Now it pops up under hardcoded master fx!!