# Occasional dead audio channel

**URL:** https://forum.juce.com/t/occasional-dead-audio-channel/17240
**Category:** Audio Plugins
**Created:** [April 13, 2016, 4:00am UTC](https://forum.juce.com/t/occasional-dead-audio-channel/17240 "2016-04-13T04:00:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![jakemumu](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/jakemumu/32/13038_2.png) [@jakemumu](https://forum.juce.com/u/jakemumu)
#### Post date: [April 13, 2016, 4:00am UTC](https://forum.juce.com/t/occasional-dead-audio-channel/17240/1 "2016-04-13T04:00:37Z")

</div>

Hey guys,

occasionally my audio plugin is having sporadic channel behaviour.

I’ve tried using the manual setPreferredChannelConfig, taken from some of the example code, I’ve also tried leaving everything blank and letting projucer handle it. I’m not quite sure what’s going on.

I thought it was potentially my dsp code, but there is a master wet/dry at the end of my processblock which should be the unprocessed signal. The whole channel is just outputting nothing.

The strangest bit is if ableton i keep bypassing and unbypassing the plugin, the channel output can switch from stereo to left back to right etc…

Has anyone experienced anything like this?

---

<div class="post-metadata">

### Author: ![kunitoki](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/kunitoki/32/15_2.png) [@kunitoki](https://forum.juce.com/u/kunitoki)
#### Post date: [April 13, 2016, 5:52am UTC](https://forum.juce.com/t/occasional-dead-audio-channel/17240/2 "2016-04-13T05:52:44Z")

</div>

yes, in some hosts when i switch bank in the synth i get the channels screwed up and eventually muted outputs. i need to reassign the output channels in the host to reenable sound again.

---

<div class="post-metadata">

### Author: ![jakemumu](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/jakemumu/32/13038_2.png) [@jakemumu](https://forum.juce.com/u/jakemumu)
#### Post date: [April 13, 2016, 10:49pm UTC](https://forum.juce.com/t/occasional-dead-audio-channel/17240/3 "2016-04-13T22:49:07Z")

</div>

Have you found a fix? I haven’t looked too much into the new bus stuff, but there must be something that’s incorrect. Could it be that my process block is broken into statements such as if (channel == 0) & if (channel == 1)?

---

<div class="post-metadata">

### Author: ![fr810](https://sea2.discourse-cdn.com/flex026/user_avatar/forum.juce.com/fr810/32/841_2.png) [@fr810](https://forum.juce.com/u/fr810)
#### Post date: [April 22, 2016, 7:01am UTC](https://forum.juce.com/t/occasional-dead-audio-channel/17240/4 "2016-04-22T07:01:28Z")

</div>

This bug is on our radar. This should only be a problem for vst2. Please see & contribute to the discussion starting from this [post](https://forum.juce.com/t/the-ultimate-juce-4-1-multibus-guide/16755/47?u=fabian).
