]> git.sesse.net Git - nageru/blobdiff - ui_mainwindow.ui
Add a final makeup gain, trying to set the level straight at +0 LU (more or less...
[nageru] / ui_mainwindow.ui
index bd10511d8ce800429dd7fd8a528b17eaefca9368..21cb7decfbf76df5efa8a452b081b778f8151a9d 100644 (file)
        </layout>
       </item>
       <item>
-       <layout class="QGridLayout" name="audiostrip">
+       <layout class="QGridLayout" name="audiostrip" columnstretch="0,0,0,0,0,0">
         <property name="bottomMargin">
          <number>0</number>
         </property>
           </property>
          </widget>
         </item>
-        <item row="1" column="4">
+        <item row="1" column="5">
          <spacer name="horizontalSpacer_2">
           <property name="orientation">
            <enum>Qt::Horizontal</enum>
           </property>
          </widget>
         </item>
+        <item row="3" column="3">
+         <widget class="QCheckBox" name="limiter_enabled">
+          <property name="text">
+           <string>Enabled</string>
+          </property>
+          <property name="checked">
+           <bool>true</bool>
+          </property>
+         </widget>
+        </item>
         <item row="0" column="0">
          <widget class="QLabel" name="locut_cutoff_label">
           <property name="text">
           </property>
          </widget>
         </item>
-        <item row="3" column="3">
-         <widget class="QCheckBox" name="limiter_enabled">
-          <property name="text">
-           <string>Enabled</string>
-          </property>
-          <property name="checked">
-           <bool>true</bool>
-          </property>
-         </widget>
-        </item>
         <item row="1" column="3">
          <widget class="QDial" name="limiter_threshold_knob">
           <property name="minimumSize">
           </property>
          </widget>
         </item>
+        <item row="0" column="2">
+         <widget class="QLabel" name="compressor_threshold_label">
+          <property name="text">
+           <string>Compr. threshold</string>
+          </property>
+         </widget>
+        </item>
         <item row="2" column="3">
          <widget class="QLabel" name="limiter_threshold_db_display">
           <property name="text">
           </property>
          </widget>
         </item>
-        <item row="0" column="2">
-         <widget class="QLabel" name="compressor_threshold_label">
+        <item row="3" column="2">
+         <widget class="QCheckBox" name="compressor_enabled">
           <property name="text">
-           <string>Compr. threshold</string>
+           <string>Enabled</string>
+          </property>
+          <property name="checked">
+           <bool>true</bool>
           </property>
          </widget>
         </item>
           </property>
          </widget>
         </item>
-        <item row="3" column="2">
-         <widget class="QCheckBox" name="compressor_enabled">
+        <item row="0" column="4">
+         <widget class="QLabel" name="makeup_gain_label">
           <property name="text">
-           <string>Enabled</string>
+           <string>Makeup gain</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignCenter</set>
+          </property>
+         </widget>
+        </item>
+        <item row="1" column="4">
+         <widget class="QDial" name="makeup_gain_knob">
+          <property name="minimumSize">
+           <size>
+            <width>64</width>
+            <height>64</height>
+           </size>
+          </property>
+          <property name="maximumSize">
+           <size>
+            <width>16777215</width>
+            <height>64</height>
+           </size>
+          </property>
+          <property name="minimum">
+           <number>-300</number>
+          </property>
+          <property name="maximum">
+           <number>300</number>
+          </property>
+          <property name="notchTarget">
+           <double>60.000000000000000</double>
+          </property>
+          <property name="notchesVisible">
+           <bool>true</bool>
+          </property>
+         </widget>
+        </item>
+        <item row="2" column="4">
+         <widget class="QLabel" name="makeup_gain_db_display">
+          <property name="text">
+           <string>-0.0 dB</string>
+          </property>
+          <property name="alignment">
+           <set>Qt::AlignCenter</set>
+          </property>
+         </widget>
+        </item>
+        <item row="3" column="4">
+         <widget class="QCheckBox" name="makeup_gain_auto_checkbox">
+          <property name="text">
+           <string>Auto</string>
           </property>
           <property name="checked">
            <bool>true</bool>