Browse Source

Removed references to a VST3 symbol that seems to be missing from some versions of the SDK.

tags/2021-05-28
jules 11 years ago
parent
commit
9bcbb01f2d
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_audio_processors/format_types/juce_VST3Common.h

+ 0
- 1
modules/juce_audio_processors/format_types/juce_VST3Common.h View File

@@ -81,7 +81,6 @@ static Steinberg::Vst::SpeakerArrangement getArrangementForNumChannels (int numC
{ {
using namespace Steinberg::Vst::SpeakerArr; using namespace Steinberg::Vst::SpeakerArr;
if (numChannels >= 24) return k222;
if (numChannels >= 14) return k131; if (numChannels >= 14) return k131;
if (numChannels >= 13) return k130; if (numChannels >= 13) return k130;
if (numChannels >= 12) return k111; if (numChannels >= 12) return k111;


Loading…
Cancel
Save