Comment 15 for bug 1795234

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: Mixxx just produces noises & crashes the entire OS

Ah thanks a lot for the mixxx.cfg. I can reproduce this! (on macOS, 2.2 beta)

The graphic EQ effect parameters in your mixxx.cfg are way outside the valid ranges of -12 to 12. These parameter values aren't validated when we load them, and they cause the graphic EQ effect to go absolutely crazy on my machine, and as you say, cause really loud noises even when no tracks are playing.

EffectForGroup_[Master] org.mixxx.effects.graphiceq
EffectForGroup_[Master]_parameter1 0
EffectForGroup_[Master]_parameter2 1.75
EffectForGroup_[Master]_parameter3 1000
EffectForGroup_[Master]_parameter4 0
EffectForGroup_[Master]_parameter5 1.75
EffectForGroup_[Master]_parameter6 3000
EffectForGroup_[Master]_parameter7 0
EffectForGroup_[Master]_parameter8 0

Starting over with a new profile disabled the graphic EQ effect, and cleared the parameter values.

Now I'm wondering how those got there in the first place. Are they valid for the parametric EQ effect?