1
0
Fork 0
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:
Tom Poole 2018-09-03 15:10:52 +01:00
parent 38fd441a95
commit 38f958dc31

View file

@ -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;
}