diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-16 22:01:41 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-12-16 22:01:41 +0000 |
| commit | fbf6df0e267774e4cfa32678176869095fa28986 (patch) | |
| tree | d4438e5d329f8423fa37f33cb3990ea772fcfda3 /src/ui/mainwindow.cpp | |
| parent | 8ab140dace337d1d413433510a87e161759ccc53 (diff) | |
| download | qmmp-fbf6df0e267774e4cfa32678176869095fa28986.tar.gz qmmp-fbf6df0e267774e4cfa32678176869095fa28986.tar.bz2 qmmp-fbf6df0e267774e4cfa32678176869095fa28986.zip | |
improved equalizer precision
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@689 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/ui/mainwindow.cpp')
| -rw-r--r-- | src/ui/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/mainwindow.cpp b/src/ui/mainwindow.cpp index ec2ebbb1b..d9a45249d 100644 --- a/src/ui/mainwindow.cpp +++ b/src/ui/mainwindow.cpp @@ -212,7 +212,7 @@ void MainWindow::previous() void MainWindow::updateEQ() { - int b[10]; + double b[10]; for (int i=0; i<10; ++i) b[i] = m_equalizer->gain(i); m_core->setEQ(b, m_equalizer->preamp()); |
