From 94a8a0c0b350d04e0884591749ae311ca77ee5ee Mon Sep 17 00:00:00 2001 From: karlstav Date: Tue, 21 Mar 2017 21:51:13 +0100 Subject: [PATCH] better explain sens/autosens in config file to close #135 --- example_files/config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/example_files/config b/example_files/config index 7173649..716b5b2 100644 --- a/example_files/config +++ b/example_files/config @@ -9,15 +9,15 @@ # Framerate Default: 60. Accepts only non-negative values. ; framerate = 60 -# Sensitivity in %. If you think the bars are to low/response is to little, try -# increasing this value 200 means double height. Accepts only non-negative values. -; sensitivity = 100 - -# Autosens will attempt to decrease sensitivity if cava peaks. 1 = on, 0 = off +# Autosens will attempt to decrease sensitivity if the bars peak. 1 = on, 0 = off # overshoot allows bars to overshoot (in % of terminal height) without initiating autosens ; autosens = 1 ; overshoot = 20 +# Manual sensitivity in %. Autosens must be turned off for this to take effect. +# 200 means double height. Accepts only non-negative values. +; sensitivity = 100 + # The number of bars (0-200). 0 (default) sets it to auto (fill up console). # width of bars and space between bars in number of characters. Default width 3 and space 1. ; bars = 0