HISE multiple outputs
-
@dustbro How long ago did you compile the plugin version of HISE? I am not able to compile it from the latest master branch.
-
Just checked, still compiles, but I noticed that there is still the old VS2015 exporter present in the Projucer file, and if you export it as VS2015 project and then try to compile it with VS2017 it might cause all kinds of problems.
I've removed the exporter. Please pull the latest version and try again (now it should automatically choose the 2017 exporter).
-
@Christoph-Hart I set the number of outputs for HISE plugin to 16 when compiling. Is that a maximum amount or will it do more if I change the number?
-
Just try it, but put on your safety helmet before you hit compile ;)
-
@dustbro Thank you so much for the user-selectable multiple output script. I managed to implement it for all components and it works great.
-
@Christoph-Hart said in HISE multiple outputs:
standalone version doesn't not support multichannels. If you need multichannels, use the plugin version.
@Christoph-Hart Is there a plan to eventually incorporate multichannels in the standalone version?
-
Not really. What I could do is to add an "emulation" of multichannels to the HISE standalone app so that you can at least create multichannel plugins instead of using the plugin version of HISE for that. It would still use two stereo outs, but you could switch which pair in the multichannel setup is routed to the stereo output of the application to test if it works.
-
Would be cool! I don't like to use the plugin version for personal reasons mostly...
-
@Christoph-Hart said in HISE multiple outputs:
Not really. What I could do is to add an "emulation" of multichannels to the HISE standalone app so that you can at least create multichannel plugins instead of using the plugin version of HISE for that. It would still use two stereo outs, but you could switch which pair in the multichannel setup is routed to the stereo output of the application to test if it works.
- did this happen at all?
-
Does a multichannel plugin automatically route everything to 1-2 if the user does not assign output channels ? So there is a choice whether to use multi channel or not ?
Or does it always route everything to 1-2 and then you can also get individual channels ? I guess that is the way to do it