This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
Fixed erroneous assertion when saving VST3 states
tags/2021-05-28
tpoole
8 years ago
parent
40dfba17db
commit
acf554a895
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save