aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Visual
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-09-23 08:03:59 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2012-09-23 08:03:59 +0000
commit991f44aa5ddb95cfd7fe2c1b665be5f2dacfc10c (patch)
treec6eb6eec8493bdeebb3201729278596235dfe281 /src/plugins/Visual
parent6b2c60528ad069605acb6a6fa43eb5e20c777685 (diff)
downloadqmmp-991f44aa5ddb95cfd7fe2c1b665be5f2dacfc10c.tar.gz
qmmp-991f44aa5ddb95cfd7fe2c1b665be5f2dacfc10c.tar.bz2
qmmp-991f44aa5ddb95cfd7fe2c1b665be5f2dacfc10c.zip
fixed analyzer falloff speeds
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@2937 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Visual')
-rw-r--r--src/plugins/Visual/analyzer/analyzer.cpp2
1 files changed, 1 insertions, 1 deletions
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 =