How to include external .dsp files into the faust node?
-
Some faust files have definitions for external files such as,
import("MyLib.dsp");
ormyVar = library("MyLib.dsp");
.When I copy the .dsp files into the faust folder of the HISE project, it does not recognize the
myVar = library("MyLib.dsp");
ones.What is the solution?
-
@JulesV open the included file - copy its contents into your Faust file....
-
@Lindon said in How to include external .dsp files into the faust node?:
@JulesV open the included file - copy its contents into your Faust file....
Thanks. I think I need those t-shirts now :))