mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AudioProcessorGraph: Add missing callback lock
This commit is contained in:
parent
43b9dc4905
commit
e30670a69a
1 changed files with 1 additions and 0 deletions
|
|
@ -919,6 +919,7 @@ private:
|
|||
|
||||
void processWithBuffer (const GlobalIO&, bool bypass, AudioBuffer<FloatType>& audio, MidiBuffer& midi) final
|
||||
{
|
||||
const ScopedLock lock { this->processor.getCallbackLock() };
|
||||
callProcess (bypass, audio, midi);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue