compiled DSP network wont work after vst export
-
in my current project, iam using a compiled dsp network from another project, i copied the dll file of the dspnetwork from the other project into my current project and used is as a hardcoded master fx. it works fine in hise, but as i export the vst, it wont work. where as everything else works. any idea of what might be the problem?
-
@Jeetender copy the xml instead of the dll and recompile it in your new project
-
@David-Healey Thank you. It compiled and worked just fine.