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:
parent
e2461cd5b0
commit
6b35f9e930
1 changed files with 2 additions and 0 deletions
|
|
@ -224,6 +224,8 @@ static void toProcessContext (Vst::ProcessContext& context, AudioPlayHead* playH
|
|||
}
|
||||
break;
|
||||
|
||||
case AudioPlayHead::fpsUnknown: break;
|
||||
|
||||
default: jassertfalse; break; // New frame rate?
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue