commit 89ad3e5be45f1591c9ea2d80f4988d1cfa5dbe31
parent 259d7a040589b7bed74c54b05a4282ce2b6d2c0a
Author: sin <sin@2f30.org>
Date: Wed, 20 Nov 2013 11:58:12 +0000
Shift the spectogram to the right a bit more
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spectrum.c b/spectrum.c
@@ -159,7 +159,7 @@ draw(struct frame *fr)
fr->height = LINES;
/* take most of the left part of the band */
-#define BANDCUT 0.8
+#define BANDCUT 0.5
freqs_per_col = (nsamples / 2) / fr->width * BANDCUT;
#undef BANDCUT