Multi Output Tutorial
-
@Matt_SF you can export a multi output plugin without changing the number of outputs HISE is using.
-
@d-healey said in Multi Output Tutorial:
@Matt_SF you can export a multi output plugin without changing the number of outputs HISE is using.
Oh, I didn't know that was possible - I haven't even tried...!
-
@Matt_SF the outputs will be set dynamically in the daw when you load the plugin - most daws show a pop-up and ask how many outputs you want.
-
@d-healey said in Multi Output Tutorial:
@Matt_SF the outputs will be set dynamically in the daw when you load the plugin - most daws show a pop-up and ask how many outputs you want.
Indeed. OK noted!
... Now half of my post is useless -
@d-healey Although I think that building the multi-out version of HISE allows to see what you're doing and debug your code easily.
If you have your routing script already set up and working, you can take the dynamic way. -
@Matt_SF said in Multi Output Tutorial:
Although I think that building the multi-out version of HISE allows to see what you're doing and debug your code easily.
Yeah this is pretty much the only reason I ever built HISE as a plugin, but actually you get 99% of the way there in the standalone and you can test the output routing with a container.
-
@d-healey said in Multi Output Tutorial:
Yeah this is pretty much the only reason I ever built HISE as a plugin
You don't have to build the plugin version to 'access' the multi-out routing anymore.
The standalone version works just fine.@d-healey said in Multi Output Tutorial:
you can test the output routing with a container.
I'll have to try that in the 'stereo' build, thanks!
-
@Matt_SF said in Multi Output Tutorial:
I'll have to try that in the 'stereo' build, thanks!
It's the same as you're showing in your tutorial above, but you use another container instead of the master container.
-
@d-healey Oh ok, I get it. Nice tip!
-
@Matt_SF My man.