Exported Plugin Works in HISE but Not in the DAW
-
Hello,
I tried to make a vibrato plugin.
There are no compilation errors and nothing in the console.The VST3 launches, but it doesn’t change the sound at all, unlike the ScriptNode version.
I’m losing my hair over this.
I even restarted the project from scratch, testing the code step by step, but at some point, without understanding why, the vst3 doesn't change the sound at all, even though everything works perfectly in HISE projet.If anyone has encountered this kind of issue before, I’d really like to at least understand why it’s happening.
I use 4.1.0 Hise version -
@Yinxi Did you compile the node? Did you export as an FX plugin?
-
@David-Healey I didn't compile the node (if you mean scriptnode) because I thought it wasn't necessary for exporting the whole project.
And yes, other than that, I did export it as an FX plugin. I'm going to try compiling the DSP network as a ddl now -
@Yinxi Try compiling the node
-
@David-Healey it worked, thanks for your help