mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
AUv3: Fixed a bug handling audio callbacks with duplicate timestamps
This commit is contained in:
parent
38fd441a95
commit
38f958dc31
1 changed files with 4 additions and 4 deletions
|
|
@ -1463,11 +1463,11 @@ private:
|
|||
#endif
|
||||
|
||||
midiMessages.clear();
|
||||
}
|
||||
|
||||
// copy back
|
||||
audioBuffer.pop (*outBusBuffers[(int) outputBusNumber]->get(),
|
||||
mapper.get (false, (int) outputBusNumber));
|
||||
// copy back
|
||||
audioBuffer.pop (*outBusBuffers[(int) outputBusNumber]->get(),
|
||||
mapper.get (false, (int) outputBusNumber));
|
||||
}
|
||||
|
||||
return noErr;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue