mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-13 00:04:19 +00:00
Fixed an issue where AudioProcessorGraph would drop MIDI notes close to the playhead when started
This commit is contained in:
parent
09daeb3a6d
commit
6d4549499c
1 changed files with 1 additions and 1 deletions
|
|
@ -1246,7 +1246,7 @@ void AudioProcessorGraph::prepareToPlay (double sampleRate, int estimatedSamples
|
|||
setRateAndBufferSizeDetails (sampleRate, estimatedSamplesPerBlock);
|
||||
clearRenderingSequence();
|
||||
|
||||
if (isNonRealtime() && MessageManager::getInstance()->isThisTheMessageThread())
|
||||
if (MessageManager::getInstance()->isThisTheMessageThread())
|
||||
handleAsyncUpdate();
|
||||
else
|
||||
triggerAsyncUpdate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue