1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Avoiding an assertion in VST3 hosting.

This commit is contained in:
jules 2014-03-19 16:15:49 +00:00
parent e2461cd5b0
commit 6b35f9e930

View file

@ -224,6 +224,8 @@ static void toProcessContext (Vst::ProcessContext& context, AudioPlayHead* playH
}
break;
case AudioPlayHead::fpsUnknown: break;
default: jassertfalse; break; // New frame rate?
}