diff options
author | Chris Robinson <[email protected]> | 2015-10-28 03:09:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-10-28 03:09:15 -0700 |
commit | 63259872d19967da8c2960fbbf74d97aadab9693 (patch) | |
tree | 8009b2bafd88f38e3f98d2aae73b74868e38a176 /utils/alsoft-config/mainwindow.ui | |
parent | 9ce2b8f9a72845d4eeba2abaea6b23880a3b4c82 (diff) |
Remove the Reverb Bost option from alsoft-config
It's not really an appropriate setting for most users to play with. The option
still exists, but it's no longer editable in the GUI.
Diffstat (limited to 'utils/alsoft-config/mainwindow.ui')
-rw-r--r-- | utils/alsoft-config/mainwindow.ui | 78 |
1 files changed, 1 insertions, 77 deletions
diff --git a/utils/alsoft-config/mainwindow.ui b/utils/alsoft-config/mainwindow.ui index f4929091..3be8adee 100644 --- a/utils/alsoft-config/mainwindow.ui +++ b/utils/alsoft-config/mainwindow.ui @@ -904,87 +904,11 @@ some quality.</string> <string>Emulate EAX Reverb:</string> </property> </widget> - <widget class="QGroupBox" name="groupBox_4"> - <property name="geometry"> - <rect> - <x>10</x> - <y>100</y> - <width>511</width> - <height>61</height> - </rect> - </property> - <property name="toolTip"> - <string>Global amplification for reverb output, expressed in decibels. -+6 will be a scale of (approximately) 2x, +12 will be a scale of -4x, etc. Similarly, -6 will be about half, and -12 about 1/4th. A -value of 0 means no change.</string> - </property> - <property name="title"> - <string>Reverb Boost</string> - </property> - <widget class="QSlider" name="reverbBoostSlider"> - <property name="geometry"> - <rect> - <x>10</x> - <y>30</y> - <width>391</width> - <height>23</height> - </rect> - </property> - <property name="toolTip"> - <string/> - </property> - <property name="minimum"> - <number>-120</number> - </property> - <property name="maximum"> - <number>120</number> - </property> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="tickPosition"> - <enum>QSlider::TicksBelow</enum> - </property> - <property name="tickInterval"> - <number>10</number> - </property> - </widget> - <widget class="QLineEdit" name="reverbBoostEdit"> - <property name="geometry"> - <rect> - <x>410</x> - <y>30</y> - <width>51</width> - <height>22</height> - </rect> - </property> - <property name="alignment"> - <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> - </property> - <property name="placeholderText"> - <string>0.0</string> - </property> - </widget> - <widget class="QLabel" name="label_12"> - <property name="geometry"> - <rect> - <x>460</x> - <y>30</y> - <width>31</width> - <height>21</height> - </rect> - </property> - <property name="text"> - <string>dB</string> - </property> - </widget> - </widget> <widget class="QGroupBox" name="groupBox_5"> <property name="geometry"> <rect> <x>10</x> - <y>170</y> + <y>100</y> <width>511</width> <height>191</height> </rect> |