Embed non-audio files into the plugin?
-
I have ported over NAM to HISE for my plugin, and I want to embed some NAM files into my plugin. I put them into the AudioFiles directory, and they work and load inside HISE just fine. But they don't load in the compiled plugin. Any thoughts???
-
@Orvillain are they also in the AppData folder structure?
-
@Lindon Hmmm, no they are not. Not at the moment. I have embed audio files and embed image files enabled btw.
-
@Orvillain are nam files binary or json?
There‘s currently a gap in all non image or audio file resources (.hwt wavetables too eg), so this would be a good feature addition
-
@Orvillain said in Embed non-audio files into the plugin?:
@Lindon Hmmm, no they are not. Not at the moment. I have embed audio files and embed image files enabled btw.
as Christoph says above, I found non-image and non wav files in the Audio Files folder didnt load well - so I had to abandon the embedding and they had to get copied in there by the installer...
-
@Christoph-Hart said in Embed non-audio files into the plugin?:
@Orvillain are nam files binary or json?
There‘s currently a gap in all non image or audio file resources (.hwt wavetables too eg), so this would be a good feature addition
Binary files, I was trying to use the AudioFiles folder as a hack, basically.
-
@Lindon Yep - totally get what you're saying!