No Multichannel output
-
Ahoi,
I have setup 16 channels and routed each sound of my drum plugin to a channel
it looks right in HISE, but when i compile the project and run the plugin in a DAW
even with all multi outputs switched on it still just plays through the main 1+2what am I missing?


are there any tutorials or documentation on how to handle multichannel?
-
@Morphoice Perhaps the tutorial project (if it loads) will have the answer: https://github.com/christophhart/hise_tutorial/tree/master/MultichannelPlugin
I think you have to make the connections through scripting.
There's also a useful snippet in the docs: https://docs.hise.dev/scripting/scripting-api/routingmatrix/index.html
-
@Morphoice are you creating empty tracks then setting their input routing to recieve your plugins different output channels? Also, good to check if you have monitoring enabled on each of these tracks. Im not sure what daw you're in but thats the normal flow for any daw w/ multi-channel plugin.
When you have multi-output mode on your plugin activated, what are you hearing from 1/2? Everything or a single sound?