mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-11 23:54:18 +00:00
VST3: Added a call to setNonRealtime before prepareToPlay
This commit is contained in:
parent
590e49216e
commit
ad73ea8e3f
1 changed files with 1 additions and 0 deletions
|
|
@ -1935,6 +1935,7 @@ public:
|
|||
getPluginInstance().setProcessingPrecision (newSetup.symbolicSampleSize == Vst::kSample64
|
||||
? AudioProcessor::doublePrecision
|
||||
: AudioProcessor::singlePrecision);
|
||||
getPluginInstance().setNonRealtime (newSetup.processMode == Vst::kOffline);
|
||||
|
||||
preparePlugin (processSetup.sampleRate, processSetup.maxSamplesPerBlock);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue