Browse Source

Vst2: Fixed typo in VST2 wrapper

tags/2021-05-28
hogliux 7 years ago
parent
commit
d430cd2e76
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp

+ 1
- 1
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp View File

@@ -336,7 +336,7 @@ public:
vstEffect.flags |= Vst2::effFlagsProgramChunks;
#if JucePlugin_IsSynth
vstEffect.flags |= effFlagsIsSynth;
vstEffect.flags |= Vst2::effFlagsIsSynth;
#else
if (processor->getTailLengthSeconds() == 0.0)
vstEffect.flags |= Vst2::effFlagsNoSoundInStop;


Loading…
Cancel
Save