mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-06 05:45:51 -04:00
Using QVector involves calls to malloc & friends which are not RT safe and thus must not be used in AudioJack::processCallback(). Instead allocate the required array upon initialization. (cherry picked from commit ae7a4e4c2f13432d39b13c25b66231bdd6a1cc65)