Browse Source

Demos: Fix AudioPluginDemo Steinberg VST3 Validator failure when disabling buses

v6.1.6
reuk 4 years ago
parent
commit
72738ccc64
No known key found for this signature in database GPG Key ID: 9ADCD339CFC98A11
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      examples/Plugins/AudioPluginDemo.h

+ 0
- 4
examples/Plugins/AudioPluginDemo.h View File

@@ -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…
Cancel
Save