commit 05dcd091e4ed6b514c50c118002dae0b992ac90b
parent 940910547f8cb72b37d39d215dac9ac7b0ff0399
Author: lostd <lostd@2f30.org>
Date: Tue, 16 Jun 2015 01:58:46 +0100
Make band narrower because no music shows up there
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nausea.c b/nausea.c
@@ -222,7 +222,7 @@ draw_spectrum(struct frame *fr)
}
/* take most of the left part of the band */
-#define BANDCUT 0.5
+#define BANDCUT 0.4
freqs_per_col = (nsamples / 2) / fr->width * BANDCUT;
#undef BANDCUT