IRs with custom file extensions.
-
I am working on a plugin that must share IR resources with a bunch of other plugins that were not built by me. My plugin must use these resources. The problem is that the company have given their IRs custom file extensions:
theirIRs.customExt
I'm guessing that I would need to modify the HISE source to allow this extension to load into the convolution node? If so, I honestly don't know where to start and any guidance would be appreciated.
On a side note, I imported the IRs into a DAW and they loaded right in as audio files. So, I'd assume it's just the extension that is the issue.
-
@scottmire If you're loading it via scripting the convolution effect doesn't seem to care what the file extension is.

-
Hmmm....that is not what I'm seeing.
The IR on the left is loaded from a custom location and has a custom ext and the IR on the right is from the HISE AudioFiles location.

-
@scottmire Can you make a simple snippet that I can test out.