mirror of
https://github.com/LMMS/lmms.git
synced 2026-05-12 08:49:20 -04:00
* Fix warnings "QPainterPath::lineTo Invalid coordinates" on console when loading the effect or changing some paramenters, by not "drawing" the EQ curve when there is no EQ band active. * Fix warnings on console "QPainterPath::lineTo Invalid coordinates" when EQ is processing a sound, because in this function log10f generates a pole error when freq is 0, returning and invalid x value pixel * Update plugins/Eq/EqCurve.cpp --------- Co-authored-by: Dalton Messmer <33463986+messmerd@users.noreply.github.com>