From d0603a8a92342dd0e74d4f0b5f2a482a03d3e40e Mon Sep 17 00:00:00 2001 From: Lucca Ketterer Date: Mon, 22 Feb 2021 19:49:54 +0100 Subject: [PATCH] more responisive cava --- client/cava.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/client/cava.conf b/client/cava.conf index 4057208..d004670 100644 --- a/client/cava.conf +++ b/client/cava.conf @@ -112,15 +112,15 @@ foreground = red # Percentage value for integral smoothing. Takes values from 0 - 100. # Higher values means smoother, but less precise. 0 to disable. -integral = 1 +integral = 20 # Disables or enables the so-called "Monstercat smoothing" with or without "waves". Set to 0 to disable. monstercat = 1 -waves = 3; +; waves = 3; # Set gravity percentage for "drop off". Higher values means bars will drop faster. # Accepts only non-negative values. 50 means half gravity, 200 means double. Set to 0 to disable "drop off". -; gravity = 50 +gravity = 300 # In bar height, bars that would have been lower that this will not be drawn.