Multichannel samples
-
Hi everyone, I am very new to HISE and programming. After going through the documentation a few times and searching in this forum, I couldn't found anything about importing multichannel samples / files. Asides from multi mic split files.
Is multichannel samples supported in HISE?
I am trying to load in an 8 channels sample in the sampler. I have set the master and sampler module routing matrix to 8 channels. When I click on the imported sample in the sampler. Hise crashes.
Any ideas?
Cheers
-
@JFT You need to split it into stereo samples and use the mic merge feature to create a pseudo multi channel sample in HISE. This allows you to work with the samples as if they are a single file and allows you to load or unload individual channels.
-
Thanks @d-healey!
So there aren't any built-in functions to split multichannel files to individual stereo files on import? -
@JFT Not that I'm aware of, but you can do it really quickly with a bash script and SoX or ffmpeg. ChatGPT will help you out with this.
-
@d-healey Awesome thanks much! SoX's bash script working pretty well! Is there a way I call an .sh scripts from Hise?