From 991f44aa5ddb95cfd7fe2c1b665be5f2dacfc10c Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sun, 23 Sep 2012 08:03:59 +0000 Subject: fixed analyzer falloff speeds git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2937 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Visual/analyzer/analyzer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Visual') diff --git a/src/plugins/Visual/analyzer/analyzer.cpp b/src/plugins/Visual/analyzer/analyzer.cpp index c78d9b391..ecfd983db 100644 --- a/src/plugins/Visual/analyzer/analyzer.cpp +++ b/src/plugins/Visual/analyzer/analyzer.cpp @@ -56,7 +56,7 @@ Analyzer::Analyzer (QWidget *parent) : Visual (parent), m_fps (20) setWindowTitle (tr("Qmmp Analyzer")); double peaks_speed[] = { 0.05, 0.1, 0.2, 0.4, 0.8 }; - double analyzer_speed[] = { 1.2, 1.8, 2.2, 2.8, 2.4 }; + double analyzer_speed[] = { 1.2, 1.8, 2.2, 2.4, 2.8 }; int intervals[] = { 20 , 40 , 100 , 200 }; m_peaks_falloff = -- cgit v1.2.3-13-gbd6f