mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Demos: Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses
This commit is contained in:
parent
7020495a4e
commit
72738ccc64
1 changed files with 0 additions and 4 deletions
|
|
@ -204,10 +204,6 @@ public:
|
|||
if (! mainInput.isDisabled() && mainInput != mainOutput)
|
||||
return false;
|
||||
|
||||
// do not allow disabling the main buses
|
||||
if (mainOutput.isDisabled())
|
||||
return false;
|
||||
|
||||
// only allow stereo and mono
|
||||
if (mainOutput.size() > 2)
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue