Convolution Reverb doesn't work after export in DAW.
-
@d-healey Yes
-
@Yannrog Did you export as a FX plugin rather than an instrument plugin?
-
No, I exported as an instrument. I have checked embed audio files, With “Simple reverb“ it works great but I put a convolution reverb that specially suit the samples. It a convolution reverb for the Sampler.
-
@Yannrog You may need to add
Engine.loadAudioFilesIntoPool()if you haven't done this already (this makes sure the audio files are included in the plugin).https://docs.hise.dev/scripting/scripting-api/engine/index.html#loadaudiofilesintopool
What issue are you experiencing precisely?
-
@Yannrog Gotcha. Aside from the other points here, make sure the convolution impulse file is in your project's Audio Files folder before you drag/load it into HISE.
-
@HISEnberg Oh ok, is it ok f it's in a subfolder in the Audio File folder?
-
@Yannrog
Yes :-) -
I don't know how to export, I just have to type the “Engine.loadAudioFilesIntoPool()“ in ?
Do I need to specify the folder ?
Thank you.
-
@Yannrog
No, you just need to make sure that the audio files are in theAudioFilesfolder or a subfolder ofAudioFiles. -
@Oli-Ullmann Ok, I'll try