From 6b35f9e93039311e8b803610ff432f64ea1255e2 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 19 Mar 2014 16:15:49 +0000 Subject: [PATCH] Avoiding an assertion in VST3 hosting. --- .../format_types/juce_VST3PluginFormat.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index 93b4b65710..4a386c2171 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -224,6 +224,8 @@ static void toProcessContext (Vst::ProcessContext& context, AudioPlayHead* playH } break; + case AudioPlayHead::fpsUnknown: break; + default: jassertfalse; break; // New frame rate? }