Browse Source

Fixed erroneous assertion when saving VST3 states

tags/2021-05-28
tpoole 8 years ago
parent
commit
acf554a895
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp

+ 2
- 0
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp View File

@@ -1721,6 +1721,8 @@ struct VST3ComponentHolder
info, info2, infoW,
totalNumInputChannels,
totalNumOutputChannels);
return;
}
jassertfalse;


Loading…
Cancel
Save