Sampler stops working when exporting to plugin (Help)
-
I’m having an issue with HISE: the Sampler module works correctly inside HISE, but when I export the plugin, it stops producing sound. The sounds load fine, but no audio is generated.
- I created an instrument that combines sampler and synthesis: only the synthesizer works.
- I tried creating a new project from scratch, but the problem persists.
- I also exported the MusicBox tutorial as a test, and the sampler doesn’t work in the plugin either.
- I’ve already reinstalled HISE and JUCE, but the issue remains.
Has anyone experienced something similar? Any idea what configuration might be causing this problem?
-
@miguellizana said in Sampler stops working when exporting to plugin (Help):
’ve already reinstalled HISE and JUCE,
What do you mean by you've installed JUCE?
-
@d-healey I downloaded the JUCE 8 folder and placed it in Applications. From your question, I realize it wasn't necessary to do that. I thought I needed to have it installed as well. However, your comment made me understand that HISE might already include it.
-
@miguellizana All you need is the source code from the HISE github page, it includes everything. Follow the instructions on the github page to extract the necessary SDKs and compile HISE. Then try exporting your project again.
Or have you already compiled HISE?
-
@d-healey When I downloaded HISE, I basically unzipped the sdk.zip file located in the tools folder, based on what I understood. Is there anything else I need to do besides that?
-
@miguellizana That's it, then compile HISE.