We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba5a38f commit 08c18bfCopy full SHA for 08c18bf
Source/PluginProcessor.cpp
@@ -260,15 +260,13 @@ bool PlugDataAudioProcessor::isBusesLayoutSupported(const BusesLayout& layouts)
260
{
261
int nchb = layouts.getNumChannels(false, bus);
262
if (nchb > 2) return false;
263
- if (nchb == 0) return false;
264
noutch += nchb;
265
}
266
267
for (int bus = 0; bus < layouts.inputBuses.size(); bus++)
268
269
int nchb = layouts.getNumChannels(true, bus);
270
271
272
ninch += nchb;
273
274
0 commit comments