Browse Source

VST3: Remove unhelpful assertion

Some hosts (e.g. REAPER) will attempt to instantiate plug-ins with 64
active channels, and JUCE can't represent this layout. In this case,
failing to convert between VST3/JUCE layouts is not a logical error, so
asserting is not appropriate.
v7.0.9
reuk 2 years ago
parent
commit
39ba1c8383
No known key found for this signature in database GPG Key ID: FCB43929F012EE5C
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

@@ -485,7 +485,6 @@ inline std::optional<AudioChannelSet> getChannelSetForSpeakerArrangement (Steinb
return AudioChannelSet::channelSetWithChannels (*order);
// VST3 <-> JUCE layout conversion error: report this bug to the JUCE forum
jassertfalse;
return {};
}


Loading…
Cancel
Save