|
74 | 74 | <item> |
75 | 75 | <widget class="QStackedWidget" name="tabhost"> |
76 | 76 | <property name="currentIndex"> |
77 | | - <number>3</number> |
| 77 | + <number>0</number> |
78 | 78 | </property> |
79 | 79 | <widget class="QWidget" name="tabHostPage1"> |
80 | 80 | <layout class="QVBoxLayout" name="verticalLayout_6"> |
|
150 | 150 | </layout> |
151 | 151 | </widget> |
152 | 152 | </item> |
153 | | - <item> |
154 | | - <widget class="QGroupBox" name="enable_comp"> |
155 | | - <property name="whatsThis"> |
156 | | - <string><html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Dynamic range compressor</span></p><p>Enables/disables the dynamic range compressor, an automatic dynamic range flattener that can flatten the signal spectral to reduce transient; it is like a drum volume reducer.</p><p><span style=" text-decoration: underline;">Max attack:</span> adjusts how fast the Dynamic Range Compressor reacts.</p><p><span style=" text-decoration: underline;">Max release:</span> adjusts how slow the Dynamic Range Compressor is performing gain decay.</p><p><span style=" text-decoration: underline;">Aggressiveness:</span> adjusts how strong the spectral flattening is going to be</p></body></html></string> |
157 | | - </property> |
158 | | - <property name="title"> |
159 | | - <string>Dynamic range compressor</string> |
160 | | - </property> |
161 | | - <property name="checkable"> |
162 | | - <bool>true</bool> |
163 | | - </property> |
164 | | - <property name="checked"> |
165 | | - <bool>false</bool> |
166 | | - </property> |
167 | | - <layout class="QVBoxLayout" name="verticalLayout_4"> |
168 | | - <item> |
169 | | - <widget class="QLabel" name="comp_atk_label"> |
170 | | - <property name="text"> |
171 | | - <string>Maximum attack</string> |
172 | | - </property> |
173 | | - </widget> |
174 | | - </item> |
175 | | - <item> |
176 | | - <widget class="QAnimatedSlider" name="comp_maxattack"> |
177 | | - <property name="sizePolicy"> |
178 | | - <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
179 | | - <horstretch>0</horstretch> |
180 | | - <verstretch>0</verstretch> |
181 | | - </sizepolicy> |
182 | | - </property> |
183 | | - <property name="minimumSize"> |
184 | | - <size> |
185 | | - <width>0</width> |
186 | | - <height>14</height> |
187 | | - </size> |
188 | | - </property> |
189 | | - <property name="minimum"> |
190 | | - <number>0</number> |
191 | | - </property> |
192 | | - <property name="maximum"> |
193 | | - <number>400</number> |
194 | | - </property> |
195 | | - <property name="orientation"> |
196 | | - <enum>Qt::Horizontal</enum> |
197 | | - </property> |
198 | | - <property name="tickPosition"> |
199 | | - <enum>QSlider::NoTicks</enum> |
200 | | - </property> |
201 | | - </widget> |
202 | | - </item> |
203 | | - <item> |
204 | | - <widget class="QLabel" name="label_7"> |
205 | | - <property name="text"> |
206 | | - <string>Maximum release</string> |
207 | | - </property> |
208 | | - </widget> |
209 | | - </item> |
210 | | - <item> |
211 | | - <widget class="QAnimatedSlider" name="comp_maxrelease"> |
212 | | - <property name="minimum"> |
213 | | - <number>0</number> |
214 | | - </property> |
215 | | - <property name="maximum"> |
216 | | - <number>400</number> |
217 | | - </property> |
218 | | - <property name="value"> |
219 | | - <number>200</number> |
220 | | - </property> |
221 | | - <property name="orientation"> |
222 | | - <enum>Qt::Horizontal</enum> |
223 | | - </property> |
224 | | - </widget> |
225 | | - </item> |
226 | | - <item> |
227 | | - <widget class="QLabel" name="label_5"> |
228 | | - <property name="text"> |
229 | | - <string>Aggressiveness</string> |
230 | | - </property> |
231 | | - </widget> |
232 | | - </item> |
233 | | - <item> |
234 | | - <widget class="QAnimatedSlider" name="comp_aggressiveness"> |
235 | | - <property name="minimum"> |
236 | | - <number>10</number> |
237 | | - </property> |
238 | | - <property name="maximum"> |
239 | | - <number>1000</number> |
240 | | - </property> |
241 | | - <property name="value"> |
242 | | - <number>800</number> |
243 | | - </property> |
244 | | - <property name="orientation"> |
245 | | - <enum>Qt::Horizontal</enum> |
246 | | - </property> |
247 | | - </widget> |
248 | | - </item> |
249 | | - </layout> |
250 | | - </widget> |
251 | | - </item> |
252 | | - <item> |
253 | | - <spacer name="verticalSpacer_3"> |
254 | | - <property name="orientation"> |
255 | | - <enum>Qt::Vertical</enum> |
256 | | - </property> |
257 | | - <property name="sizeType"> |
258 | | - <enum>QSizePolicy::Expanding</enum> |
259 | | - </property> |
260 | | - <property name="sizeHint" stdset="0"> |
261 | | - <size> |
262 | | - <width>20</width> |
263 | | - <height>30</height> |
264 | | - </size> |
265 | | - </property> |
266 | | - </spacer> |
267 | | - </item> |
268 | | - </layout> |
269 | | - </item> |
270 | | - <item> |
271 | | - <layout class="QVBoxLayout" name="bass_right"> |
272 | 153 | <item> |
273 | 154 | <widget class="QGroupBox" name="analog"> |
274 | 155 | <property name="whatsThis"> |
|
404 | 285 | </layout> |
405 | 286 | </widget> |
406 | 287 | </item> |
| 288 | + <item> |
| 289 | + <spacer name="verticalSpacer_3"> |
| 290 | + <property name="orientation"> |
| 291 | + <enum>Qt::Vertical</enum> |
| 292 | + </property> |
| 293 | + <property name="sizeType"> |
| 294 | + <enum>QSizePolicy::Expanding</enum> |
| 295 | + </property> |
| 296 | + <property name="sizeHint" stdset="0"> |
| 297 | + <size> |
| 298 | + <width>20</width> |
| 299 | + <height>30</height> |
| 300 | + </size> |
| 301 | + </property> |
| 302 | + </spacer> |
| 303 | + </item> |
| 304 | + </layout> |
| 305 | + </item> |
| 306 | + <item> |
| 307 | + <layout class="QVBoxLayout" name="bass_right"> |
| 308 | + <item> |
| 309 | + <widget class="QGroupBox" name="enable_comp"> |
| 310 | + <property name="whatsThis"> |
| 311 | + <string><html><head/><body><p><span style=" font-weight:600; text-decoration: underline;">Dynamic range compressor</span></p><p>Enables/disables the dynamic range compressor, an automatic dynamic range flattener that can flatten the signal spectral to reduce transient; it is like a drum volume reducer.</p><p><span style=" text-decoration: underline;">Max attack:</span> adjusts how fast the Dynamic Range Compressor reacts.</p><p><span style=" text-decoration: underline;">Max release:</span> adjusts how slow the Dynamic Range Compressor is performing gain decay.</p><p><span style=" text-decoration: underline;">Aggressiveness:</span> adjusts how strong the spectral flattening is going to be</p></body></html></string> |
| 312 | + </property> |
| 313 | + <property name="title"> |
| 314 | + <string>Dynamic range compressor</string> |
| 315 | + </property> |
| 316 | + <property name="checkable"> |
| 317 | + <bool>true</bool> |
| 318 | + </property> |
| 319 | + <property name="checked"> |
| 320 | + <bool>false</bool> |
| 321 | + </property> |
| 322 | + <layout class="QVBoxLayout" name="verticalLayout_4"> |
| 323 | + <item> |
| 324 | + <widget class="QLabel" name="comp_atk_label"> |
| 325 | + <property name="text"> |
| 326 | + <string>Maximum attack</string> |
| 327 | + </property> |
| 328 | + </widget> |
| 329 | + </item> |
| 330 | + <item> |
| 331 | + <widget class="QAnimatedSlider" name="comp_maxattack"> |
| 332 | + <property name="sizePolicy"> |
| 333 | + <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
| 334 | + <horstretch>0</horstretch> |
| 335 | + <verstretch>0</verstretch> |
| 336 | + </sizepolicy> |
| 337 | + </property> |
| 338 | + <property name="minimumSize"> |
| 339 | + <size> |
| 340 | + <width>0</width> |
| 341 | + <height>14</height> |
| 342 | + </size> |
| 343 | + </property> |
| 344 | + <property name="minimum"> |
| 345 | + <number>0</number> |
| 346 | + </property> |
| 347 | + <property name="maximum"> |
| 348 | + <number>400</number> |
| 349 | + </property> |
| 350 | + <property name="orientation"> |
| 351 | + <enum>Qt::Horizontal</enum> |
| 352 | + </property> |
| 353 | + <property name="tickPosition"> |
| 354 | + <enum>QSlider::NoTicks</enum> |
| 355 | + </property> |
| 356 | + </widget> |
| 357 | + </item> |
| 358 | + <item> |
| 359 | + <widget class="QLabel" name="label_7"> |
| 360 | + <property name="text"> |
| 361 | + <string>Maximum release</string> |
| 362 | + </property> |
| 363 | + </widget> |
| 364 | + </item> |
| 365 | + <item> |
| 366 | + <widget class="QAnimatedSlider" name="comp_maxrelease"> |
| 367 | + <property name="minimum"> |
| 368 | + <number>0</number> |
| 369 | + </property> |
| 370 | + <property name="maximum"> |
| 371 | + <number>400</number> |
| 372 | + </property> |
| 373 | + <property name="value"> |
| 374 | + <number>200</number> |
| 375 | + </property> |
| 376 | + <property name="orientation"> |
| 377 | + <enum>Qt::Horizontal</enum> |
| 378 | + </property> |
| 379 | + </widget> |
| 380 | + </item> |
| 381 | + <item> |
| 382 | + <widget class="QLabel" name="label_5"> |
| 383 | + <property name="text"> |
| 384 | + <string>Aggressiveness</string> |
| 385 | + </property> |
| 386 | + </widget> |
| 387 | + </item> |
| 388 | + <item> |
| 389 | + <widget class="QAnimatedSlider" name="comp_aggressiveness"> |
| 390 | + <property name="minimum"> |
| 391 | + <number>10</number> |
| 392 | + </property> |
| 393 | + <property name="maximum"> |
| 394 | + <number>1000</number> |
| 395 | + </property> |
| 396 | + <property name="value"> |
| 397 | + <number>800</number> |
| 398 | + </property> |
| 399 | + <property name="orientation"> |
| 400 | + <enum>Qt::Horizontal</enum> |
| 401 | + </property> |
| 402 | + </widget> |
| 403 | + </item> |
| 404 | + </layout> |
| 405 | + </widget> |
| 406 | + </item> |
407 | 407 | <item> |
408 | 408 | <spacer name="verticalSpacer_4"> |
409 | 409 | <property name="orientation"> |
|
2231 | 2231 | <tabstop>cpreset</tabstop> |
2232 | 2232 | <tabstop>set</tabstop> |
2233 | 2233 | <tabstop>toolButton</tabstop> |
2234 | | - <tabstop>bassboost</tabstop> |
2235 | 2234 | <tabstop>analog_tubedrive</tabstop> |
2236 | 2235 | <tabstop>limthreshold</tabstop> |
2237 | 2236 | <tabstop>limrelease</tabstop> |
|
0 commit comments