mirror of
https://github.com/LMMS/lmms.git
synced 2026-03-07 23:57:49 -05:00
When instantiating the SpectrumAnalyzer plugin more than once the
processed data somehow got invalid and caused all but the first
SpectrumAnalyzer instance not to work at all. This can be fixed easily
by clearing m_buffer in SpectrumAnalyzer's constructor.
Closes #3137877.
(cherry picked from commit ab814c03a7)