commit 1160bf7502b5231591015425128acda225aaa149 parent 0cdbffbd094119de019500b93bec438e3d1f8ed0 Author: sin <sin@2f30.org> Date: Mon, 18 Nov 2013 21:28:46 +0000 Set BANDCUT to 0.8 Diffstat:
M | spectrum.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spectrum.c b/spectrum.c @@ -156,7 +156,7 @@ draw(struct frame *fr) fr->height = LINES; /* take most of the left part of the band */ -#define BANDCUT 0.9 +#define BANDCUT 0.8 freqs_per_col = (nsamples / 2) / fr->width * BANDCUT; #undef BANDCUT