Skip to content

Commit 79a27d1

Browse files
author
ThePBone
committed
Remove volume boost EQ preset
1 parent 498b239 commit 79a27d1

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

mainwindow.ui

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@
116116
</property>
117117
<item>
118118
<widget class="QStackedWidget" name="tabhost">
119+
<property name="currentIndex">
120+
<number>3</number>
121+
</property>
119122
<widget class="QWidget" name="tabhostPage1">
120123
<layout class="QVBoxLayout" name="verticalLayout_6">
121124
<property name="leftMargin">
@@ -1361,11 +1364,6 @@
13611364
<string>Vocal Booster</string>
13621365
</property>
13631366
</item>
1364-
<item>
1365-
<property name="text">
1366-
<string>Volume Boost</string>
1367-
</property>
1368-
</item>
13691367
<item>
13701368
<property name="text">
13711369
<string>Custom</string>

misc/presetprovider.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ const QMap<EQ_UNIT> EQ::EQ_LOOKUP_TABLE(){
5656
<< QPair<EQ_UNIT>("Classic",FLOAT_LIST({0,0,-9.00,0,1.50,0,0,9.00,9.00,9.00}))
5757
<< QPair<EQ_UNIT>("Bass",FLOAT_LIST({11.50,8.50,5.00,2.00,0,0,0,0,0,0}))
5858
<< QPair<EQ_UNIT>("Clear",FLOAT_LIST({3.50,6.50,9.50,6.50,3.50,1.25,5.00,9.00,11.00,9.00}))
59-
<< QPair<EQ_UNIT>("Volume Boost",FLOAT_LIST({12.00,12.00,12.00,12.00,12.00,12.00,12.00,12.00,12.00,12.00}))
6059
<< QPair<EQ_UNIT>("Hip-Hop",FLOAT_LIST({4.50,4.00,1.50,3.00,-1.50,-1.50,1.50,-1.00,1.50,3.00}))
6160
<< QPair<EQ_UNIT>("Dubstep",FLOAT_LIST({12.00,0.50,-2.00,-5.00,-5.00,-4.50,-2.50,0,-3.00,-.050}))
6261
<< QPair<EQ_UNIT>("Movie",FLOAT_LIST({3.00,6.00,9.00,7.00,6.00,5.00,6.00,3.50,10.50,8.00}))

0 commit comments

Comments
 (0)