<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[No Multichannel output]]></title><description><![CDATA[<p dir="auto">Ahoi,</p>
<p dir="auto">I have setup 16 channels and routed each sound of my drum plugin to a channel<br />
it looks right in HISE, but when i compile the project and run the plugin in a DAW<br />
even with all multi outputs switched on it still just plays through the main 1+2</p>
<p dir="auto">what am I missing?</p>
<p dir="auto"><img src="/assets/uploads/files/1765737587478-screenshot-2025-12-14-at-17.26.59.png" alt="screenshot-2025-12-14-at-17.26.59.png" class=" img-fluid img-markdown" /></p>
<p dir="auto"><img src="/assets/uploads/files/1765737602961-screenshot-2025-12-14-at-17.31.05-resized.png" alt="screenshot-2025-12-14-at-17.31.05-resized.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">are there any tutorials or documentation on how to handle multichannel?</p>
]]></description><link>https://forum.hise.audio/topic/14028/no-multichannel-output</link><generator>RSS for Node</generator><lastBuildDate>Tue, 10 Mar 2026 08:51:52 GMT</lastBuildDate><atom:link href="https://forum.hise.audio/topic/14028.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 14 Dec 2025 18:40:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to No Multichannel output on Wed, 17 Dec 2025 20:41:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> yeee! Let go! <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title=":pray:" alt="🙏" /></p>
]]></description><link>https://forum.hise.audio/post/114531</link><guid isPermaLink="true">https://forum.hise.audio/post/114531</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Wed, 17 Dec 2025 20:41:43 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Wed, 17 Dec 2025 17:31:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4087">@Chazrox</a> <a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a></p>
<p dir="auto">I fiddled about a little and this script finally worked:</p>
<pre><code>const var MorphDrum = Synth.getChildSynth("MorphDrum");
const var matrix = MorphDrum.getRoutingMatrix();

matrix.addConnection(0,0);
matrix.addConnection(1,1);
matrix.addConnection(2,2);
matrix.addConnection(3,3);
matrix.addConnection(4,4);
matrix.addConnection(5,5);
matrix.addConnection(6,6);
matrix.addConnection(7,7);
matrix.addConnection(8,8);
...

</code></pre>
<p dir="auto">apparently I was quite close already, but it does indeed need the script to do the addConnection and won't work without. Thanks for the help! I would never have figured that out on my own</p>
]]></description><link>https://forum.hise.audio/post/114521</link><guid isPermaLink="true">https://forum.hise.audio/post/114521</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Wed, 17 Dec 2025 17:31:08 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 20:07:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> grr..</p>
]]></description><link>https://forum.hise.audio/post/114495</link><guid isPermaLink="true">https://forum.hise.audio/post/114495</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Tue, 16 Dec 2025 20:07:52 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 19:07:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> make a minimal test project that demonstrates the issue and share it here so we can try</p>
]]></description><link>https://forum.hise.audio/post/114494</link><guid isPermaLink="true">https://forum.hise.audio/post/114494</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Tue, 16 Dec 2025 19:07:57 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 19:06:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4087">@Chazrox</a> said in <a href="/post/114476">No Multichannel output</a>:</p>
<blockquote>
<p dir="auto">const var numBIGDRUMMYVST = Synth.getRoutingMatrix("BIG DRUMMY VST");</p>
<p dir="auto">numBIGDRUMMYVST.setNumChannels(24);</p>
</blockquote>
<p dir="auto">that changes nothing either ;/</p>
]]></description><link>https://forum.hise.audio/post/114493</link><guid isPermaLink="true">https://forum.hise.audio/post/114493</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Tue, 16 Dec 2025 19:06:57 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 18:04:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> damn...got me thinking...</p>
<p dir="auto">Do you have this? Just double checking...</p>
<p dir="auto">I have this set for my Master container,</p>
<pre><code>const var numBIGDRUMMYVST = Synth.getRoutingMatrix("BIG DRUMMY VST");

numBIGDRUMMYVST.setNumChannels(24);

</code></pre>
<p dir="auto"><img src="/assets/uploads/files/1765908269476-screenshot-2025-12-16-at-10.04.16-am.png" alt="Screenshot 2025-12-16 at 10.04.16 AM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/114476</link><guid isPermaLink="true">https://forum.hise.audio/post/114476</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Tue, 16 Dec 2025 18:04:31 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:57:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4087">@Chazrox</a> yep that is exactly how I set it up</p>
]]></description><link>https://forum.hise.audio/post/114475</link><guid isPermaLink="true">https://forum.hise.audio/post/114475</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:57:07 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:55:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> Looks the same as mine.</p>
<p dir="auto"><img src="/assets/uploads/files/1765907632796-screenshot-2025-12-16-at-9.52.12-am.png" alt="Screenshot 2025-12-16 at 9.52.12 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Routing container..<br />
<img src="/assets/uploads/files/1765907623365-screenshot-2025-12-16-at-9.52.20-am.png" alt="Screenshot 2025-12-16 at 9.52.20 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Routing for first 3 samplers in "multi out" mode.  See kick starting at 3/4 for me.<br />
<img src="/assets/uploads/files/1765907681686-screenshot-2025-12-16-at-9.53.20-am.png" alt="Screenshot 2025-12-16 at 9.53.20 AM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/114474</link><guid isPermaLink="true">https://forum.hise.audio/post/114474</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:55:20 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:51:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4087">@Chazrox</a> still no change.<br />
is the structure a problem`? they are all in a container...<br />
<img src="/assets/uploads/files/1765907459802-screenshot-2025-12-16-at-18.50.37.png" alt="Screenshot 2025-12-16 at 18.50.37.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://forum.hise.audio/post/114473</link><guid isPermaLink="true">https://forum.hise.audio/post/114473</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:51:03 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:39:41 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> I just found this in my script....</p>
<pre><code>//I think this is what Dave was talking about....

Sampler1.asSampler().setUseStaticMatrix(true);
Sampler2.asSampler().setUseStaticMatrix(true);
Sampler3.asSampler().setUseStaticMatrix(true);
Sampler4.asSampler().setUseStaticMatrix(true);
Sampler5.asSampler().setUseStaticMatrix(true);
Sampler6.asSampler().setUseStaticMatrix(true);
Sampler7.asSampler().setUseStaticMatrix(true);
Sampler8.asSampler().setUseStaticMatrix(true);
Sampler9.asSampler().setUseStaticMatrix(true);

</code></pre>
<p dir="auto">I think this is the missing part.</p>
]]></description><link>https://forum.hise.audio/post/114472</link><guid isPermaLink="true">https://forum.hise.audio/post/114472</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:39:41 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:34:22 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4087">@Chazrox</a> nop the script made no change</p>
]]></description><link>https://forum.hise.audio/post/114471</link><guid isPermaLink="true">https://forum.hise.audio/post/114471</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:34:22 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:20:31 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> for sure. lmk. Just sharing what I got. Hope it helps! Plugin looks great btw! <img src="https://forum.hise.audio/assets/plugins/nodebb-plugin-emoji/emoji/android/1f64f.png?v=fba14f4754a" class="not-responsive emoji emoji-android emoji--pray" style="height:23px;width:auto;vertical-align:middle" title=":pray:" alt="🙏" /></p>
]]></description><link>https://forum.hise.audio/post/114469</link><guid isPermaLink="true">https://forum.hise.audio/post/114469</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:20:31 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:18:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4087">@Chazrox</a> the daw setup is fine and just as with every other plugin, probably the initscript is missing.... i'll check if its needed</p>
]]></description><link>https://forum.hise.audio/post/114468</link><guid isPermaLink="true">https://forum.hise.audio/post/114468</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:18:08 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 17:12:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> Im just explaining how to properly connect a multi-out plugin in DAW. When you drop your plugin on a new track in DAW, you have to also create new audio tracks to receive the audio that you want to route out of your plugin.  For each audio track, you should set the input to the outputs of your plugin.  Make sure that whatever your daw requires you to click on your tracks to hear live input through your audio track is enabled for each track.</p>
<p dir="auto">That's just for good measure. Its seems like you have it set up properly but you did say that all audio is coming out of 1-2, so that def says that it's not routing out properly.  How are you scripting your routing changes? Is your plugin meant to load multi-out by default or are you allowing dynamic routing?</p>
<p dir="auto">Just a thought...<br />
Did you uncheck 'Force Stereo Output'?</p>
<p dir="auto"><img src="/assets/uploads/files/1765903915022-screenshot-2025-12-16-at-8.51.22-am.png" alt="Screenshot 2025-12-16 at 8.51.22 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Looks like you have NUM_MAX_CHANNELS set already since you have the extra channels showing in HISE....<br />
<img src="/assets/uploads/files/1765905137392-screenshot-2025-12-16-at-8.51.08-am.png" alt="Screenshot 2025-12-16 at 8.51.08 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also,</p>
<p dir="auto">I just checked my drum plugin, I started my kick chn. with 3/4,  I can't remember exactly why I did it this way.  Here's what I have.</p>
<p dir="auto"><img src="/assets/uploads/files/1765904181177-screenshot-2025-12-16-at-8.54.48-am.png" alt="Screenshot 2025-12-16 at 8.54.48 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">in Ableton, I have "In" enabled on each auxilary track to be sure I can hear the chn input live during playback otherwise you will hear nothing.<br />
<img src="/assets/uploads/files/1765904819365-screenshot-2025-12-16-at-9.02.17-am.png" alt="Screenshot 2025-12-16 at 9.02.17 AM.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I also have this on onInit script initializing the connections...</p>
<pre><code>//! MASTER EQ ROUTING DEFAULTS

const var numMasterEQNew = Synth.getRoutingMatrix("MasterEQNew");

numMasterEQNew.addConnection(0, 0);
numMasterEQNew.addConnection(1, 1);
numMasterEQNew.addConnection(2, 2);
numMasterEQNew.addConnection(3, 3);
numMasterEQNew.addConnection(4, 4);
numMasterEQNew.addConnection(5, 5);
numMasterEQNew.addConnection(6, 6);
numMasterEQNew.addConnection(7, 7);
numMasterEQNew.addConnection(8, 8);
numMasterEQNew.addConnection(9, 9);
numMasterEQNew.addConnection(10, 10);
numMasterEQNew.addConnection(11, 11);
numMasterEQNew.addConnection(12, 12);
numMasterEQNew.addConnection(13, 13);
numMasterEQNew.addConnection(14, 14);
numMasterEQNew.addConnection(15, 15);
numMasterEQNew.addConnection(16, 16);
numMasterEQNew.addConnection(17, 17);
numMasterEQNew.addConnection(18, 18);
numMasterEQNew.addConnection(19, 19);
numMasterEQNew.addConnection(20, 20);
numMasterEQNew.addConnection(21, 21);
numMasterEQNew.addConnection(22, 22);
numMasterEQNew.addConnection(23, 23);
numMasterEQNew.addConnection(24, 24);

</code></pre>
]]></description><link>https://forum.hise.audio/post/114465</link><guid isPermaLink="true">https://forum.hise.audio/post/114465</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Tue, 16 Dec 2025 17:12:53 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 16:06:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> i think the scripting is needed but i just remembered there is a function or preprocessor definition, something to do with static matrix, that might be related. Not at my computer at the moment so can't check, but will later.</p>
]]></description><link>https://forum.hise.audio/post/114464</link><guid isPermaLink="true">https://forum.hise.audio/post/114464</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Tue, 16 Dec 2025 16:06:26 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 15:38:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/12">@David-Healey</a> is the script necessary if the routing doesnt need to dynamically change? from what I understand how I set things up should have sufficed, at least in hise all channels show their routed audio, just not in cubase, there everything is on 1+2 again</p>
]]></description><link>https://forum.hise.audio/post/114463</link><guid isPermaLink="true">https://forum.hise.audio/post/114463</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Tue, 16 Dec 2025 15:38:25 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Tue, 16 Dec 2025 15:35:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/4087">@Chazrox</a> i didnt understand any of the first sentence but as for the second, yes 1+2 is having all the content of the entire plugin, although in hise anything except the kick is routet to channels 3 and above</p>
]]></description><link>https://forum.hise.audio/post/114462</link><guid isPermaLink="true">https://forum.hise.audio/post/114462</guid><dc:creator><![CDATA[Morphoice]]></dc:creator><pubDate>Tue, 16 Dec 2025 15:35:56 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Sun, 14 Dec 2025 20:16:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> 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.</p>
<p dir="auto">When you have multi-output mode on your plugin activated, what are you hearing from 1/2? Everything or a single sound?</p>
]]></description><link>https://forum.hise.audio/post/114360</link><guid isPermaLink="true">https://forum.hise.audio/post/114360</guid><dc:creator><![CDATA[Chazrox]]></dc:creator><pubDate>Sun, 14 Dec 2025 20:16:57 GMT</pubDate></item><item><title><![CDATA[Reply to No Multichannel output on Sun, 14 Dec 2025 18:51:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.hise.audio/uid/3773">@Morphoice</a> Perhaps the tutorial project (if it loads) will have the answer: <a href="https://github.com/christophhart/hise_tutorial/tree/master/MultichannelPlugin" rel="nofollow ugc">https://github.com/christophhart/hise_tutorial/tree/master/MultichannelPlugin</a></p>
<p dir="auto">I think you have to make the connections through scripting.</p>
<p dir="auto">There's also a useful snippet in the docs: <a href="https://docs.hise.dev/scripting/scripting-api/routingmatrix/index.html" rel="nofollow ugc">https://docs.hise.dev/scripting/scripting-api/routingmatrix/index.html</a></p>
]]></description><link>https://forum.hise.audio/post/114357</link><guid isPermaLink="true">https://forum.hise.audio/post/114357</guid><dc:creator><![CDATA[David Healey]]></dc:creator><pubDate>Sun, 14 Dec 2025 18:51:34 GMT</pubDate></item></channel></rss>