diff --git a/cava.c b/cava.c index 8a3bd7c..73c8d22 100644 --- a/cava.c +++ b/cava.c @@ -651,7 +651,7 @@ as of 0.4.0 all options are specified in config file, see in '/home/username/.co k[n] = pow(fc[n], 1); k[n] *= (float)height / pow(2, 28); - if(p.customEQ) + if (p.customEQ) k[n] *= p.smooth[(int)floor(((double)n) * smh)]; k[n] /= log2(audio.FFTbassbufferSize); // lfc stores the lower cut frequency foo each bar in the fft out buffer