PageRenderTime 290ms CodeModel.GetById 22ms RepoModel.GetById 1ms app.codeStats 1ms

/mainwindow.ui

http://ewitool.googlecode.com/
Unknown | 10528 lines | 10528 code | 0 blank | 0 comment | 0 complexity | 01e13a6f24e83a5fdd1b980b4b3864e6 MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>1001</width>
  10. <height>686</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>EWItool</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <widget class="QTabWidget" name="mainTabSet">
  18. <property name="enabled">
  19. <bool>true</bool>
  20. </property>
  21. <property name="geometry">
  22. <rect>
  23. <x>0</x>
  24. <y>0</y>
  25. <width>1001</width>
  26. <height>641</height>
  27. </rect>
  28. </property>
  29. <property name="sizePolicy">
  30. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  31. <horstretch>0</horstretch>
  32. <verstretch>0</verstretch>
  33. </sizepolicy>
  34. </property>
  35. <property name="minimumSize">
  36. <size>
  37. <width>500</width>
  38. <height>500</height>
  39. </size>
  40. </property>
  41. <property name="autoFillBackground">
  42. <bool>false</bool>
  43. </property>
  44. <property name="currentIndex">
  45. <number>3</number>
  46. </property>
  47. <widget class="QWidget" name="library_tab">
  48. <attribute name="title">
  49. <string>Set Library</string>
  50. </attribute>
  51. <widget class="QListWidget" name="setList_listWidget">
  52. <property name="geometry">
  53. <rect>
  54. <x>40</x>
  55. <y>50</y>
  56. <width>251</width>
  57. <height>351</height>
  58. </rect>
  59. </property>
  60. </widget>
  61. <widget class="QListWidget" name="setContents_listWidget">
  62. <property name="geometry">
  63. <rect>
  64. <x>320</x>
  65. <y>50</y>
  66. <width>256</width>
  67. <height>551</height>
  68. </rect>
  69. </property>
  70. <property name="font">
  71. <font>
  72. <pointsize>8</pointsize>
  73. </font>
  74. </property>
  75. <property name="selectionMode">
  76. <enum>QAbstractItemView::MultiSelection</enum>
  77. </property>
  78. </widget>
  79. <widget class="QLabel" name="label_108">
  80. <property name="geometry">
  81. <rect>
  82. <x>40</x>
  83. <y>20</y>
  84. <width>251</width>
  85. <height>20</height>
  86. </rect>
  87. </property>
  88. <property name="text">
  89. <string>Patch Sets</string>
  90. </property>
  91. <property name="alignment">
  92. <set>Qt::AlignCenter</set>
  93. </property>
  94. </widget>
  95. <widget class="QLabel" name="label_109">
  96. <property name="geometry">
  97. <rect>
  98. <x>320</x>
  99. <y>20</y>
  100. <width>251</width>
  101. <height>20</height>
  102. </rect>
  103. </property>
  104. <property name="text">
  105. <string>Set Contents</string>
  106. </property>
  107. <property name="alignment">
  108. <set>Qt::AlignCenter</set>
  109. </property>
  110. </widget>
  111. <widget class="QPushButton" name="sendLibraryToEWI_pushButton">
  112. <property name="enabled">
  113. <bool>false</bool>
  114. </property>
  115. <property name="geometry">
  116. <rect>
  117. <x>200</x>
  118. <y>420</y>
  119. <width>91</width>
  120. <height>27</height>
  121. </rect>
  122. </property>
  123. <property name="text">
  124. <string>Send to &amp;EWI</string>
  125. </property>
  126. </widget>
  127. <widget class="QPushButton" name="copyToClipboard_pushButton">
  128. <property name="geometry">
  129. <rect>
  130. <x>590</x>
  131. <y>340</y>
  132. <width>80</width>
  133. <height>27</height>
  134. </rect>
  135. </property>
  136. <property name="text">
  137. <string>-&gt;</string>
  138. </property>
  139. </widget>
  140. <widget class="QPushButton" name="deleteSet_pushButton">
  141. <property name="enabled">
  142. <bool>false</bool>
  143. </property>
  144. <property name="geometry">
  145. <rect>
  146. <x>40</x>
  147. <y>420</y>
  148. <width>80</width>
  149. <height>27</height>
  150. </rect>
  151. </property>
  152. <property name="toolTip">
  153. <string>Delete Patch Set from Disk</string>
  154. </property>
  155. <property name="text">
  156. <string>Delete</string>
  157. </property>
  158. </widget>
  159. <widget class="QWidget" name="clipboard_widget" native="true">
  160. <property name="geometry">
  161. <rect>
  162. <x>680</x>
  163. <y>10</y>
  164. <width>271</width>
  165. <height>601</height>
  166. </rect>
  167. </property>
  168. </widget>
  169. </widget>
  170. <widget class="QWidget" name="epx_tab">
  171. <attribute name="title">
  172. <string>Patch Exchange</string>
  173. </attribute>
  174. <widget class="QWidget" name="epx_widget" native="true">
  175. <property name="geometry">
  176. <rect>
  177. <x>0</x>
  178. <y>0</y>
  179. <width>991</width>
  180. <height>661</height>
  181. </rect>
  182. </property>
  183. </widget>
  184. </widget>
  185. <widget class="QWidget" name="EWI_tab">
  186. <attribute name="title">
  187. <string>EWI Patch Set</string>
  188. </attribute>
  189. <widget class="QWidget" name="patchSet_widget" native="true">
  190. <property name="geometry">
  191. <rect>
  192. <x>0</x>
  193. <y>0</y>
  194. <width>1001</width>
  195. <height>611</height>
  196. </rect>
  197. </property>
  198. </widget>
  199. </widget>
  200. <widget class="QWidget" name="patch_tab">
  201. <attribute name="title">
  202. <string>Current Patch</string>
  203. </attribute>
  204. <widget class="QGroupBox" name="groupBox">
  205. <property name="geometry">
  206. <rect>
  207. <x>0</x>
  208. <y>30</y>
  209. <width>491</width>
  210. <height>151</height>
  211. </rect>
  212. </property>
  213. <property name="title">
  214. <string>Oscillator 1</string>
  215. </property>
  216. <widget class="QDial" name="osc1_beat_dial">
  217. <property name="geometry">
  218. <rect>
  219. <x>80</x>
  220. <y>90</y>
  221. <width>40</width>
  222. <height>40</height>
  223. </rect>
  224. </property>
  225. <property name="palette">
  226. <palette>
  227. <active>
  228. <colorrole role="Button">
  229. <brush brushstyle="SolidPattern">
  230. <color alpha="255">
  231. <red>0</red>
  232. <green>0</green>
  233. <blue>0</blue>
  234. </color>
  235. </brush>
  236. </colorrole>
  237. </active>
  238. <inactive>
  239. <colorrole role="Button">
  240. <brush brushstyle="SolidPattern">
  241. <color alpha="255">
  242. <red>0</red>
  243. <green>0</green>
  244. <blue>0</blue>
  245. </color>
  246. </brush>
  247. </colorrole>
  248. </inactive>
  249. <disabled>
  250. <colorrole role="Button">
  251. <brush brushstyle="SolidPattern">
  252. <color alpha="255">
  253. <red>0</red>
  254. <green>0</green>
  255. <blue>0</blue>
  256. </color>
  257. </brush>
  258. </colorrole>
  259. </disabled>
  260. </palette>
  261. </property>
  262. <property name="maximum">
  263. <number>127</number>
  264. </property>
  265. <property name="value">
  266. <number>0</number>
  267. </property>
  268. <property name="sliderPosition">
  269. <number>0</number>
  270. </property>
  271. <property name="notchTarget">
  272. <double>12.800000000000001</double>
  273. </property>
  274. <property name="notchesVisible">
  275. <bool>true</bool>
  276. </property>
  277. </widget>
  278. <widget class="QDial" name="osc1_fine_dial">
  279. <property name="geometry">
  280. <rect>
  281. <x>80</x>
  282. <y>30</y>
  283. <width>40</width>
  284. <height>40</height>
  285. </rect>
  286. </property>
  287. <property name="palette">
  288. <palette>
  289. <active>
  290. <colorrole role="Button">
  291. <brush brushstyle="SolidPattern">
  292. <color alpha="255">
  293. <red>0</red>
  294. <green>0</green>
  295. <blue>0</blue>
  296. </color>
  297. </brush>
  298. </colorrole>
  299. </active>
  300. <inactive>
  301. <colorrole role="Button">
  302. <brush brushstyle="SolidPattern">
  303. <color alpha="255">
  304. <red>0</red>
  305. <green>0</green>
  306. <blue>0</blue>
  307. </color>
  308. </brush>
  309. </colorrole>
  310. </inactive>
  311. <disabled>
  312. <colorrole role="Button">
  313. <brush brushstyle="SolidPattern">
  314. <color alpha="255">
  315. <red>0</red>
  316. <green>0</green>
  317. <blue>0</blue>
  318. </color>
  319. </brush>
  320. </colorrole>
  321. </disabled>
  322. </palette>
  323. </property>
  324. <property name="minimum">
  325. <number>14</number>
  326. </property>
  327. <property name="maximum">
  328. <number>114</number>
  329. </property>
  330. <property name="value">
  331. <number>14</number>
  332. </property>
  333. <property name="sliderPosition">
  334. <number>14</number>
  335. </property>
  336. <property name="notchTarget">
  337. <double>12.800000000000001</double>
  338. </property>
  339. <property name="notchesVisible">
  340. <bool>true</bool>
  341. </property>
  342. </widget>
  343. <widget class="QSlider" name="osc1_saw_verticalSlider">
  344. <property name="geometry">
  345. <rect>
  346. <x>120</x>
  347. <y>30</y>
  348. <width>21</width>
  349. <height>111</height>
  350. </rect>
  351. </property>
  352. <property name="maximum">
  353. <number>127</number>
  354. </property>
  355. <property name="pageStep">
  356. <number>8</number>
  357. </property>
  358. <property name="orientation">
  359. <enum>Qt::Vertical</enum>
  360. </property>
  361. <property name="tickPosition">
  362. <enum>QSlider::TicksBothSides</enum>
  363. </property>
  364. <property name="tickInterval">
  365. <number>13</number>
  366. </property>
  367. </widget>
  368. <widget class="QSlider" name="osc1_sqr_verticalSlider">
  369. <property name="geometry">
  370. <rect>
  371. <x>160</x>
  372. <y>30</y>
  373. <width>21</width>
  374. <height>111</height>
  375. </rect>
  376. </property>
  377. <property name="maximum">
  378. <number>127</number>
  379. </property>
  380. <property name="orientation">
  381. <enum>Qt::Vertical</enum>
  382. </property>
  383. <property name="tickPosition">
  384. <enum>QSlider::TicksBothSides</enum>
  385. </property>
  386. <property name="tickInterval">
  387. <number>13</number>
  388. </property>
  389. </widget>
  390. <widget class="QSlider" name="osc1_tri_verticalSlider">
  391. <property name="geometry">
  392. <rect>
  393. <x>140</x>
  394. <y>30</y>
  395. <width>21</width>
  396. <height>111</height>
  397. </rect>
  398. </property>
  399. <property name="maximum">
  400. <number>127</number>
  401. </property>
  402. <property name="orientation">
  403. <enum>Qt::Vertical</enum>
  404. </property>
  405. <property name="tickPosition">
  406. <enum>QSlider::TicksBothSides</enum>
  407. </property>
  408. <property name="tickInterval">
  409. <number>13</number>
  410. </property>
  411. </widget>
  412. <widget class="QGroupBox" name="groupBox_2">
  413. <property name="geometry">
  414. <rect>
  415. <x>350</x>
  416. <y>10</y>
  417. <width>111</width>
  418. <height>141</height>
  419. </rect>
  420. </property>
  421. <property name="title">
  422. <string>Breath</string>
  423. </property>
  424. <property name="alignment">
  425. <set>Qt::AlignHCenter</set>
  426. </property>
  427. <property name="flat">
  428. <bool>true</bool>
  429. </property>
  430. <widget class="QDial" name="dial_10">
  431. <property name="geometry">
  432. <rect>
  433. <x>260</x>
  434. <y>30</y>
  435. <width>50</width>
  436. <height>50</height>
  437. </rect>
  438. </property>
  439. <property name="sliderPosition">
  440. <number>50</number>
  441. </property>
  442. </widget>
  443. <widget class="QDial" name="osc1_breathAttain_dial">
  444. <property name="geometry">
  445. <rect>
  446. <x>10</x>
  447. <y>30</y>
  448. <width>40</width>
  449. <height>40</height>
  450. </rect>
  451. </property>
  452. <property name="palette">
  453. <palette>
  454. <active>
  455. <colorrole role="Button">
  456. <brush brushstyle="SolidPattern">
  457. <color alpha="255">
  458. <red>0</red>
  459. <green>0</green>
  460. <blue>0</blue>
  461. </color>
  462. </brush>
  463. </colorrole>
  464. </active>
  465. <inactive>
  466. <colorrole role="Button">
  467. <brush brushstyle="SolidPattern">
  468. <color alpha="255">
  469. <red>0</red>
  470. <green>0</green>
  471. <blue>0</blue>
  472. </color>
  473. </brush>
  474. </colorrole>
  475. </inactive>
  476. <disabled>
  477. <colorrole role="Button">
  478. <brush brushstyle="SolidPattern">
  479. <color alpha="255">
  480. <red>0</red>
  481. <green>0</green>
  482. <blue>0</blue>
  483. </color>
  484. </brush>
  485. </colorrole>
  486. </disabled>
  487. </palette>
  488. </property>
  489. <property name="maximum">
  490. <number>127</number>
  491. </property>
  492. <property name="value">
  493. <number>0</number>
  494. </property>
  495. <property name="sliderPosition">
  496. <number>0</number>
  497. </property>
  498. <property name="notchTarget">
  499. <double>12.800000000000001</double>
  500. </property>
  501. <property name="notchesVisible">
  502. <bool>true</bool>
  503. </property>
  504. </widget>
  505. <widget class="QDial" name="osc1_breathThresh_dial">
  506. <property name="geometry">
  507. <rect>
  508. <x>60</x>
  509. <y>30</y>
  510. <width>40</width>
  511. <height>40</height>
  512. </rect>
  513. </property>
  514. <property name="palette">
  515. <palette>
  516. <active>
  517. <colorrole role="Button">
  518. <brush brushstyle="SolidPattern">
  519. <color alpha="255">
  520. <red>0</red>
  521. <green>0</green>
  522. <blue>0</blue>
  523. </color>
  524. </brush>
  525. </colorrole>
  526. </active>
  527. <inactive>
  528. <colorrole role="Button">
  529. <brush brushstyle="SolidPattern">
  530. <color alpha="255">
  531. <red>0</red>
  532. <green>0</green>
  533. <blue>0</blue>
  534. </color>
  535. </brush>
  536. </colorrole>
  537. </inactive>
  538. <disabled>
  539. <colorrole role="Button">
  540. <brush brushstyle="SolidPattern">
  541. <color alpha="255">
  542. <red>0</red>
  543. <green>0</green>
  544. <blue>0</blue>
  545. </color>
  546. </brush>
  547. </colorrole>
  548. </disabled>
  549. </palette>
  550. </property>
  551. <property name="maximum">
  552. <number>127</number>
  553. </property>
  554. <property name="value">
  555. <number>0</number>
  556. </property>
  557. <property name="sliderPosition">
  558. <number>0</number>
  559. </property>
  560. <property name="notchTarget">
  561. <double>12.800000000000001</double>
  562. </property>
  563. <property name="notchesVisible">
  564. <bool>true</bool>
  565. </property>
  566. </widget>
  567. <widget class="QDial" name="osc1_breathDepth_dial">
  568. <property name="geometry">
  569. <rect>
  570. <x>10</x>
  571. <y>90</y>
  572. <width>40</width>
  573. <height>40</height>
  574. </rect>
  575. </property>
  576. <property name="palette">
  577. <palette>
  578. <active>
  579. <colorrole role="Button">
  580. <brush brushstyle="SolidPattern">
  581. <color alpha="255">
  582. <red>0</red>
  583. <green>0</green>
  584. <blue>0</blue>
  585. </color>
  586. </brush>
  587. </colorrole>
  588. </active>
  589. <inactive>
  590. <colorrole role="Button">
  591. <brush brushstyle="SolidPattern">
  592. <color alpha="255">
  593. <red>0</red>
  594. <green>0</green>
  595. <blue>0</blue>
  596. </color>
  597. </brush>
  598. </colorrole>
  599. </inactive>
  600. <disabled>
  601. <colorrole role="Button">
  602. <brush brushstyle="SolidPattern">
  603. <color alpha="255">
  604. <red>0</red>
  605. <green>0</green>
  606. <blue>0</blue>
  607. </color>
  608. </brush>
  609. </colorrole>
  610. </disabled>
  611. </palette>
  612. </property>
  613. <property name="maximum">
  614. <number>127</number>
  615. </property>
  616. <property name="value">
  617. <number>0</number>
  618. </property>
  619. <property name="sliderPosition">
  620. <number>0</number>
  621. </property>
  622. <property name="notchTarget">
  623. <double>12.800000000000001</double>
  624. </property>
  625. <property name="notchesVisible">
  626. <bool>true</bool>
  627. </property>
  628. </widget>
  629. <widget class="QDial" name="osc1_breathCurve_dial">
  630. <property name="geometry">
  631. <rect>
  632. <x>60</x>
  633. <y>90</y>
  634. <width>40</width>
  635. <height>40</height>
  636. </rect>
  637. </property>
  638. <property name="palette">
  639. <palette>
  640. <active>
  641. <colorrole role="Button">
  642. <brush brushstyle="SolidPattern">
  643. <color alpha="255">
  644. <red>0</red>
  645. <green>0</green>
  646. <blue>0</blue>
  647. </color>
  648. </brush>
  649. </colorrole>
  650. </active>
  651. <inactive>
  652. <colorrole role="Button">
  653. <brush brushstyle="SolidPattern">
  654. <color alpha="255">
  655. <red>0</red>
  656. <green>0</green>
  657. <blue>0</blue>
  658. </color>
  659. </brush>
  660. </colorrole>
  661. </inactive>
  662. <disabled>
  663. <colorrole role="Button">
  664. <brush brushstyle="SolidPattern">
  665. <color alpha="255">
  666. <red>0</red>
  667. <green>0</green>
  668. <blue>0</blue>
  669. </color>
  670. </brush>
  671. </colorrole>
  672. </disabled>
  673. </palette>
  674. </property>
  675. <property name="maximum">
  676. <number>127</number>
  677. </property>
  678. <property name="value">
  679. <number>0</number>
  680. </property>
  681. <property name="sliderPosition">
  682. <number>0</number>
  683. </property>
  684. <property name="notchTarget">
  685. <double>12.800000000000001</double>
  686. </property>
  687. <property name="notchesVisible">
  688. <bool>true</bool>
  689. </property>
  690. </widget>
  691. <widget class="QLabel" name="label_14">
  692. <property name="geometry">
  693. <rect>
  694. <x>10</x>
  695. <y>20</y>
  696. <width>41</width>
  697. <height>20</height>
  698. </rect>
  699. </property>
  700. <property name="font">
  701. <font>
  702. <pointsize>8</pointsize>
  703. </font>
  704. </property>
  705. <property name="text">
  706. <string>Attain</string>
  707. </property>
  708. <property name="alignment">
  709. <set>Qt::AlignCenter</set>
  710. </property>
  711. </widget>
  712. <widget class="QLabel" name="label_17">
  713. <property name="geometry">
  714. <rect>
  715. <x>60</x>
  716. <y>20</y>
  717. <width>41</width>
  718. <height>20</height>
  719. </rect>
  720. </property>
  721. <property name="font">
  722. <font>
  723. <pointsize>8</pointsize>
  724. </font>
  725. </property>
  726. <property name="text">
  727. <string>Thresh</string>
  728. </property>
  729. <property name="alignment">
  730. <set>Qt::AlignCenter</set>
  731. </property>
  732. </widget>
  733. <widget class="QLabel" name="label_16">
  734. <property name="geometry">
  735. <rect>
  736. <x>0</x>
  737. <y>80</y>
  738. <width>61</width>
  739. <height>18</height>
  740. </rect>
  741. </property>
  742. <property name="font">
  743. <font>
  744. <pointsize>8</pointsize>
  745. </font>
  746. </property>
  747. <property name="text">
  748. <string>Depth</string>
  749. </property>
  750. <property name="alignment">
  751. <set>Qt::AlignCenter</set>
  752. </property>
  753. </widget>
  754. <widget class="QLabel" name="label_15">
  755. <property name="geometry">
  756. <rect>
  757. <x>50</x>
  758. <y>80</y>
  759. <width>61</width>
  760. <height>18</height>
  761. </rect>
  762. </property>
  763. <property name="font">
  764. <font>
  765. <pointsize>8</pointsize>
  766. </font>
  767. </property>
  768. <property name="text">
  769. <string>Curve</string>
  770. </property>
  771. <property name="alignment">
  772. <set>Qt::AlignCenter</set>
  773. </property>
  774. </widget>
  775. </widget>
  776. <widget class="QSlider" name="osc1_level_verticalSlider">
  777. <property name="geometry">
  778. <rect>
  779. <x>460</x>
  780. <y>30</y>
  781. <width>20</width>
  782. <height>111</height>
  783. </rect>
  784. </property>
  785. <property name="maximum">
  786. <number>127</number>
  787. </property>
  788. <property name="value">
  789. <number>127</number>
  790. </property>
  791. <property name="orientation">
  792. <enum>Qt::Vertical</enum>
  793. </property>
  794. <property name="tickPosition">
  795. <enum>QSlider::TicksBothSides</enum>
  796. </property>
  797. <property name="tickInterval">
  798. <number>13</number>
  799. </property>
  800. </widget>
  801. <widget class="QLabel" name="label">
  802. <property name="geometry">
  803. <rect>
  804. <x>10</x>
  805. <y>20</y>
  806. <width>57</width>
  807. <height>18</height>
  808. </rect>
  809. </property>
  810. <property name="font">
  811. <font>
  812. <pointsize>8</pointsize>
  813. </font>
  814. </property>
  815. <property name="text">
  816. <string>Octave</string>
  817. </property>
  818. <property name="alignment">
  819. <set>Qt::AlignCenter</set>
  820. </property>
  821. </widget>
  822. <widget class="QComboBox" name="osc1_octave_comboBox">
  823. <property name="geometry">
  824. <rect>
  825. <x>10</x>
  826. <y>40</y>
  827. <width>61</width>
  828. <height>26</height>
  829. </rect>
  830. </property>
  831. <property name="currentIndex">
  832. <number>2</number>
  833. </property>
  834. <item>
  835. <property name="text">
  836. <string>-2</string>
  837. </property>
  838. </item>
  839. <item>
  840. <property name="text">
  841. <string>-1</string>
  842. </property>
  843. </item>
  844. <item>
  845. <property name="text">
  846. <string>0</string>
  847. </property>
  848. </item>
  849. <item>
  850. <property name="text">
  851. <string>+1</string>
  852. </property>
  853. </item>
  854. <item>
  855. <property name="text">
  856. <string>+2</string>
  857. </property>
  858. </item>
  859. </widget>
  860. <widget class="QLabel" name="label_2">
  861. <property name="geometry">
  862. <rect>
  863. <x>10</x>
  864. <y>80</y>
  865. <width>61</width>
  866. <height>18</height>
  867. </rect>
  868. </property>
  869. <property name="font">
  870. <font>
  871. <pointsize>8</pointsize>
  872. </font>
  873. </property>
  874. <property name="text">
  875. <string>Semitone</string>
  876. </property>
  877. <property name="alignment">
  878. <set>Qt::AlignCenter</set>
  879. </property>
  880. </widget>
  881. <widget class="QComboBox" name="osc1_semitone_comboBox">
  882. <property name="geometry">
  883. <rect>
  884. <x>10</x>
  885. <y>100</y>
  886. <width>61</width>
  887. <height>26</height>
  888. </rect>
  889. </property>
  890. <property name="currentIndex">
  891. <number>12</number>
  892. </property>
  893. <item>
  894. <property name="text">
  895. <string>-12</string>
  896. </property>
  897. </item>
  898. <item>
  899. <property name="text">
  900. <string>-11</string>
  901. </property>
  902. </item>
  903. <item>
  904. <property name="text">
  905. <string>-10</string>
  906. </property>
  907. </item>
  908. <item>
  909. <property name="text">
  910. <string>-9</string>
  911. </property>
  912. </item>
  913. <item>
  914. <property name="text">
  915. <string>-8</string>
  916. </property>
  917. </item>
  918. <item>
  919. <property name="text">
  920. <string>-7</string>
  921. </property>
  922. </item>
  923. <item>
  924. <property name="text">
  925. <string>-6</string>
  926. </property>
  927. </item>
  928. <item>
  929. <property name="text">
  930. <string>-5</string>
  931. </property>
  932. </item>
  933. <item>
  934. <property name="text">
  935. <string>-4</string>
  936. </property>
  937. </item>
  938. <item>
  939. <property name="text">
  940. <string>-3</string>
  941. </property>
  942. </item>
  943. <item>
  944. <property name="text">
  945. <string>-2</string>
  946. </property>
  947. </item>
  948. <item>
  949. <property name="text">
  950. <string>-1</string>
  951. </property>
  952. </item>
  953. <item>
  954. <property name="text">
  955. <string>0</string>
  956. </property>
  957. </item>
  958. <item>
  959. <property name="text">
  960. <string>+1</string>
  961. </property>
  962. </item>
  963. <item>
  964. <property name="text">
  965. <string>+2</string>
  966. </property>
  967. </item>
  968. <item>
  969. <property name="text">
  970. <string>+3</string>
  971. </property>
  972. </item>
  973. <item>
  974. <property name="text">
  975. <string>+4</string>
  976. </property>
  977. </item>
  978. <item>
  979. <property name="text">
  980. <string>+5</string>
  981. </property>
  982. </item>
  983. <item>
  984. <property name="text">
  985. <string>+6</string>
  986. </property>
  987. </item>
  988. <item>
  989. <property name="text">
  990. <string>+7</string>
  991. </property>
  992. </item>
  993. <item>
  994. <property name="text">
  995. <string>+8</string>
  996. </property>
  997. </item>
  998. <item>
  999. <property name="text">
  1000. <string>+9</string>
  1001. </property>
  1002. </item>
  1003. <item>
  1004. <property name="text">
  1005. <string>+10</string>
  1006. </property>
  1007. </item>
  1008. <item>
  1009. <property name="text">
  1010. <string>+11</string>
  1011. </property>
  1012. </item>
  1013. <item>
  1014. <property name="text">
  1015. <string>+12</string>
  1016. </property>
  1017. </item>
  1018. </widget>
  1019. <widget class="QLabel" name="label_3">
  1020. <property name="geometry">
  1021. <rect>
  1022. <x>80</x>
  1023. <y>20</y>
  1024. <width>41</width>
  1025. <height>18</height>
  1026. </rect>
  1027. </property>
  1028. <property name="font">
  1029. <font>
  1030. <pointsize>8</pointsize>
  1031. </font>
  1032. </property>
  1033. <property name="text">
  1034. <string>Fine</string>
  1035. </property>
  1036. <property name="alignment">
  1037. <set>Qt::AlignCenter</set>
  1038. </property>
  1039. </widget>
  1040. <widget class="QLabel" name="label_4">
  1041. <property name="geometry">
  1042. <rect>
  1043. <x>80</x>
  1044. <y>80</y>
  1045. <width>41</width>
  1046. <height>18</height>
  1047. </rect>
  1048. </property>
  1049. <property name="font">
  1050. <font>
  1051. <pointsize>8</pointsize>
  1052. </font>
  1053. </property>
  1054. <property name="text">
  1055. <string>Beat</string>
  1056. </property>
  1057. <property name="alignment">
  1058. <set>Qt::AlignCenter</set>
  1059. </property>
  1060. </widget>
  1061. <widget class="QLabel" name="label_5">
  1062. <property name="geometry">
  1063. <rect>
  1064. <x>110</x>
  1065. <y>10</y>
  1066. <width>41</width>
  1067. <height>16</height>
  1068. </rect>
  1069. </property>
  1070. <property name="font">
  1071. <font>
  1072. <pointsize>8</pointsize>
  1073. </font>
  1074. </property>
  1075. <property name="text">
  1076. <string>Saw</string>
  1077. </property>
  1078. <property name="alignment">
  1079. <set>Qt::AlignCenter</set>
  1080. </property>
  1081. </widget>
  1082. <widget class="QLabel" name="label_6">
  1083. <property name="geometry">
  1084. <rect>
  1085. <x>140</x>
  1086. <y>10</y>
  1087. <width>21</width>
  1088. <height>18</height>
  1089. </rect>
  1090. </property>
  1091. <property name="font">
  1092. <font>
  1093. <pointsize>8</pointsize>
  1094. </font>
  1095. </property>
  1096. <property name="text">
  1097. <string>Tri</string>
  1098. </property>
  1099. <property name="alignment">
  1100. <set>Qt::AlignCenter</set>
  1101. </property>
  1102. </widget>
  1103. <widget class="QLabel" name="label_7">
  1104. <property name="geometry">
  1105. <rect>
  1106. <x>150</x>
  1107. <y>10</y>
  1108. <width>41</width>
  1109. <height>18</height>
  1110. </rect>
  1111. </property>
  1112. <property name="font">
  1113. <font>
  1114. <pointsize>8</pointsize>
  1115. </font>
  1116. </property>
  1117. <property name="text">
  1118. <string>Sqr</string>
  1119. </property>
  1120. <property name="alignment">
  1121. <set>Qt::AlignCenter</set>
  1122. </property>
  1123. </widget>
  1124. <widget class="QGroupBox" name="groupBox_3">
  1125. <property name="geometry">
  1126. <rect>
  1127. <x>180</x>
  1128. <y>10</y>
  1129. <width>111</width>
  1130. <height>141</height>
  1131. </rect>
  1132. </property>
  1133. <property name="autoFillBackground">
  1134. <bool>false</bool>
  1135. </property>
  1136. <property name="title">
  1137. <string>PWM</string>
  1138. </property>
  1139. <property name="alignment">
  1140. <set>Qt::AlignHCenter</set>
  1141. </property>
  1142. <property name="flat">
  1143. <bool>true</bool>
  1144. </property>
  1145. <widget class="QLabel" name="label_9">
  1146. <property name="geometry">
  1147. <rect>
  1148. <x>60</x>
  1149. <y>20</y>
  1150. <width>41</width>
  1151. <height>18</height>
  1152. </rect>
  1153. </property>
  1154. <property name="font">
  1155. <font>
  1156. <pointsize>8</pointsize>
  1157. </font>
  1158. </property>
  1159. <property name="text">
  1160. <string>Freq</string>
  1161. </property>
  1162. <property name="alignment">
  1163. <set>Qt::AlignCenter</set>
  1164. </property>
  1165. </widget>
  1166. <widget class="QDial" name="osc1_PWMfreq_dial">
  1167. <property name="geometry">
  1168. <rect>
  1169. <x>60</x>
  1170. <y>30</y>
  1171. <width>40</width>
  1172. <height>40</height>
  1173. </rect>
  1174. </property>
  1175. <property name="palette">
  1176. <palette>
  1177. <active>
  1178. <colorrole role="Button">
  1179. <brush brushstyle="SolidPattern">
  1180. <color alpha="255">
  1181. <red>0</red>
  1182. <green>0</green>
  1183. <blue>0</blue>
  1184. </color>
  1185. </brush>
  1186. </colorrole>
  1187. </active>
  1188. <inactive>
  1189. <colorrole role="Button">
  1190. <brush brushstyle="SolidPattern">
  1191. <color alpha="255">
  1192. <red>0</red>
  1193. <green>0</green>
  1194. <blue>0</blue>
  1195. </color>
  1196. </brush>
  1197. </colorrole>
  1198. </inactive>
  1199. <disabled>
  1200. <colorrole role="Button">
  1201. <brush brushstyle="SolidPattern">
  1202. <color alpha="255">
  1203. <red>0</red>
  1204. <green>0</green>
  1205. <blue>0</blue>
  1206. </color>
  1207. </brush>
  1208. </colorrole>
  1209. </disabled>
  1210. </palette>
  1211. </property>
  1212. <property name="maximum">
  1213. <number>127</number>
  1214. </property>
  1215. <property name="value">
  1216. <number>0</number>
  1217. </property>
  1218. <property name="sliderPosition">
  1219. <number>0</number>
  1220. </property>
  1221. <property name="notchTarget">
  1222. <double>12.800000000000001</double>
  1223. </property>
  1224. <property name="notchesVisible">
  1225. <bool>true</bool>
  1226. </property>
  1227. </widget>
  1228. <widget class="QLabel" name="label_10">
  1229. <property name="geometry">
  1230. <rect>
  1231. <x>60</x>
  1232. <y>80</y>
  1233. <width>41</width>
  1234. <height>18</height>
  1235. </rect>
  1236. </property>
  1237. <property name="font">
  1238. <font>
  1239. <pointsize>8</pointsize>
  1240. </font>
  1241. </property>
  1242. <property name="text">
  1243. <string>Depth</string>
  1244. </property>
  1245. <property name="alignment">
  1246. <set>Qt::AlignCenter</set>
  1247. </property>
  1248. </widget>
  1249. <widget class="QDial" name="osc1_PWMdepth_dial">
  1250. <property name="geometry">
  1251. <rect>
  1252. <x>60</x>
  1253. <y>90</y>
  1254. <width>40</width>
  1255. <height>40</height>
  1256. </rect>
  1257. </property>
  1258. <property name="palette">
  1259. <palette>
  1260. <active>
  1261. <colorrole role="Button">
  1262. <brush brushstyle="SolidPattern">
  1263. <color alpha="255">
  1264. <red>0</red>
  1265. <green>0</green>
  1266. <blue>0</blue>
  1267. </color>
  1268. </brush>
  1269. </colorrole>
  1270. </active>
  1271. <inactive>
  1272. <colorrole role="Button">
  1273. <brush brushstyle="SolidPattern">
  1274. <color alpha="255">
  1275. <red>0</red>
  1276. <green>0</green>
  1277. <blue>0</blue>
  1278. </color>
  1279. </brush>
  1280. </colorrole>
  1281. </inactive>
  1282. <disabled>
  1283. <colorrole role="Button">
  1284. <brush brushstyle="SolidPattern">
  1285. <color alpha="255">
  1286. <red>0</red>
  1287. <green>0</green>
  1288. <blue>0</blue>
  1289. </color>
  1290. </brush>
  1291. </colorrole>
  1292. </disabled>
  1293. </palette>
  1294. </property>
  1295. <property name="maximum">
  1296. <number>127</number>
  1297. </property>
  1298. <property name="value">
  1299. <number>0</number>
  1300. </property>
  1301. <property name="sliderPosition">
  1302. <number>0</number>
  1303. </property>
  1304. <property name="notchTarget">
  1305. <double>12.800000000000001</double>
  1306. </property>
  1307. <property name="notchesVisible">
  1308. <bool>true</bool>
  1309. </property>
  1310. </widget>
  1311. <widget class="QLabel" name="label_8">
  1312. <property name="geometry">
  1313. <rect>
  1314. <x>10</x>
  1315. <y>20</y>
  1316. <width>41</width>
  1317. <height>18</height>
  1318. </rect>
  1319. </property>
  1320. <property name="font">
  1321. <font>
  1322. <pointsize>8</pointsize>
  1323. </font>
  1324. </property>
  1325. <property name="text">
  1326. <string>Width</string>
  1327. </property>
  1328. <property name="alignment">
  1329. <set>Qt::AlignCenter</set>
  1330. </property>
  1331. </widget>
  1332. <widget class="QDial" name="osc1_pulseWidth_dial">
  1333. <property name="geometry">
  1334. <rect>
  1335. <x>10</x>
  1336. <y>30</y>
  1337. <width>40</width>
  1338. <height>40</height>
  1339. </rect>
  1340. </property>
  1341. <property name="palette">
  1342. <palette>
  1343. <active>
  1344. <colorrole role="Button">
  1345. <brush brushstyle="SolidPattern">
  1346. <color alpha="255">
  1347. <red>0</red>
  1348. <green>0</green>
  1349. <blue>0</blue>
  1350. </color>
  1351. </brush>
  1352. </colorrole>
  1353. </active>
  1354. <inactive>
  1355. <colorrole role="Button">
  1356. <brush brushstyle="SolidPattern">
  1357. <color alpha="255">
  1358. <red>0</red>
  1359. <green>0</green>
  1360. <blue>0</blue>
  1361. </color>
  1362. </brush>
  1363. </colorrole>
  1364. </inactive>
  1365. <disabled>
  1366. <colorrole role="Button">
  1367. <brush brushstyle="SolidPattern">
  1368. <color alpha="255">
  1369. <red>0</red>
  1370. <green>0</green>
  1371. <blue>0</blue>
  1372. </color>
  1373. </brush>
  1374. </colorrole>
  1375. </disabled>
  1376. </palette>
  1377. </property>
  1378. <property name="maximum">
  1379. <number>127</number>
  1380. </property>
  1381. <property name="value">
  1382. <number>0</number>
  1383. </property>
  1384. <property name="sliderPosition">
  1385. <number>0</number>
  1386. </property>
  1387. <property name="invertedAppearance">
  1388. <bool>false</bool>
  1389. </property>
  1390. <property name="invertedControls">
  1391. <bool>false</bool>
  1392. </property>
  1393. <property name="notchTarget">
  1394. <double>12.800000000000001</double>
  1395. </property>
  1396. <property name="notchesVisible">
  1397. <bool>true</bool>
  1398. </property>
  1399. </widget>
  1400. </widget>
  1401. <widget class="QGroupBox" name="groupBox_4">
  1402. <property name="geometry">
  1403. <rect>
  1404. <x>290</x>
  1405. <y>10</y>
  1406. <width>61</width>
  1407. <height>141</height>
  1408. </rect>
  1409. </property>
  1410. <property name="title">
  1411. <string>Sweep</string>
  1412. </property>
  1413. <property name="alignment">
  1414. <set>Qt::AlignHCenter</set>
  1415. </property>
  1416. <property name="flat">
  1417. <bool>true</bool>
  1418. </property>
  1419. <widget class="QLabel" name="label_11">
  1420. <property name="geometry">
  1421. <rect>
  1422. <x>0</x>
  1423. <y>20</y>
  1424. <width>61</width>
  1425. <height>18</height>
  1426. </rect>
  1427. </property>
  1428. <property name="font">
  1429. <font>
  1430. <pointsize>8</pointsize>
  1431. </font>
  1432. </property>
  1433. <property name="text">
  1434. <string>Time</string>
  1435. </property>
  1436. <property name="alignment">
  1437. <set>Qt::AlignCenter</set>
  1438. </property>
  1439. </widget>
  1440. <widget class="QDial" name="osc1_sweepTime_dial">
  1441. <property name="geometry">
  1442. <rect>
  1443. <x>10</x>
  1444. <y>30</y>
  1445. <width>40</width>
  1446. <height>40</height>
  1447. </rect>
  1448. </property>
  1449. <property name="palette">
  1450. <palette>
  1451. <active>
  1452. <colorrole role="Button">
  1453. <brush brushstyle="SolidPattern">
  1454. <color alpha="255">
  1455. <red>0</red>
  1456. <green>0</green>
  1457. <blue>0</blue>
  1458. </color>
  1459. </brush>
  1460. </colorrole>
  1461. </active>
  1462. <inactive>
  1463. <colorrole role="Button">
  1464. <brush brushstyle="SolidPattern">
  1465. <color alpha="255">
  1466. <red>0</red>
  1467. <green>0</green>
  1468. <blue>0</blue>
  1469. </color>
  1470. </brush>
  1471. </colorrole>
  1472. </inactive>
  1473. <disabled>
  1474. <colorrole role="Button">
  1475. <brush brushstyle="SolidPattern">
  1476. <color alpha="255">
  1477. <red>0</red>
  1478. <green>0</green>
  1479. <blue>0</blue>
  1480. </color>
  1481. </brush>
  1482. </colorrole>
  1483. </disabled>
  1484. </palette>
  1485. </property>
  1486. <property name="maximum">
  1487. <number>127</number>
  1488. </property>
  1489. <property name="value">
  1490. <number>0</number>
  1491. </property>
  1492. <property name="sliderPosition">
  1493. <number>0</number>
  1494. </property>
  1495. <property name="notchTarget">
  1496. <double>12.800000000000001</double>
  1497. </property>
  1498. <property name="notchesVisible">
  1499. <bool>true</bool>
  1500. </property>
  1501. </widget>
  1502. <widget class="QLabel" name="label_12">
  1503. <property name="geometry">
  1504. <rect>
  1505. <x>0</x>
  1506. <y>80</y>
  1507. <width>61</width>
  1508. <height>18</height>
  1509. </rect>
  1510. </property>
  1511. <property name="font">
  1512. <font>
  1513. <pointsize>8</pointsize>
  1514. </font>
  1515. </property>
  1516. <property name="text">
  1517. <string>Depth</string>
  1518. </property>
  1519. <property name="alignment">
  1520. <set>Qt::AlignCenter</set>
  1521. </property>
  1522. </widget>
  1523. <widget class="QDial" name="osc1_sweepDepth_dial">
  1524. <property name="geometry">
  1525. <rect>
  1526. <x>10</x>
  1527. <y>90</y>
  1528. <width>40</width>
  1529. <height>40</height>
  1530. </rect>
  1531. </property>
  1532. <property name="palette">
  1533. <palette>
  1534. <active>
  1535. <colorrole role="Button">
  1536. <brush brushstyle="SolidPattern">
  1537. <color alpha="255">
  1538. <red>0</red>
  1539. <green>0</green>
  1540. <blue>0</blue>
  1541. </color>
  1542. </brush>
  1543. </colorrole>
  1544. </active>
  1545. <inactive>
  1546. <colorrole role="Button">
  1547. <brush brushstyle="SolidPattern">
  1548. <color alpha="255">
  1549. <red>0</red>
  1550. <green>0</green>
  1551. <blue>0</blue>
  1552. </color>
  1553. </brush>
  1554. </colorrole>
  1555. </inactive>
  1556. <disabled>
  1557. <colorrole role="Button">
  1558. <brush brushstyle="SolidPattern">
  1559. <color alpha="255">
  1560. <red>0</red>
  1561. <green>0</green>
  1562. <blue>0</blue>
  1563. </color>
  1564. </brush>
  1565. </colorrole>
  1566. </disabled>
  1567. </palette>
  1568. </property>
  1569. <property name="maximum">
  1570. <number>127</number>
  1571. </property>
  1572. <property name="value">
  1573. <number>0</number>
  1574. </property>
  1575. <property name="sliderPosition">
  1576. <number>0</number>
  1577. </property>
  1578. <property name="notchTarget">
  1579. <double>12.800000000000001</double>
  1580. </property>
  1581. <property name="notchesVisible">
  1582. <bool>true</bool>
  1583. </property>
  1584. </widget>
  1585. </widget>
  1586. <widget class="QLabel" name="label_13">
  1587. <property name="geometry">
  1588. <rect>
  1589. <x>450</x>
  1590. <y>10</y>
  1591. <width>41</width>
  1592. <height>18</height>
  1593. </rect>
  1594. </property>
  1595. <property name="font">
  1596. <font>
  1597. <pointsize>8</pointsize>
  1598. </font>
  1599. </property>
  1600. <property name="text">
  1601. <string>Vol</string>
  1602. </property>
  1603. <property name="alignment">
  1604. <set>Qt::AlignCenter</set>
  1605. </property>
  1606. </widget>
  1607. </widget>
  1608. <widget class="QGroupBox" name="groupBox_5">
  1609. <property name="geometry">
  1610. <rect>
  1611. <x>150</x>
  1612. <y>180</y>
  1613. <width>421</width>
  1614. <height>141</height>
  1615. </rect>
  1616. </property>
  1617. <property name="title">
  1618. <string>Osc Primary Filter</string>
  1619. </property>
  1620. <widget class="QDial" name="oscfilter1_Q_dial">
  1621. <property name="geometry">
  1622. <rect>
  1623. <x>120</x>
  1624. <y>40</y>
  1625. <width>40</width>
  1626. <height>40</height>
  1627. </rect>
  1628. </property>
  1629. <property name="palette">
  1630. <palette>
  1631. <active>
  1632. <colorrole role="Button">
  1633. <brush brushstyle="SolidPattern">
  1634. <color alpha="255">
  1635. <red>0</red>
  1636. <green>0</green>
  1637. <blue>0</blue>
  1638. </color>
  1639. </brush>
  1640. </colorrole>
  1641. </active>
  1642. <inactive>
  1643. <colorrole role="Button">
  1644. <brush brushstyle="SolidPattern">
  1645. <color alpha="255">
  1646. <red>0</red>
  1647. <green>0</green>
  1648. <blue>0</blue>
  1649. </color>
  1650. </brush>
  1651. </colorrole>
  1652. </inactive>
  1653. <disabled>
  1654. <colorrole role="Button">
  1655. <brush brushstyle="SolidPattern">
  1656. <color alpha="255">
  1657. <red>0</red>
  1658. <green>0</green>
  1659. <blue>0</blue>
  1660. </color>
  1661. </brush>
  1662. </colorrole>
  1663. </disabled>
  1664. </palette>
  1665. </property>
  1666. <property name="minimum">
  1667. <number>5</number>
  1668. </property>
  1669. <property name="maximum">
  1670. <number>127</number>
  1671. </property>
  1672. <property name="value">
  1673. <number>5</number>
  1674. </property>
  1675. <property name="sliderPosition">
  1676. <number>5</number>
  1677. </property>
  1678. <property name="notchTarget">
  1679. <double>12.800000000000001</double>
  1680. </property>
  1681. <property name="notchesVisible">
  1682. <bool>true</bool>
  1683. </property>
  1684. </widget>
  1685. <widget class="QDial" name="oscfilter1_keyFollow_dial">
  1686. <property name="geometry">
  1687. <rect>
  1688. <x>120</x>
  1689. <y>90</y>
  1690. <width>40</width>
  1691. <height>40</height>
  1692. </rect>
  1693. </property>
  1694. <property name="palette">
  1695. <palette>
  1696. <active>
  1697. <colorrole role="Button">
  1698. <brush brushstyle="SolidPattern">
  1699. <color alpha="255">
  1700. <red>0</red>
  1701. <green>0</green>
  1702. <blue>0</blue>
  1703. </color>
  1704. </brush>
  1705. </colorrole>
  1706. </active>
  1707. <inactive>
  1708. <colorrole role="Button">
  1709. <brush brushstyle="SolidPattern">
  1710. <color alpha="255">
  1711. <red>0</red>
  1712. <green>0</green>
  1713. <blue>0</blue>
  1714. </color>
  1715. </brush>
  1716. </colorrole>
  1717. </inactive>
  1718. <disabled>
  1719. <colorrole role="Button">
  1720. <brush brushstyle="SolidPattern">
  1721. <color alpha="255">
  1722. <red>0</red>
  1723. <green>0</green>
  1724. <blue>0</blue>
  1725. </color>
  1726. </brush>
  1727. </colorrole>
  1728. </disabled>
  1729. </palette>
  1730. </property>
  1731. <property name="minimum">
  1732. <number>52</number>
  1733. </property>
  1734. <property name="maximum">
  1735. <number>88</number>
  1736. </property>
  1737. <property name="value">
  1738. <number>64</number>
  1739. </property>
  1740. <property name="notchTarget">
  1741. <double>3.000000000000000</double>
  1742. </property>
  1743. <property name="notchesVisible">
  1744. <bool>true</bool>
  1745. </property>
  1746. </widget>
  1747. <widget class="QSlider" name="oscfilter1_freq_horizontalSlider">
  1748. <property name="geometry">
  1749. <rect>
  1750. <x>10</x>
  1751. <y>110</y>
  1752. <width>101</width>
  1753. <height>20</height>
  1754. </rect>
  1755. </property>
  1756. <property name="maximum">
  1757. <number>127</number>
  1758. </property>
  1759. <property name="pageStep">
  1760. <number>13</number>
  1761. </property>
  1762. <property name="orientation">
  1763. <enum>Qt::Horizontal</enum>
  1764. </property>
  1765. <property name="tickPosition">
  1766. <enum>QSlider::TicksBothSides</enum>
  1767. </property>
  1768. <property name="tickInterval">
  1769. <number>16</number>
  1770. </property>
  1771. </widget>
  1772. <widget class="QGroupBox" name="groupBox_7">
  1773. <property name="geometry">
  1774. <rect>
  1775. <x>240</x>
  1776. <y>10</y>
  1777. <width>111</width>
  1778. <height>141</height>
  1779. </rect>
  1780. </property>
  1781. <property name="title">
  1782. <string>LFO</string>
  1783. </property>
  1784. <property name="alignment">
  1785. <set>Qt::AlignHCenter</set>
  1786. </property>
  1787. <property name="flat">
  1788. <bool>true</bool>
  1789. </property>
  1790. <widget class="QDial" name="oscfilter1_LFOfreq_dial">
  1791. <property name="geometry">
  1792. <rect>
  1793. <x>10</x>
  1794. <y>30</y>
  1795. <width>40</width>
  1796. <height>40</height>
  1797. </rect>
  1798. </property>
  1799. <property name="palette">
  1800. <palette>
  1801. <active>
  1802. <colorrole role="Button">
  1803. <brush brushstyle="SolidPattern">
  1804. <color alpha="255">
  1805. <red>0</red>
  1806. <green>0</green>
  1807. <blue>0</blue>
  1808. </color>
  1809. </brush>
  1810. </colorrole>
  1811. </active>
  1812. <inactive>
  1813. <colorrole role="Button">
  1814. <brush brushstyle="SolidPattern">
  1815. <color alpha="255">
  1816. <red>0</red>
  1817. <green>0</green>
  1818. <blue>0</blue>
  1819. </color>
  1820. </brush>
  1821. </colorrole>
  1822. </inactive>
  1823. <disabled>
  1824. <colorrole role="Button">
  1825. <brush brushstyle="SolidPattern">
  1826. <color alpha="255">
  1827. <red>0</red>
  1828. <green>0</green>
  1829. <blue>0</blue>
  1830. </color>
  1831. </brush>
  1832. </colorrole>
  1833. </disabled>
  1834. </palette>
  1835. </property>
  1836. <property name="maximum">
  1837. <number>127</number>
  1838. </property>
  1839. <property name="notchTarget">
  1840. <double>12.800000000000001</double>
  1841. </property>
  1842. <property name="notchesVisible">
  1843. <bool>true</bool>
  1844. </property>
  1845. </widget>
  1846. <widget class="QDial" name="oscfilter1_LFObreath_dial">
  1847. <property name="geometry">
  1848. <rect>
  1849. <x>60</x>
  1850. <y>30</y>
  1851. <width>40</width>
  1852. <height>40</height>
  1853. </rect>
  1854. </property>
  1855. <property name="palette">
  1856. <palette>
  1857. <active>
  1858. <colorrole role="Button">
  1859. <brush brushstyle="SolidPattern">
  1860. <color alpha="255">
  1861. <red>0</red>
  1862. <green>0</green>
  1863. <blue>0</blue>
  1864. </color>
  1865. </brush>
  1866. </colorrole>
  1867. </active>
  1868. <inactive>
  1869. <colorrole role="Button">
  1870. <brush brushstyle="SolidPattern">
  1871. <color alpha="255">
  1872. <red>0</red>
  1873. <green>0</green>
  1874. <blue>0</blue>
  1875. </color>
  1876. </brush>
  1877. </colorrole>
  1878. </inactive>
  1879. <disabled>
  1880. <colorrole role="Button">
  1881. <brush brushstyle="SolidPattern">
  1882. <color alpha="255">
  1883. <red>0</red>
  1884. <green>0</green>
  1885. <blue>0</blue>
  1886. </color>
  1887. </brush>
  1888. </colorrole>
  1889. </disabled>
  1890. </palette>
  1891. </property>
  1892. <property name="maximum">
  1893. <number>127</number>
  1894. </property>
  1895. <property name="notchTarget">
  1896. <double>12.800000000000001</double>
  1897. </property>
  1898. <property name="notchesVisible">
  1899. <bool>true</bool>
  1900. </property>
  1901. </widget>
  1902. <widget class="QDial" name="oscfilter1_LFOdepth_dial">
  1903. <property name="geometry">
  1904. <rect>
  1905. <x>10</x>
  1906. <y>80</y>
  1907. <width>40</width>
  1908. <height>40</height>
  1909. </rect>
  1910. </property>
  1911. <property name="palette">
  1912. <palette>
  1913. <active>
  1914. <colorrole role="Button">
  1915. <brush brushstyle="SolidPattern">
  1916. <color alpha="255">
  1917. <red>0</red>
  1918. <green>0</green>
  1919. <blue>0</blue>
  1920. </color>
  1921. </brush>
  1922. </colorrole>
  1923. </active>
  1924. <inactive>
  1925. <colorrole role="Button">
  1926. <brush brushstyle="SolidPattern">
  1927. <color alpha="255">
  1928. <red>0</red>
  1929. <green>0</green>
  1930. <blue>0</blue>
  1931. </color>
  1932. </brush>
  1933. </colorrole>
  1934. </inactive>
  1935. <disabled>
  1936. <colorrole role="Button">
  1937. <brush brushstyle="SolidPattern">
  1938. <color alpha="255">
  1939. <red>0</red>
  1940. <green>0</green>
  1941. <blue>0</blue>
  1942. </color>
  1943. </brush>
  1944. </colorrole>
  1945. </disabled>
  1946. </palette>
  1947. </property>
  1948. <property name="maximum">
  1949. <number>127</number>
  1950. </property>
  1951. <property name="notchTarget">
  1952. <double>12.800000000000001</double>
  1953. </property>
  1954. <property name="notchesVisible">
  1955. <bool>true</bool>
  1956. </property>
  1957. </widget>
  1958. <widget class="QDial" name="oscfilter1_LFOthreshold_dial">
  1959. <property name="geometry">
  1960. <rect>
  1961. <x>60</x>
  1962. <y>80</y>
  1963. <width>40</width>
  1964. <height>40</height>
  1965. </rect>
  1966. </property>
  1967. <property name="palette">
  1968. <palette>
  1969. <active>
  1970. <colorrole role="Button">
  1971. <brush brushstyle="SolidPattern">
  1972. <color alpha="255">
  1973. <red>0</red>
  1974. <green>0</green>
  1975. <blue>0</blue>
  1976. </color>
  1977. </brush>
  1978. </colorrole>
  1979. </active>
  1980. <inactive>
  1981. <colorrole role="Button">
  1982. <brush brushstyle="SolidPattern">
  1983. <color alpha="255">
  1984. <red>0</red>
  1985. <green>0</green>
  1986. <blue>0</blue>
  1987. </color>
  1988. </brush>
  1989. </colorrole>
  1990. </inactive>
  1991. <disabled>
  1992. <colorrole role="Button">
  1993. <brush brushstyle="SolidPattern">
  1994. <color alpha="255">
  1995. <red>0</red>
  1996. <green>0</green>
  1997. <blue>0</blue>
  1998. </color>
  1999. </brush>
  2000. </colorrole>
  2001. </disabled>
  2002. </palette>
  2003. </property>
  2004. <property name="maximum">
  2005. <number>127</number>
  2006. </property>
  2007. <property name="notchTarget">
  2008. <double>12.800000000000001</double>
  2009. </property>
  2010. <property name="notchesVisible">
  2011. <bool>true</bool>
  2012. </property>
  2013. </widget>
  2014. <widget class="QLabel" name="label_40">
  2015. <property name="geometry">
  2016. <rect>
  2017. <x>180</x>
  2018. <y>70</y>
  2019. <width>61</width>
  2020. <height>20</height>
  2021. </rect>
  2022. </property>
  2023. <property name="font">
  2024. <font>
  2025. <pointsize>8</pointsize>
  2026. </font>
  2027. </property>
  2028. <property name="text">
  2029. <string>Curve</string>
  2030. </property>
  2031. <property name="alignment">
  2032. <set>Qt::AlignCenter</set>
  2033. </property>
  2034. </widget>
  2035. <widget class="QLabel" name="label_41">
  2036. <property name="geometry">
  2037. <rect>
  2038. <x>0</x>
  2039. <y>20</y>
  2040. <width>61</width>
  2041. <height>16</height>
  2042. </rect>
  2043. </property>
  2044. <property name="font">
  2045. <font>
  2046. <pointsize>8</pointsize>
  2047. </font>
  2048. </property>
  2049. <property name="text">
  2050. <string>Freq</string>
  2051. </property>
  2052. <property name="alignment">
  2053. <set>Qt::AlignCenter</set>
  2054. </property>
  2055. </widget>
  2056. <widget class="QLabel" name="label_42">
  2057. <property name="geometry">
  2058. <rect>
  2059. <x>50</x>
  2060. <y>20</y>
  2061. <width>61</width>
  2062. <height>16</height>
  2063. </rect>
  2064. </property>
  2065. <property name="font">
  2066. <font>
  2067. <pointsize>8</pointsize>
  2068. </font>
  2069. </property>
  2070. <property name="text">
  2071. <string>Breath</string>
  2072. </property>
  2073. <property name="alignment">
  2074. <set>Qt::AlignCenter</set>
  2075. </property>
  2076. </widget>
  2077. <widget class="QLabel" name="label_43">
  2078. <property name="geometry">
  2079. <rect>
  2080. <x>0</x>
  2081. <y>70</y>
  2082. <width>61</width>
  2083. <height>20</height>
  2084. </rect>
  2085. </property>
  2086. <property name="font">
  2087. <font>
  2088. <pointsize>8</pointsize>
  2089. </font>
  2090. </property>
  2091. <property name="text">
  2092. <string>Depth</string>
  2093. </property>
  2094. <property name="alignment">
  2095. <set>Qt::AlignCenter</set>
  2096. </property>
  2097. </widget>
  2098. <widget class="QLabel" name="label_44">
  2099. <property name="geometry">
  2100. <rect>
  2101. <x>50</x>
  2102. <y>70</y>
  2103. <width>61</width>
  2104. <height>20</height>
  2105. </rect>
  2106. </property>
  2107. <property name="font">
  2108. <font>
  2109. <pointsize>8</pointsize>
  2110. </font>
  2111. </property>
  2112. <property name="text">
  2113. <string>Threshold</string>
  2114. </property>
  2115. <property name="alignment">
  2116. <set>Qt::AlignCenter</set>
  2117. </property>
  2118. </widget>
  2119. </widget>
  2120. <widget class="QGroupBox" name="groupBox_8">
  2121. <property name="geometry">
  2122. <rect>
  2123. <x>540</x>
  2124. <y>10</y>
  2125. <width>421</width>
  2126. <height>171</height>
  2127. </rect>
  2128. </property>
  2129. <property name="title">
  2130. <string>Filter 1</string>
  2131. </property>
  2132. <widget class="QGroupBox" name="groupBox_9">
  2133. <property name="geometry">
  2134. <rect>
  2135. <x>10</x>
  2136. <y>20</y>
  2137. <width>101</width>
  2138. <height>131</height>
  2139. </rect>
  2140. </property>
  2141. <property name="title">
  2142. <string>Mode</string>
  2143. </property>
  2144. <widget class="QRadioButton" name="radioButton_6">
  2145. <property name="geometry">
  2146. <rect>
  2147. <x>10</x>
  2148. <y>20</y>
  2149. <width>99</width>
  2150. <height>23</height>
  2151. </rect>
  2152. </property>
  2153. <property name="text">
  2154. <string>Off</string>
  2155. </property>
  2156. </widget>
  2157. <widget class="QRadioButton" name="radioButton_7">
  2158. <property name="geometry">
  2159. <rect>
  2160. <x>10</x>
  2161. <y>40</y>
  2162. <width>99</width>
  2163. <height>23</height>
  2164. </rect>
  2165. </property>
  2166. <property name="text">
  2167. <string>Low Pass</string>
  2168. </property>
  2169. </widget>
  2170. <widget class="QRadioButton" name="radioButton_8">
  2171. <property name="geometry">
  2172. <rect>
  2173. <x>10</x>
  2174. <y>60</y>
  2175. <width>99</width>
  2176. <height>23</height>
  2177. </rect>
  2178. </property>
  2179. <property name="text">
  2180. <string>High Pass</string>
  2181. </property>
  2182. </widget>
  2183. <widget class="QRadioButton" name="radioButton_9">
  2184. <property name="geometry">
  2185. <rect>
  2186. <x>10</x>
  2187. <y>80</y>
  2188. <width>99</width>
  2189. <height>23</height>
  2190. </rect>
  2191. </property>
  2192. <property name="text">
  2193. <string>Band Pass</string>
  2194. </property>
  2195. </widget>
  2196. <widget class="QRadioButton" name="radioButton_10">
  2197. <property name="geometry">
  2198. <rect>
  2199. <x>10</x>
  2200. <y>100</y>
  2201. <width>99</width>
  2202. <height>23</height>
  2203. </rect>
  2204. </property>
  2205. <property name="text">
  2206. <string>Notch</string>
  2207. </property>
  2208. </widget>
  2209. </widget>
  2210. <widget class="QDial" name="dial_39">
  2211. <property name="geometry">
  2212. <rect>
  2213. <x>120</x>
  2214. <y>20</y>
  2215. <width>50</width>
  2216. <height>50</height>
  2217. </rect>
  2218. </property>
  2219. <property name="sliderPosition">
  2220. <number>50</number>
  2221. </property>
  2222. </widget>
  2223. <widget class="QDial" name="dial_40">
  2224. <property name="geometry">
  2225. <rect>
  2226. <x>120</x>
  2227. <y>70</y>
  2228. <width>50</width>
  2229. <height>64</height>
  2230. </rect>
  2231. </property>
  2232. </widget>
  2233. <widget class="QDial" name="dial_41">
  2234. <property name="geometry">
  2235. <rect>
  2236. <x>180</x>
  2237. <y>10</y>
  2238. <width>50</width>
  2239. <height>64</height>
  2240. </rect>
  2241. </property>
  2242. </widget>
  2243. <widget class="QDial" name="dial_42">
  2244. <property name="geometry">
  2245. <rect>
  2246. <x>180</x>
  2247. <y>70</y>
  2248. <width>50</width>
  2249. <height>64</height>
  2250. </rect>
  2251. </property>
  2252. </widget>
  2253. <widget class="QSlider" name="horizontalSlider_2">
  2254. <property name="geometry">
  2255. <rect>
  2256. <x>120</x>
  2257. <y>140</y>
  2258. <width>111</width>
  2259. <height>16</height>
  2260. </rect>
  2261. </property>
  2262. <property name="orientation">
  2263. <enum>Qt::Horizontal</enum>
  2264. </property>
  2265. </widget>
  2266. <widget class="QGroupBox" name="groupBox_10">
  2267. <property name="geometry">
  2268. <rect>
  2269. <x>240</x>
  2270. <y>20</y>
  2271. <width>171</width>
  2272. <height>131</height>
  2273. </rect>
  2274. </property>
  2275. <property name="title">
  2276. <string>LFO</string>
  2277. </property>
  2278. <widget class="QDial" name="dial_43">
  2279. <property name="geometry">
  2280. <rect>
  2281. <x>10</x>
  2282. <y>10</y>
  2283. <width>50</width>
  2284. <height>64</height>
  2285. </rect>
  2286. </property>
  2287. </widget>
  2288. <widget class="QDial" name="dial_44">
  2289. <property name="geometry">
  2290. <rect>
  2291. <x>60</x>
  2292. <y>10</y>
  2293. <width>50</width>
  2294. <height>64</height>
  2295. </rect>
  2296. </property>
  2297. </widget>
  2298. <widget class="QDial" name="dial_45">
  2299. <property name="geometry">
  2300. <rect>
  2301. <x>10</x>
  2302. <y>70</y>
  2303. <width>50</width>
  2304. <height>64</height>
  2305. </rect>
  2306. </property>
  2307. </widget>
  2308. <widget class="QDial" name="dial_46">
  2309. <property name="geometry">
  2310. <rect>
  2311. <x>60</x>
  2312. <y>70</y>
  2313. <width>50</width>
  2314. <height>64</height>
  2315. </rect>
  2316. </property>
  2317. </widget>
  2318. <widget class="QDial" name="dial_47">
  2319. <property name="geometry">
  2320. <rect>
  2321. <x>110</x>
  2322. <y>10</y>
  2323. <width>50</width>
  2324. <height>64</height>
  2325. </rect>
  2326. </property>
  2327. </widget>
  2328. <widget class="QDial" name="dial_48">
  2329. <property name="geometry">
  2330. <rect>
  2331. <x>110</x>
  2332. <y>70</y>
  2333. <width>50</width>
  2334. <height>64</height>
  2335. </rect>
  2336. </property>
  2337. </widget>
  2338. </widget>
  2339. </widget>
  2340. <widget class="QLabel" name="label_35">
  2341. <property name="geometry">
  2342. <rect>
  2343. <x>120</x>
  2344. <y>30</y>
  2345. <width>41</width>
  2346. <height>16</height>
  2347. </rect>
  2348. </property>
  2349. <property name="font">
  2350. <font>
  2351. <pointsize>8</pointsize>
  2352. </font>
  2353. </property>
  2354. <property name="text">
  2355. <string>Q</string>
  2356. </property>
  2357. <property name="alignment">
  2358. <set>Qt::AlignCenter</set>
  2359. </property>
  2360. </widget>
  2361. <widget class="QLabel" name="label_36">
  2362. <property name="geometry">
  2363. <rect>
  2364. <x>110</x>
  2365. <y>80</y>
  2366. <width>61</width>
  2367. <height>18</height>
  2368. </rect>
  2369. </property>
  2370. <property name="font">
  2371. <font>
  2372. <pointsize>8</pointsize>
  2373. </font>
  2374. </property>
  2375. <property name="text">
  2376. <string>Key Follow</string>
  2377. </property>
  2378. <property name="alignment">
  2379. <set>Qt::AlignCenter</set>
  2380. </property>
  2381. </widget>
  2382. <widget class="QLabel" name="label_39">
  2383. <property name="geometry">
  2384. <rect>
  2385. <x>30</x>
  2386. <y>90</y>
  2387. <width>64</width>
  2388. <height>20</height>
  2389. </rect>
  2390. </property>
  2391. <property name="font">
  2392. <font>
  2393. <pointsize>8</pointsize>
  2394. </font>
  2395. </property>
  2396. <property name="text">
  2397. <string>Cutoff Freq</string>
  2398. </property>
  2399. <property name="alignment">
  2400. <set>Qt::AlignCenter</set>
  2401. </property>
  2402. </widget>
  2403. <widget class="QGroupBox" name="groupBox_23">
  2404. <property name="geometry">
  2405. <rect>
  2406. <x>350</x>
  2407. <y>10</y>
  2408. <width>61</width>
  2409. <height>141</height>
  2410. </rect>
  2411. </property>
  2412. <property name="title">
  2413. <string>Sweep</string>
  2414. </property>
  2415. <property name="alignment">
  2416. <set>Qt::AlignHCenter</set>
  2417. </property>
  2418. <property name="flat">
  2419. <bool>true</bool>
  2420. </property>
  2421. <widget class="QLabel" name="label_45">
  2422. <property name="geometry">
  2423. <rect>
  2424. <x>10</x>
  2425. <y>20</y>
  2426. <width>41</width>
  2427. <height>16</height>
  2428. </rect>
  2429. </property>
  2430. <property name="font">
  2431. <font>
  2432. <pointsize>8</pointsize>
  2433. </font>
  2434. </property>
  2435. <property name="text">
  2436. <string>Depth</string>
  2437. </property>
  2438. <property name="alignment">
  2439. <set>Qt::AlignCenter</set>
  2440. </property>
  2441. </widget>
  2442. <widget class="QDial" name="oscfilter1_sweepDepth_dial">
  2443. <property name="geometry">
  2444. <rect>
  2445. <x>10</x>
  2446. <y>30</y>
  2447. <width>40</width>
  2448. <height>40</height>
  2449. </rect>
  2450. </property>
  2451. <property name="palette">
  2452. <palette>
  2453. <active>
  2454. <colorrole role="Button">
  2455. <brush brushstyle="SolidPattern">
  2456. <color alpha="255">
  2457. <red>0</red>
  2458. <green>0</green>
  2459. <blue>0</blue>
  2460. </color>
  2461. </brush>
  2462. </colorrole>
  2463. </active>
  2464. <inactive>
  2465. <colorrole role="Button">
  2466. <brush brushstyle="SolidPattern">
  2467. <color alpha="255">
  2468. <red>0</red>
  2469. <green>0</green>
  2470. <blue>0</blue>
  2471. </color>
  2472. </brush>
  2473. </colorrole>
  2474. </inactive>
  2475. <disabled>
  2476. <colorrole role="Button">
  2477. <brush brushstyle="SolidPattern">
  2478. <color alpha="255">
  2479. <red>0</red>
  2480. <green>0</green>
  2481. <blue>0</blue>
  2482. </color>
  2483. </brush>
  2484. </colorrole>
  2485. </disabled>
  2486. </palette>
  2487. </property>
  2488. <property name="maximum">
  2489. <number>127</number>
  2490. </property>
  2491. <property name="notchTarget">
  2492. <double>12.800000000000001</double>
  2493. </property>
  2494. <property name="notchesVisible">
  2495. <bool>true</bool>
  2496. </property>
  2497. </widget>
  2498. <widget class="QLabel" name="label_46">
  2499. <property name="geometry">
  2500. <rect>
  2501. <x>10</x>
  2502. <y>70</y>
  2503. <width>41</width>
  2504. <height>20</height>
  2505. </rect>
  2506. </property>
  2507. <property name="font">
  2508. <font>
  2509. <pointsize>8</pointsize>
  2510. </font>
  2511. </property>
  2512. <property name="text">
  2513. <string>Time</string>
  2514. </property>
  2515. <property name="alignment">
  2516. <set>Qt::AlignCenter</set>
  2517. </property>
  2518. </widget>
  2519. <widget class="QDial" name="oscfilter1_sweepTime_dial">
  2520. <property name="geometry">
  2521. <rect>
  2522. <x>10</x>
  2523. <y>80</y>
  2524. <width>40</width>
  2525. <height>40</height>
  2526. </rect>
  2527. </property>
  2528. <property name="palette">
  2529. <palette>
  2530. <active>
  2531. <colorrole role="Button">
  2532. <brush brushstyle="SolidPattern">
  2533. <color alpha="255">
  2534. <red>0</red>
  2535. <green>0</green>
  2536. <blue>0</blue>
  2537. </color>
  2538. </brush>
  2539. </colorrole>
  2540. </active>
  2541. <inactive>
  2542. <colorrole role="Button">
  2543. <brush brushstyle="SolidPattern">
  2544. <color alpha="255">
  2545. <red>0</red>
  2546. <green>0</green>
  2547. <blue>0</blue>
  2548. </color>
  2549. </brush>
  2550. </colorrole>
  2551. </inactive>
  2552. <disabled>
  2553. <colorrole role="Button">
  2554. <brush brushstyle="SolidPattern">
  2555. <color alpha="255">
  2556. <red>0</red>
  2557. <green>0</green>
  2558. <blue>0</blue>
  2559. </color>
  2560. </brush>
  2561. </colorrole>
  2562. </disabled>
  2563. </palette>
  2564. </property>
  2565. <property name="maximum">
  2566. <number>127</number>
  2567. </property>
  2568. <property name="notchTarget">
  2569. <double>12.800000000000001</double>
  2570. </property>
  2571. <property name="notchesVisible">
  2572. <bool>true</bool>
  2573. </property>
  2574. </widget>
  2575. </widget>
  2576. <widget class="QComboBox" name="oscfilter1_mode_comboBox">
  2577. <property name="geometry">
  2578. <rect>
  2579. <x>10</x>
  2580. <y>60</y>
  2581. <width>101</width>
  2582. <height>26</height>
  2583. </rect>
  2584. </property>
  2585. <item>
  2586. <property name="text">
  2587. <string>Low Pass</string>
  2588. </property>
  2589. </item>
  2590. <item>
  2591. <property name="text">
  2592. <string>High Pass</string>
  2593. </property>
  2594. </item>
  2595. <item>
  2596. <property name="text">
  2597. <string>Band Pass</string>
  2598. </property>
  2599. </item>
  2600. <item>
  2601. <property name="text">
  2602. <string>Notch</string>
  2603. </property>
  2604. </item>
  2605. <item>
  2606. <property name="text">
  2607. <string>Off</string>
  2608. </property>
  2609. </item>
  2610. </widget>
  2611. <widget class="QComboBox" name="oscFilterLink_comboBox">
  2612. <property name="geometry">
  2613. <rect>
  2614. <x>10</x>
  2615. <y>20</y>
  2616. <width>101</width>
  2617. <height>26</height>
  2618. </rect>
  2619. </property>
  2620. <item>
  2621. <property name="text">
  2622. <string>1-only</string>
  2623. </property>
  2624. </item>
  2625. <item>
  2626. <property name="text">
  2627. <string>Linked</string>
  2628. </property>
  2629. </item>
  2630. <item>
  2631. <property name="text">
  2632. <string>Both</string>
  2633. </property>
  2634. </item>
  2635. </widget>
  2636. <widget class="QGroupBox" name="groupBox_17">
  2637. <property name="geometry">
  2638. <rect>
  2639. <x>170</x>
  2640. <y>10</y>
  2641. <width>80</width>
  2642. <height>121</height>
  2643. </rect>
  2644. </property>
  2645. <property name="title">
  2646. <string>Breath</string>
  2647. </property>
  2648. <property name="alignment">
  2649. <set>Qt::AlignHCenter</set>
  2650. </property>
  2651. <property name="flat">
  2652. <bool>true</bool>
  2653. </property>
  2654. <widget class="QDial" name="oscfilter1_breathCurve_dial">
  2655. <property name="geometry">
  2656. <rect>
  2657. <x>20</x>
  2658. <y>80</y>
  2659. <width>40</width>
  2660. <height>40</height>
  2661. </rect>
  2662. </property>
  2663. <property name="palette">
  2664. <palette>
  2665. <active>
  2666. <colorrole role="Button">
  2667. <brush brushstyle="SolidPattern">
  2668. <color alpha="255">
  2669. <red>0</red>
  2670. <green>0</green>
  2671. <blue>0</blue>
  2672. </color>
  2673. </brush>
  2674. </colorrole>
  2675. </active>
  2676. <inactive>
  2677. <colorrole role="Button">
  2678. <brush brushstyle="SolidPattern">
  2679. <color alpha="255">
  2680. <red>0</red>
  2681. <green>0</green>
  2682. <blue>0</blue>
  2683. </color>
  2684. </brush>
  2685. </colorrole>
  2686. </inactive>
  2687. <disabled>
  2688. <colorrole role="Button">
  2689. <brush brushstyle="SolidPattern">
  2690. <color alpha="255">
  2691. <red>0</red>
  2692. <green>0</green>
  2693. <blue>0</blue>
  2694. </color>
  2695. </brush>
  2696. </colorrole>
  2697. </disabled>
  2698. </palette>
  2699. </property>
  2700. <property name="maximum">
  2701. <number>127</number>
  2702. </property>
  2703. <property name="notchTarget">
  2704. <double>12.800000000000001</double>
  2705. </property>
  2706. <property name="notchesVisible">
  2707. <bool>true</bool>
  2708. </property>
  2709. </widget>
  2710. <widget class="QDial" name="oscfilter1_breathMod_dial">
  2711. <property name="geometry">
  2712. <rect>
  2713. <x>20</x>
  2714. <y>30</y>
  2715. <width>40</width>
  2716. <height>40</height>
  2717. </rect>
  2718. </property>
  2719. <property name="palette">
  2720. <palette>
  2721. <active>
  2722. <colorrole role="Button">
  2723. <brush brushstyle="SolidPattern">
  2724. <color alpha="255">
  2725. <red>0</red>
  2726. <green>0</green>
  2727. <blue>0</blue>
  2728. </color>
  2729. </brush>
  2730. </colorrole>
  2731. </active>
  2732. <inactive>
  2733. <colorrole role="Button">
  2734. <brush brushstyle="SolidPattern">
  2735. <color alpha="255">
  2736. <red>0</red>
  2737. <green>0</green>
  2738. <blue>0</blue>
  2739. </color>
  2740. </brush>
  2741. </colorrole>
  2742. </inactive>
  2743. <disabled>
  2744. <colorrole role="Button">
  2745. <brush brushstyle="SolidPattern">
  2746. <color alpha="255">
  2747. <red>0</red>
  2748. <green>0</green>
  2749. <blue>0</blue>
  2750. </color>
  2751. </brush>
  2752. </colorrole>
  2753. </disabled>
  2754. </palette>
  2755. </property>
  2756. <property name="maximum">
  2757. <number>127</number>
  2758. </property>
  2759. <property name="value">
  2760. <number>0</number>
  2761. </property>
  2762. <property name="sliderPosition">
  2763. <number>0</number>
  2764. </property>
  2765. <property name="notchTarget">
  2766. <double>12.800000000000001</double>
  2767. </property>
  2768. <property name="notchesVisible">
  2769. <bool>true</bool>
  2770. </property>
  2771. </widget>
  2772. <widget class="QLabel" name="label_38">
  2773. <property name="geometry">
  2774. <rect>
  2775. <x>10</x>
  2776. <y>70</y>
  2777. <width>61</width>
  2778. <height>20</height>
  2779. </rect>
  2780. </property>
  2781. <property name="font">
  2782. <font>
  2783. <pointsize>8</pointsize>
  2784. </font>
  2785. </property>
  2786. <property name="text">
  2787. <string>Curve</string>
  2788. </property>
  2789. <property name="alignment">
  2790. <set>Qt::AlignCenter</set>
  2791. </property>
  2792. </widget>
  2793. <widget class="QLabel" name="label_37">
  2794. <property name="geometry">
  2795. <rect>
  2796. <x>0</x>
  2797. <y>20</y>
  2798. <width>81</width>
  2799. <height>16</height>
  2800. </rect>
  2801. </property>
  2802. <property name="font">
  2803. <font>
  2804. <pointsize>8</pointsize>
  2805. </font>
  2806. </property>
  2807. <property name="text">
  2808. <string>Mod</string>
  2809. </property>
  2810. <property name="alignment">
  2811. <set>Qt::AlignCenter</set>
  2812. </property>
  2813. </widget>
  2814. </widget>
  2815. </widget>
  2816. <widget class="QLineEdit" name="patchname_lineEdit">
  2817. <property name="enabled">
  2818. <bool>true</bool>
  2819. </property>
  2820. <property name="geometry">
  2821. <rect>
  2822. <x>390</x>
  2823. <y>0</y>
  2824. <width>271</width>
  2825. <height>27</height>
  2826. </rect>
  2827. </property>
  2828. <property name="cursor">
  2829. <cursorShape>ForbiddenCursor</cursorShape>
  2830. </property>
  2831. <property name="text">
  2832. <string/>
  2833. </property>
  2834. <property name="maxLength">
  2835. <number>32</number>
  2836. </property>
  2837. <property name="alignment">
  2838. <set>Qt::AlignCenter</set>
  2839. </property>
  2840. <property name="readOnly">
  2841. <bool>true</bool>
  2842. </property>
  2843. </widget>
  2844. <widget class="QGroupBox" name="groupBox_35">
  2845. <property name="geometry">
  2846. <rect>
  2847. <x>0</x>
  2848. <y>320</y>
  2849. <width>131</width>
  2850. <height>141</height>
  2851. </rect>
  2852. </property>
  2853. <property name="title">
  2854. <string>Noise</string>
  2855. </property>
  2856. <widget class="QDial" name="noiseTime_dial">
  2857. <property name="geometry">
  2858. <rect>
  2859. <x>10</x>
  2860. <y>30</y>
  2861. <width>40</width>
  2862. <height>40</height>
  2863. </rect>
  2864. </property>
  2865. <property name="palette">
  2866. <palette>
  2867. <active>
  2868. <colorrole role="Button">
  2869. <brush brushstyle="SolidPattern">
  2870. <color alpha="255">
  2871. <red>0</red>
  2872. <green>0</green>
  2873. <blue>0</blue>
  2874. </color>
  2875. </brush>
  2876. </colorrole>
  2877. </active>
  2878. <inactive>
  2879. <colorrole role="Button">
  2880. <brush brushstyle="SolidPattern">
  2881. <color alpha="255">
  2882. <red>0</red>
  2883. <green>0</green>
  2884. <blue>0</blue>
  2885. </color>
  2886. </brush>
  2887. </colorrole>
  2888. </inactive>
  2889. <disabled>
  2890. <colorrole role="Button">
  2891. <brush brushstyle="SolidPattern">
  2892. <color alpha="255">
  2893. <red>0</red>
  2894. <green>0</green>
  2895. <blue>0</blue>
  2896. </color>
  2897. </brush>
  2898. </colorrole>
  2899. </disabled>
  2900. </palette>
  2901. </property>
  2902. <property name="maximum">
  2903. <number>127</number>
  2904. </property>
  2905. <property name="notchTarget">
  2906. <double>12.800000000000001</double>
  2907. </property>
  2908. <property name="notchesVisible">
  2909. <bool>true</bool>
  2910. </property>
  2911. </widget>
  2912. <widget class="QDial" name="noiseBreath_dial">
  2913. <property name="geometry">
  2914. <rect>
  2915. <x>10</x>
  2916. <y>90</y>
  2917. <width>40</width>
  2918. <height>40</height>
  2919. </rect>
  2920. </property>
  2921. <property name="palette">
  2922. <palette>
  2923. <active>
  2924. <colorrole role="Button">
  2925. <brush brushstyle="SolidPattern">
  2926. <color alpha="255">
  2927. <red>0</red>
  2928. <green>0</green>
  2929. <blue>0</blue>
  2930. </color>
  2931. </brush>
  2932. </colorrole>
  2933. </active>
  2934. <inactive>
  2935. <colorrole role="Button">
  2936. <brush brushstyle="SolidPattern">
  2937. <color alpha="255">
  2938. <red>0</red>
  2939. <green>0</green>
  2940. <blue>0</blue>
  2941. </color>
  2942. </brush>
  2943. </colorrole>
  2944. </inactive>
  2945. <disabled>
  2946. <colorrole role="Button">
  2947. <brush brushstyle="SolidPattern">
  2948. <color alpha="255">
  2949. <red>0</red>
  2950. <green>0</green>
  2951. <blue>0</blue>
  2952. </color>
  2953. </brush>
  2954. </colorrole>
  2955. </disabled>
  2956. </palette>
  2957. </property>
  2958. <property name="maximum">
  2959. <number>127</number>
  2960. </property>
  2961. <property name="notchTarget">
  2962. <double>12.800000000000001</double>
  2963. </property>
  2964. <property name="notchesVisible">
  2965. <bool>true</bool>
  2966. </property>
  2967. </widget>
  2968. <widget class="QSlider" name="noiseLevel_verticalSlider">
  2969. <property name="geometry">
  2970. <rect>
  2971. <x>80</x>
  2972. <y>40</y>
  2973. <width>25</width>
  2974. <height>91</height>
  2975. </rect>
  2976. </property>
  2977. <property name="maximum">
  2978. <number>127</number>
  2979. </property>
  2980. <property name="orientation">
  2981. <enum>Qt::Vertical</enum>
  2982. </property>
  2983. <property name="tickPosition">
  2984. <enum>QSlider::TicksBothSides</enum>
  2985. </property>
  2986. <property name="tickInterval">
  2987. <number>13</number>
  2988. </property>
  2989. </widget>
  2990. <widget class="QLabel" name="label_83">
  2991. <property name="geometry">
  2992. <rect>
  2993. <x>0</x>
  2994. <y>20</y>
  2995. <width>61</width>
  2996. <height>16</height>
  2997. </rect>
  2998. </property>
  2999. <property name="font">
  3000. <font>
  3001. <pointsize>8</pointsize>
  3002. </font>
  3003. </property>
  3004. <property name="text">
  3005. <string>Time</string>
  3006. </property>
  3007. <property name="alignment">
  3008. <set>Qt::AlignCenter</set>
  3009. </property>
  3010. </widget>
  3011. <widget class="QLabel" name="label_84">
  3012. <property name="geometry">
  3013. <rect>
  3014. <x>0</x>
  3015. <y>80</y>
  3016. <width>61</width>
  3017. <height>16</height>
  3018. </rect>
  3019. </property>
  3020. <property name="font">
  3021. <font>
  3022. <pointsize>8</pointsize>
  3023. </font>
  3024. </property>
  3025. <property name="text">
  3026. <string>Breath</string>
  3027. </property>
  3028. <property name="alignment">
  3029. <set>Qt::AlignCenter</set>
  3030. </property>
  3031. </widget>
  3032. <widget class="QLabel" name="label_98">
  3033. <property name="geometry">
  3034. <rect>
  3035. <x>70</x>
  3036. <y>20</y>
  3037. <width>41</width>
  3038. <height>16</height>
  3039. </rect>
  3040. </property>
  3041. <property name="font">
  3042. <font>
  3043. <pointsize>8</pointsize>
  3044. </font>
  3045. </property>
  3046. <property name="text">
  3047. <string>Vol</string>
  3048. </property>
  3049. <property name="alignment">
  3050. <set>Qt::AlignCenter</set>
  3051. </property>
  3052. </widget>
  3053. </widget>
  3054. <widget class="QGroupBox" name="groupBox_37">
  3055. <property name="geometry">
  3056. <rect>
  3057. <x>450</x>
  3058. <y>460</y>
  3059. <width>151</width>
  3060. <height>141</height>
  3061. </rect>
  3062. </property>
  3063. <property name="title">
  3064. <string>Reverb</string>
  3065. </property>
  3066. <widget class="QDial" name="dial_131">
  3067. <property name="geometry">
  3068. <rect>
  3069. <x>260</x>
  3070. <y>30</y>
  3071. <width>50</width>
  3072. <height>50</height>
  3073. </rect>
  3074. </property>
  3075. <property name="sliderPosition">
  3076. <number>50</number>
  3077. </property>
  3078. </widget>
  3079. <widget class="QDial" name="reverbDamp_dial">
  3080. <property name="geometry">
  3081. <rect>
  3082. <x>10</x>
  3083. <y>100</y>
  3084. <width>40</width>
  3085. <height>40</height>
  3086. </rect>
  3087. </property>
  3088. <property name="palette">
  3089. <palette>
  3090. <active>
  3091. <colorrole role="Button">
  3092. <brush brushstyle="SolidPattern">
  3093. <color alpha="255">
  3094. <red>0</red>
  3095. <green>0</green>
  3096. <blue>0</blue>
  3097. </color>
  3098. </brush>
  3099. </colorrole>
  3100. </active>
  3101. <inactive>
  3102. <colorrole role="Button">
  3103. <brush brushstyle="SolidPattern">
  3104. <color alpha="255">
  3105. <red>0</red>
  3106. <green>0</green>
  3107. <blue>0</blue>
  3108. </color>
  3109. </brush>
  3110. </colorrole>
  3111. </inactive>
  3112. <disabled>
  3113. <colorrole role="Button">
  3114. <brush brushstyle="SolidPattern">
  3115. <color alpha="255">
  3116. <red>0</red>
  3117. <green>0</green>
  3118. <blue>0</blue>
  3119. </color>
  3120. </brush>
  3121. </colorrole>
  3122. </disabled>
  3123. </palette>
  3124. </property>
  3125. <property name="minimum">
  3126. <number>54</number>
  3127. </property>
  3128. <property name="maximum">
  3129. <number>74</number>
  3130. </property>
  3131. <property name="value">
  3132. <number>64</number>
  3133. </property>
  3134. <property name="sliderPosition">
  3135. <number>64</number>
  3136. </property>
  3137. <property name="notchTarget">
  3138. <double>3.000000000000000</double>
  3139. </property>
  3140. <property name="notchesVisible">
  3141. <bool>true</bool>
  3142. </property>
  3143. </widget>
  3144. <widget class="QLabel" name="label_99">
  3145. <property name="geometry">
  3146. <rect>
  3147. <x>0</x>
  3148. <y>80</y>
  3149. <width>61</width>
  3150. <height>20</height>
  3151. </rect>
  3152. </property>
  3153. <property name="font">
  3154. <font>
  3155. <pointsize>8</pointsize>
  3156. </font>
  3157. </property>
  3158. <property name="text">
  3159. <string>Damping</string>
  3160. </property>
  3161. <property name="alignment">
  3162. <set>Qt::AlignCenter</set>
  3163. </property>
  3164. </widget>
  3165. <widget class="QLabel" name="label_100">
  3166. <property name="geometry">
  3167. <rect>
  3168. <x>0</x>
  3169. <y>20</y>
  3170. <width>61</width>
  3171. <height>16</height>
  3172. </rect>
  3173. </property>
  3174. <property name="font">
  3175. <font>
  3176. <pointsize>8</pointsize>
  3177. </font>
  3178. </property>
  3179. <property name="text">
  3180. <string>Time</string>
  3181. </property>
  3182. <property name="alignment">
  3183. <set>Qt::AlignCenter</set>
  3184. </property>
  3185. </widget>
  3186. <widget class="QLabel" name="label_101">
  3187. <property name="geometry">
  3188. <rect>
  3189. <x>50</x>
  3190. <y>20</y>
  3191. <width>61</width>
  3192. <height>16</height>
  3193. </rect>
  3194. </property>
  3195. <property name="font">
  3196. <font>
  3197. <pointsize>8</pointsize>
  3198. </font>
  3199. </property>
  3200. <property name="text">
  3201. <string>Density</string>
  3202. </property>
  3203. <property name="alignment">
  3204. <set>Qt::AlignCenter</set>
  3205. </property>
  3206. </widget>
  3207. <widget class="QLabel" name="label_102">
  3208. <property name="geometry">
  3209. <rect>
  3210. <x>100</x>
  3211. <y>20</y>
  3212. <width>41</width>
  3213. <height>16</height>
  3214. </rect>
  3215. </property>
  3216. <property name="font">
  3217. <font>
  3218. <pointsize>8</pointsize>
  3219. </font>
  3220. </property>
  3221. <property name="text">
  3222. <string>Vol</string>
  3223. </property>
  3224. <property name="alignment">
  3225. <set>Qt::AlignCenter</set>
  3226. </property>
  3227. </widget>
  3228. <widget class="QDial" name="reverbTime_dial">
  3229. <property name="geometry">
  3230. <rect>
  3231. <x>10</x>
  3232. <y>40</y>
  3233. <width>40</width>
  3234. <height>40</height>
  3235. </rect>
  3236. </property>
  3237. <property name="palette">
  3238. <palette>
  3239. <active>
  3240. <colorrole role="Button">
  3241. <brush brushstyle="SolidPattern">
  3242. <color alpha="255">
  3243. <red>0</red>
  3244. <green>0</green>
  3245. <blue>0</blue>
  3246. </color>
  3247. </brush>
  3248. </colorrole>
  3249. </active>
  3250. <inactive>
  3251. <colorrole role="Button">
  3252. <brush brushstyle="SolidPattern">
  3253. <color alpha="255">
  3254. <red>0</red>
  3255. <green>0</green>
  3256. <blue>0</blue>
  3257. </color>
  3258. </brush>
  3259. </colorrole>
  3260. </inactive>
  3261. <disabled>
  3262. <colorrole role="Button">
  3263. <brush brushstyle="SolidPattern">
  3264. <color alpha="255">
  3265. <red>0</red>
  3266. <green>0</green>
  3267. <blue>0</blue>
  3268. </color>
  3269. </brush>
  3270. </colorrole>
  3271. </disabled>
  3272. </palette>
  3273. </property>
  3274. <property name="maximum">
  3275. <number>127</number>
  3276. </property>
  3277. <property name="value">
  3278. <number>0</number>
  3279. </property>
  3280. <property name="sliderPosition">
  3281. <number>0</number>
  3282. </property>
  3283. <property name="notchTarget">
  3284. <double>12.800000000000001</double>
  3285. </property>
  3286. <property name="notchesVisible">
  3287. <bool>true</bool>
  3288. </property>
  3289. </widget>
  3290. <widget class="QDial" name="reverbDensity_dial">
  3291. <property name="geometry">
  3292. <rect>
  3293. <x>60</x>
  3294. <y>40</y>
  3295. <width>40</width>
  3296. <height>40</height>
  3297. </rect>
  3298. </property>
  3299. <property name="palette">
  3300. <palette>
  3301. <active>
  3302. <colorrole role="Button">
  3303. <brush brushstyle="SolidPattern">
  3304. <color alpha="255">
  3305. <red>0</red>
  3306. <green>0</green>
  3307. <blue>0</blue>
  3308. </color>
  3309. </brush>
  3310. </colorrole>
  3311. </active>
  3312. <inactive>
  3313. <colorrole role="Button">
  3314. <brush brushstyle="SolidPattern">
  3315. <color alpha="255">
  3316. <red>0</red>
  3317. <green>0</green>
  3318. <blue>0</blue>
  3319. </color>
  3320. </brush>
  3321. </colorrole>
  3322. </inactive>
  3323. <disabled>
  3324. <colorrole role="Button">
  3325. <brush brushstyle="SolidPattern">
  3326. <color alpha="255">
  3327. <red>0</red>
  3328. <green>0</green>
  3329. <blue>0</blue>
  3330. </color>
  3331. </brush>
  3332. </colorrole>
  3333. </disabled>
  3334. </palette>
  3335. </property>
  3336. <property name="maximum">
  3337. <number>127</number>
  3338. </property>
  3339. <property name="value">
  3340. <number>0</number>
  3341. </property>
  3342. <property name="sliderPosition">
  3343. <number>0</number>
  3344. </property>
  3345. <property name="notchTarget">
  3346. <double>12.800000000000001</double>
  3347. </property>
  3348. <property name="notchesVisible">
  3349. <bool>true</bool>
  3350. </property>
  3351. </widget>
  3352. <widget class="QSlider" name="reverbLevel_verticalSlider">
  3353. <property name="geometry">
  3354. <rect>
  3355. <x>110</x>
  3356. <y>40</y>
  3357. <width>25</width>
  3358. <height>91</height>
  3359. </rect>
  3360. </property>
  3361. <property name="maximum">
  3362. <number>127</number>
  3363. </property>
  3364. <property name="orientation">
  3365. <enum>Qt::Vertical</enum>
  3366. </property>
  3367. <property name="tickPosition">
  3368. <enum>QSlider::TicksBothSides</enum>
  3369. </property>
  3370. <property name="tickInterval">
  3371. <number>13</number>
  3372. </property>
  3373. </widget>
  3374. <widget class="QDial" name="reverbMix_dial">
  3375. <property name="geometry">
  3376. <rect>
  3377. <x>60</x>
  3378. <y>100</y>
  3379. <width>40</width>
  3380. <height>40</height>
  3381. </rect>
  3382. </property>
  3383. <property name="palette">
  3384. <palette>
  3385. <active>
  3386. <colorrole role="Button">
  3387. <brush brushstyle="SolidPattern">
  3388. <color alpha="255">
  3389. <red>0</red>
  3390. <green>0</green>
  3391. <blue>0</blue>
  3392. </color>
  3393. </brush>
  3394. </colorrole>
  3395. </active>
  3396. <inactive>
  3397. <colorrole role="Button">
  3398. <brush brushstyle="SolidPattern">
  3399. <color alpha="255">
  3400. <red>0</red>
  3401. <green>0</green>
  3402. <blue>0</blue>
  3403. </color>
  3404. </brush>
  3405. </colorrole>
  3406. </inactive>
  3407. <disabled>
  3408. <colorrole role="Button">
  3409. <brush brushstyle="SolidPattern">
  3410. <color alpha="255">
  3411. <red>0</red>
  3412. <green>0</green>
  3413. <blue>0</blue>
  3414. </color>
  3415. </brush>
  3416. </colorrole>
  3417. </disabled>
  3418. </palette>
  3419. </property>
  3420. <property name="maximum">
  3421. <number>127</number>
  3422. </property>
  3423. <property name="value">
  3424. <number>0</number>
  3425. </property>
  3426. <property name="sliderPosition">
  3427. <number>0</number>
  3428. </property>
  3429. <property name="notchTarget">
  3430. <double>12.800000000000001</double>
  3431. </property>
  3432. <property name="notchesVisible">
  3433. <bool>true</bool>
  3434. </property>
  3435. </widget>
  3436. <widget class="QLabel" name="label_114">
  3437. <property name="geometry">
  3438. <rect>
  3439. <x>60</x>
  3440. <y>80</y>
  3441. <width>41</width>
  3442. <height>21</height>
  3443. </rect>
  3444. </property>
  3445. <property name="font">
  3446. <font>
  3447. <pointsize>8</pointsize>
  3448. </font>
  3449. </property>
  3450. <property name="text">
  3451. <string>Dry</string>
  3452. </property>
  3453. <property name="alignment">
  3454. <set>Qt::AlignCenter</set>
  3455. </property>
  3456. </widget>
  3457. </widget>
  3458. <widget class="QGroupBox" name="groupBox_38">
  3459. <property name="geometry">
  3460. <rect>
  3461. <x>290</x>
  3462. <y>460</y>
  3463. <width>151</width>
  3464. <height>141</height>
  3465. </rect>
  3466. </property>
  3467. <property name="title">
  3468. <string>Delay</string>
  3469. </property>
  3470. <widget class="QDial" name="dial_136">
  3471. <property name="geometry">
  3472. <rect>
  3473. <x>260</x>
  3474. <y>30</y>
  3475. <width>50</width>
  3476. <height>50</height>
  3477. </rect>
  3478. </property>
  3479. <property name="sliderPosition">
  3480. <number>50</number>
  3481. </property>
  3482. </widget>
  3483. <widget class="QDial" name="delayTime_dial">
  3484. <property name="geometry">
  3485. <rect>
  3486. <x>10</x>
  3487. <y>40</y>
  3488. <width>40</width>
  3489. <height>40</height>
  3490. </rect>
  3491. </property>
  3492. <property name="palette">
  3493. <palette>
  3494. <active>
  3495. <colorrole role="Button">
  3496. <brush brushstyle="SolidPattern">
  3497. <color alpha="255">
  3498. <red>0</red>
  3499. <green>0</green>
  3500. <blue>0</blue>
  3501. </color>
  3502. </brush>
  3503. </colorrole>
  3504. </active>
  3505. <inactive>
  3506. <colorrole role="Button">
  3507. <brush brushstyle="SolidPattern">
  3508. <color alpha="255">
  3509. <red>0</red>
  3510. <green>0</green>
  3511. <blue>0</blue>
  3512. </color>
  3513. </brush>
  3514. </colorrole>
  3515. </inactive>
  3516. <disabled>
  3517. <colorrole role="Button">
  3518. <brush brushstyle="SolidPattern">
  3519. <color alpha="255">
  3520. <red>0</red>
  3521. <green>0</green>
  3522. <blue>0</blue>
  3523. </color>
  3524. </brush>
  3525. </colorrole>
  3526. </disabled>
  3527. </palette>
  3528. </property>
  3529. <property name="maximum">
  3530. <number>127</number>
  3531. </property>
  3532. <property name="value">
  3533. <number>0</number>
  3534. </property>
  3535. <property name="sliderPosition">
  3536. <number>0</number>
  3537. </property>
  3538. <property name="notchTarget">
  3539. <double>12.800000000000001</double>
  3540. </property>
  3541. <property name="notchesVisible">
  3542. <bool>true</bool>
  3543. </property>
  3544. </widget>
  3545. <widget class="QDial" name="delayFeedback_dial">
  3546. <property name="geometry">
  3547. <rect>
  3548. <x>60</x>
  3549. <y>40</y>
  3550. <width>40</width>
  3551. <height>40</height>
  3552. </rect>
  3553. </property>
  3554. <property name="palette">
  3555. <palette>
  3556. <active>
  3557. <colorrole role="Button">
  3558. <brush brushstyle="SolidPattern">
  3559. <color alpha="255">
  3560. <red>0</red>
  3561. <green>0</green>
  3562. <blue>0</blue>
  3563. </color>
  3564. </brush>
  3565. </colorrole>
  3566. </active>
  3567. <inactive>
  3568. <colorrole role="Button">
  3569. <brush brushstyle="SolidPattern">
  3570. <color alpha="255">
  3571. <red>0</red>
  3572. <green>0</green>
  3573. <blue>0</blue>
  3574. </color>
  3575. </brush>
  3576. </colorrole>
  3577. </inactive>
  3578. <disabled>
  3579. <colorrole role="Button">
  3580. <brush brushstyle="SolidPattern">
  3581. <color alpha="255">
  3582. <red>0</red>
  3583. <green>0</green>
  3584. <blue>0</blue>
  3585. </color>
  3586. </brush>
  3587. </colorrole>
  3588. </disabled>
  3589. </palette>
  3590. </property>
  3591. <property name="maximum">
  3592. <number>127</number>
  3593. </property>
  3594. <property name="value">
  3595. <number>0</number>
  3596. </property>
  3597. <property name="sliderPosition">
  3598. <number>0</number>
  3599. </property>
  3600. <property name="notchTarget">
  3601. <double>12.800000000000001</double>
  3602. </property>
  3603. <property name="notchesVisible">
  3604. <bool>true</bool>
  3605. </property>
  3606. </widget>
  3607. <widget class="QDial" name="delayDamp_dial">
  3608. <property name="geometry">
  3609. <rect>
  3610. <x>10</x>
  3611. <y>100</y>
  3612. <width>40</width>
  3613. <height>40</height>
  3614. </rect>
  3615. </property>
  3616. <property name="palette">
  3617. <palette>
  3618. <active>
  3619. <colorrole role="Button">
  3620. <brush brushstyle="SolidPattern">
  3621. <color alpha="255">
  3622. <red>0</red>
  3623. <green>0</green>
  3624. <blue>0</blue>
  3625. </color>
  3626. </brush>
  3627. </colorrole>
  3628. </active>
  3629. <inactive>
  3630. <colorrole role="Button">
  3631. <brush brushstyle="SolidPattern">
  3632. <color alpha="255">
  3633. <red>0</red>
  3634. <green>0</green>
  3635. <blue>0</blue>
  3636. </color>
  3637. </brush>
  3638. </colorrole>
  3639. </inactive>
  3640. <disabled>
  3641. <colorrole role="Button">
  3642. <brush brushstyle="SolidPattern">
  3643. <color alpha="255">
  3644. <red>0</red>
  3645. <green>0</green>
  3646. <blue>0</blue>
  3647. </color>
  3648. </brush>
  3649. </colorrole>
  3650. </disabled>
  3651. </palette>
  3652. </property>
  3653. <property name="minimum">
  3654. <number>0</number>
  3655. </property>
  3656. <property name="maximum">
  3657. <number>127</number>
  3658. </property>
  3659. <property name="value">
  3660. <number>0</number>
  3661. </property>
  3662. <property name="sliderPosition">
  3663. <number>0</number>
  3664. </property>
  3665. <property name="notchTarget">
  3666. <double>16.000000000000000</double>
  3667. </property>
  3668. <property name="notchesVisible">
  3669. <bool>true</bool>
  3670. </property>
  3671. </widget>
  3672. <widget class="QSlider" name="delayLevel_verticalSlider">
  3673. <property name="geometry">
  3674. <rect>
  3675. <x>110</x>
  3676. <y>40</y>
  3677. <width>25</width>
  3678. <height>91</height>
  3679. </rect>
  3680. </property>
  3681. <property name="maximum">
  3682. <number>127</number>
  3683. </property>
  3684. <property name="orientation">
  3685. <enum>Qt::Vertical</enum>
  3686. </property>
  3687. <property name="tickPosition">
  3688. <enum>QSlider::TicksBothSides</enum>
  3689. </property>
  3690. <property name="tickInterval">
  3691. <number>13</number>
  3692. </property>
  3693. </widget>
  3694. <widget class="QLabel" name="label_95">
  3695. <property name="geometry">
  3696. <rect>
  3697. <x>50</x>
  3698. <y>20</y>
  3699. <width>61</width>
  3700. <height>16</height>
  3701. </rect>
  3702. </property>
  3703. <property name="font">
  3704. <font>
  3705. <pointsize>8</pointsize>
  3706. </font>
  3707. </property>
  3708. <property name="text">
  3709. <string>Feedback</string>
  3710. </property>
  3711. <property name="alignment">
  3712. <set>Qt::AlignCenter</set>
  3713. </property>
  3714. </widget>
  3715. <widget class="QLabel" name="label_96">
  3716. <property name="geometry">
  3717. <rect>
  3718. <x>0</x>
  3719. <y>20</y>
  3720. <width>61</width>
  3721. <height>16</height>
  3722. </rect>
  3723. </property>
  3724. <property name="font">
  3725. <font>
  3726. <pointsize>8</pointsize>
  3727. </font>
  3728. </property>
  3729. <property name="text">
  3730. <string>Time</string>
  3731. </property>
  3732. <property name="alignment">
  3733. <set>Qt::AlignCenter</set>
  3734. </property>
  3735. </widget>
  3736. <widget class="QLabel" name="label_97">
  3737. <property name="geometry">
  3738. <rect>
  3739. <x>0</x>
  3740. <y>80</y>
  3741. <width>61</width>
  3742. <height>20</height>
  3743. </rect>
  3744. </property>
  3745. <property name="font">
  3746. <font>
  3747. <pointsize>8</pointsize>
  3748. </font>
  3749. </property>
  3750. <property name="text">
  3751. <string>Damping</string>
  3752. </property>
  3753. <property name="alignment">
  3754. <set>Qt::AlignCenter</set>
  3755. </property>
  3756. </widget>
  3757. <widget class="QLabel" name="label_94">
  3758. <property name="geometry">
  3759. <rect>
  3760. <x>100</x>
  3761. <y>20</y>
  3762. <width>41</width>
  3763. <height>16</height>
  3764. </rect>
  3765. </property>
  3766. <property name="font">
  3767. <font>
  3768. <pointsize>8</pointsize>
  3769. </font>
  3770. </property>
  3771. <property name="text">
  3772. <string>Vol</string>
  3773. </property>
  3774. <property name="alignment">
  3775. <set>Qt::AlignCenter</set>
  3776. </property>
  3777. </widget>
  3778. <widget class="QDial" name="delayMix_dial">
  3779. <property name="geometry">
  3780. <rect>
  3781. <x>60</x>
  3782. <y>100</y>
  3783. <width>40</width>
  3784. <height>40</height>
  3785. </rect>
  3786. </property>
  3787. <property name="palette">
  3788. <palette>
  3789. <active>
  3790. <colorrole role="Button">
  3791. <brush brushstyle="SolidPattern">
  3792. <color alpha="255">
  3793. <red>0</red>
  3794. <green>0</green>
  3795. <blue>0</blue>
  3796. </color>
  3797. </brush>
  3798. </colorrole>
  3799. </active>
  3800. <inactive>
  3801. <colorrole role="Button">
  3802. <brush brushstyle="SolidPattern">
  3803. <color alpha="255">
  3804. <red>0</red>
  3805. <green>0</green>
  3806. <blue>0</blue>
  3807. </color>
  3808. </brush>
  3809. </colorrole>
  3810. </inactive>
  3811. <disabled>
  3812. <colorrole role="Button">
  3813. <brush brushstyle="SolidPattern">
  3814. <color alpha="255">
  3815. <red>0</red>
  3816. <green>0</green>
  3817. <blue>0</blue>
  3818. </color>
  3819. </brush>
  3820. </colorrole>
  3821. </disabled>
  3822. </palette>
  3823. </property>
  3824. <property name="maximum">
  3825. <number>127</number>
  3826. </property>
  3827. <property name="value">
  3828. <number>0</number>
  3829. </property>
  3830. <property name="sliderPosition">
  3831. <number>0</number>
  3832. </property>
  3833. <property name="notchTarget">
  3834. <double>12.800000000000001</double>
  3835. </property>
  3836. <property name="notchesVisible">
  3837. <bool>true</bool>
  3838. </property>
  3839. </widget>
  3840. <widget class="QLabel" name="label_113">
  3841. <property name="geometry">
  3842. <rect>
  3843. <x>60</x>
  3844. <y>80</y>
  3845. <width>41</width>
  3846. <height>21</height>
  3847. </rect>
  3848. </property>
  3849. <property name="font">
  3850. <font>
  3851. <pointsize>8</pointsize>
  3852. </font>
  3853. </property>
  3854. <property name="text">
  3855. <string>Dry</string>
  3856. </property>
  3857. <property name="alignment">
  3858. <set>Qt::AlignCenter</set>
  3859. </property>
  3860. </widget>
  3861. </widget>
  3862. <widget class="QGroupBox" name="groupBox_39">
  3863. <property name="geometry">
  3864. <rect>
  3865. <x>0</x>
  3866. <y>460</y>
  3867. <width>281</width>
  3868. <height>141</height>
  3869. </rect>
  3870. </property>
  3871. <property name="title">
  3872. <string>Chorus</string>
  3873. </property>
  3874. <widget class="QDial" name="chorusWetLev2_dial">
  3875. <property name="geometry">
  3876. <rect>
  3877. <x>110</x>
  3878. <y>100</y>
  3879. <width>40</width>
  3880. <height>40</height>
  3881. </rect>
  3882. </property>
  3883. <property name="palette">
  3884. <palette>
  3885. <active>
  3886. <colorrole role="Button">
  3887. <brush brushstyle="SolidPattern">
  3888. <color alpha="255">
  3889. <red>0</red>
  3890. <green>0</green>
  3891. <blue>0</blue>
  3892. </color>
  3893. </brush>
  3894. </colorrole>
  3895. </active>
  3896. <inactive>
  3897. <colorrole role="Button">
  3898. <brush brushstyle="SolidPattern">
  3899. <color alpha="255">
  3900. <red>0</red>
  3901. <green>0</green>
  3902. <blue>0</blue>
  3903. </color>
  3904. </brush>
  3905. </colorrole>
  3906. </inactive>
  3907. <disabled>
  3908. <colorrole role="Button">
  3909. <brush brushstyle="SolidPattern">
  3910. <color alpha="255">
  3911. <red>0</red>
  3912. <green>0</green>
  3913. <blue>0</blue>
  3914. </color>
  3915. </brush>
  3916. </colorrole>
  3917. </disabled>
  3918. </palette>
  3919. </property>
  3920. <property name="maximum">
  3921. <number>127</number>
  3922. </property>
  3923. <property name="notchTarget">
  3924. <double>12.800000000000001</double>
  3925. </property>
  3926. <property name="notchesVisible">
  3927. <bool>true</bool>
  3928. </property>
  3929. </widget>
  3930. <widget class="QDial" name="chorusDelay1_dial">
  3931. <property name="geometry">
  3932. <rect>
  3933. <x>10</x>
  3934. <y>40</y>
  3935. <width>40</width>
  3936. <height>40</height>
  3937. </rect>
  3938. </property>
  3939. <property name="palette">
  3940. <palette>
  3941. <active>
  3942. <colorrole role="Button">
  3943. <brush brushstyle="SolidPattern">
  3944. <color alpha="255">
  3945. <red>0</red>
  3946. <green>0</green>
  3947. <blue>0</blue>
  3948. </color>
  3949. </brush>
  3950. </colorrole>
  3951. </active>
  3952. <inactive>
  3953. <colorrole role="Button">
  3954. <brush brushstyle="SolidPattern">
  3955. <color alpha="255">
  3956. <red>0</red>
  3957. <green>0</green>
  3958. <blue>0</blue>
  3959. </color>
  3960. </brush>
  3961. </colorrole>
  3962. </inactive>
  3963. <disabled>
  3964. <colorrole role="Button">
  3965. <brush brushstyle="SolidPattern">
  3966. <color alpha="255">
  3967. <red>0</red>
  3968. <green>0</green>
  3969. <blue>0</blue>
  3970. </color>
  3971. </brush>
  3972. </colorrole>
  3973. </disabled>
  3974. </palette>
  3975. </property>
  3976. <property name="maximum">
  3977. <number>127</number>
  3978. </property>
  3979. <property name="notchTarget">
  3980. <double>12.800000000000001</double>
  3981. </property>
  3982. <property name="notchesVisible">
  3983. <bool>true</bool>
  3984. </property>
  3985. </widget>
  3986. <widget class="QDial" name="chorusModLev1_dial">
  3987. <property name="geometry">
  3988. <rect>
  3989. <x>60</x>
  3990. <y>40</y>
  3991. <width>40</width>
  3992. <height>40</height>
  3993. </rect>
  3994. </property>
  3995. <property name="palette">
  3996. <palette>
  3997. <active>
  3998. <colorrole role="Button">
  3999. <brush brushstyle="SolidPattern">
  4000. <color alpha="255">
  4001. <red>0</red>
  4002. <green>0</green>
  4003. <blue>0</blue>
  4004. </color>
  4005. </brush>
  4006. </colorrole>
  4007. </active>
  4008. <inactive>
  4009. <colorrole role="Button">
  4010. <brush brushstyle="SolidPattern">
  4011. <color alpha="255">
  4012. <red>0</red>
  4013. <green>0</green>
  4014. <blue>0</blue>
  4015. </color>
  4016. </brush>
  4017. </colorrole>
  4018. </inactive>
  4019. <disabled>
  4020. <colorrole role="Button">
  4021. <brush brushstyle="SolidPattern">
  4022. <color alpha="255">
  4023. <red>0</red>
  4024. <green>0</green>
  4025. <blue>0</blue>
  4026. </color>
  4027. </brush>
  4028. </colorrole>
  4029. </disabled>
  4030. </palette>
  4031. </property>
  4032. <property name="maximum">
  4033. <number>127</number>
  4034. </property>
  4035. <property name="notchTarget">
  4036. <double>12.800000000000001</double>
  4037. </property>
  4038. <property name="notchesVisible">
  4039. <bool>true</bool>
  4040. </property>
  4041. </widget>
  4042. <widget class="QDial" name="chorusModLev2_dial">
  4043. <property name="geometry">
  4044. <rect>
  4045. <x>60</x>
  4046. <y>100</y>
  4047. <width>40</width>
  4048. <height>40</height>
  4049. </rect>
  4050. </property>
  4051. <property name="palette">
  4052. <palette>
  4053. <active>
  4054. <colorrole role="Button">
  4055. <brush brushstyle="SolidPattern">
  4056. <color alpha="255">
  4057. <red>0</red>
  4058. <green>0</green>
  4059. <blue>0</blue>
  4060. </color>
  4061. </brush>
  4062. </colorrole>
  4063. </active>
  4064. <inactive>
  4065. <colorrole role="Button">
  4066. <brush brushstyle="SolidPattern">
  4067. <color alpha="255">
  4068. <red>0</red>
  4069. <green>0</green>
  4070. <blue>0</blue>
  4071. </color>
  4072. </brush>
  4073. </colorrole>
  4074. </inactive>
  4075. <disabled>
  4076. <colorrole role="Button">
  4077. <brush brushstyle="SolidPattern">
  4078. <color alpha="255">
  4079. <red>0</red>
  4080. <green>0</green>
  4081. <blue>0</blue>
  4082. </color>
  4083. </brush>
  4084. </colorrole>
  4085. </disabled>
  4086. </palette>
  4087. </property>
  4088. <property name="maximum">
  4089. <number>127</number>
  4090. </property>
  4091. <property name="notchTarget">
  4092. <double>12.800000000000001</double>
  4093. </property>
  4094. <property name="notchesVisible">
  4095. <bool>true</bool>
  4096. </property>
  4097. </widget>
  4098. <widget class="QDial" name="chorusDelay2_dial">
  4099. <property name="geometry">
  4100. <rect>
  4101. <x>10</x>
  4102. <y>100</y>
  4103. <width>40</width>
  4104. <height>40</height>
  4105. </rect>
  4106. </property>
  4107. <property name="palette">
  4108. <palette>
  4109. <active>
  4110. <colorrole role="Button">
  4111. <brush brushstyle="SolidPattern">
  4112. <color alpha="255">
  4113. <red>0</red>
  4114. <green>0</green>
  4115. <blue>0</blue>
  4116. </color>
  4117. </brush>
  4118. </colorrole>
  4119. </active>
  4120. <inactive>
  4121. <colorrole role="Button">
  4122. <brush brushstyle="SolidPattern">
  4123. <color alpha="255">
  4124. <red>0</red>
  4125. <green>0</green>
  4126. <blue>0</blue>
  4127. </color>
  4128. </brush>
  4129. </colorrole>
  4130. </inactive>
  4131. <disabled>
  4132. <colorrole role="Button">
  4133. <brush brushstyle="SolidPattern">
  4134. <color alpha="255">
  4135. <red>0</red>
  4136. <green>0</green>
  4137. <blue>0</blue>
  4138. </color>
  4139. </brush>
  4140. </colorrole>
  4141. </disabled>
  4142. </palette>
  4143. </property>
  4144. <property name="maximum">
  4145. <number>127</number>
  4146. </property>
  4147. <property name="notchTarget">
  4148. <double>12.800000000000001</double>
  4149. </property>
  4150. <property name="notchesVisible">
  4151. <bool>true</bool>
  4152. </property>
  4153. </widget>
  4154. <widget class="QDial" name="chorusWetLev1_dial">
  4155. <property name="geometry">
  4156. <rect>
  4157. <x>110</x>
  4158. <y>40</y>
  4159. <width>40</width>
  4160. <height>40</height>
  4161. </rect>
  4162. </property>
  4163. <property name="palette">
  4164. <palette>
  4165. <active>
  4166. <colorrole role="Button">
  4167. <brush brushstyle="SolidPattern">
  4168. <color alpha="255">
  4169. <red>0</red>
  4170. <green>0</green>
  4171. <blue>0</blue>
  4172. </color>
  4173. </brush>
  4174. </colorrole>
  4175. </active>
  4176. <inactive>
  4177. <colorrole role="Button">
  4178. <brush brushstyle="SolidPattern">
  4179. <color alpha="255">
  4180. <red>0</red>
  4181. <green>0</green>
  4182. <blue>0</blue>
  4183. </color>
  4184. </brush>
  4185. </colorrole>
  4186. </inactive>
  4187. <disabled>
  4188. <colorrole role="Button">
  4189. <brush brushstyle="SolidPattern">
  4190. <color alpha="255">
  4191. <red>0</red>
  4192. <green>0</green>
  4193. <blue>0</blue>
  4194. </color>
  4195. </brush>
  4196. </colorrole>
  4197. </disabled>
  4198. </palette>
  4199. </property>
  4200. <property name="maximum">
  4201. <number>127</number>
  4202. </property>
  4203. <property name="notchTarget">
  4204. <double>12.800000000000001</double>
  4205. </property>
  4206. <property name="notchesVisible">
  4207. <bool>true</bool>
  4208. </property>
  4209. </widget>
  4210. <widget class="QSlider" name="chorusLFOfreq_horizontalSlider">
  4211. <property name="geometry">
  4212. <rect>
  4213. <x>170</x>
  4214. <y>110</y>
  4215. <width>91</width>
  4216. <height>25</height>
  4217. </rect>
  4218. </property>
  4219. <property name="maximum">
  4220. <number>127</number>
  4221. </property>
  4222. <property name="orientation">
  4223. <enum>Qt::Horizontal</enum>
  4224. </property>
  4225. <property name="tickPosition">
  4226. <enum>QSlider::TicksBothSides</enum>
  4227. </property>
  4228. <property name="tickInterval">
  4229. <number>16</number>
  4230. </property>
  4231. </widget>
  4232. <widget class="QDial" name="chorusDryLevel_dial">
  4233. <property name="geometry">
  4234. <rect>
  4235. <x>170</x>
  4236. <y>50</y>
  4237. <width>40</width>
  4238. <height>40</height>
  4239. </rect>
  4240. </property>
  4241. <property name="palette">
  4242. <palette>
  4243. <active>
  4244. <colorrole role="Button">
  4245. <brush brushstyle="SolidPattern">
  4246. <color alpha="255">
  4247. <red>0</red>
  4248. <green>0</green>
  4249. <blue>0</blue>
  4250. </color>
  4251. </brush>
  4252. </colorrole>
  4253. </active>
  4254. <inactive>
  4255. <colorrole role="Button">
  4256. <brush brushstyle="SolidPattern">
  4257. <color alpha="255">
  4258. <red>0</red>
  4259. <green>0</green>
  4260. <blue>0</blue>
  4261. </color>
  4262. </brush>
  4263. </colorrole>
  4264. </inactive>
  4265. <disabled>
  4266. <colorrole role="Button">
  4267. <brush brushstyle="SolidPattern">
  4268. <color alpha="255">
  4269. <red>0</red>
  4270. <green>0</green>
  4271. <blue>0</blue>
  4272. </color>
  4273. </brush>
  4274. </colorrole>
  4275. </disabled>
  4276. </palette>
  4277. </property>
  4278. <property name="maximum">
  4279. <number>127</number>
  4280. </property>
  4281. <property name="notchTarget">
  4282. <double>12.800000000000001</double>
  4283. </property>
  4284. <property name="notchesVisible">
  4285. <bool>true</bool>
  4286. </property>
  4287. </widget>
  4288. <widget class="QDial" name="chorusFeedback_dial">
  4289. <property name="geometry">
  4290. <rect>
  4291. <x>220</x>
  4292. <y>50</y>
  4293. <width>40</width>
  4294. <height>40</height>
  4295. </rect>
  4296. </property>
  4297. <property name="palette">
  4298. <palette>
  4299. <active>
  4300. <colorrole role="Button">
  4301. <brush brushstyle="SolidPattern">
  4302. <color alpha="255">
  4303. <red>0</red>
  4304. <green>0</green>
  4305. <blue>0</blue>
  4306. </color>
  4307. </brush>
  4308. </colorrole>
  4309. </active>
  4310. <inactive>
  4311. <colorrole role="Button">
  4312. <brush brushstyle="SolidPattern">
  4313. <color alpha="255">
  4314. <red>0</red>
  4315. <green>0</green>
  4316. <blue>0</blue>
  4317. </color>
  4318. </brush>
  4319. </colorrole>
  4320. </inactive>
  4321. <disabled>
  4322. <colorrole role="Button">
  4323. <brush brushstyle="SolidPattern">
  4324. <color alpha="255">
  4325. <red>0</red>
  4326. <green>0</green>
  4327. <blue>0</blue>
  4328. </color>
  4329. </brush>
  4330. </colorrole>
  4331. </disabled>
  4332. </palette>
  4333. </property>
  4334. <property name="maximum">
  4335. <number>127</number>
  4336. </property>
  4337. <property name="notchTarget">
  4338. <double>12.800000000000001</double>
  4339. </property>
  4340. <property name="notchesVisible">
  4341. <bool>true</bool>
  4342. </property>
  4343. </widget>
  4344. <widget class="QCheckBox" name="chorusSwitch_checkBox">
  4345. <property name="geometry">
  4346. <rect>
  4347. <x>190</x>
  4348. <y>10</y>
  4349. <width>71</width>
  4350. <height>23</height>
  4351. </rect>
  4352. </property>
  4353. <property name="font">
  4354. <font>
  4355. <pointsize>8</pointsize>
  4356. </font>
  4357. </property>
  4358. <property name="text">
  4359. <string>Enable</string>
  4360. </property>
  4361. </widget>
  4362. <widget class="QLabel" name="label_85">
  4363. <property name="geometry">
  4364. <rect>
  4365. <x>0</x>
  4366. <y>20</y>
  4367. <width>61</width>
  4368. <height>20</height>
  4369. </rect>
  4370. </property>
  4371. <property name="font">
  4372. <font>
  4373. <pointsize>8</pointsize>
  4374. </font>
  4375. </property>
  4376. <property name="text">
  4377. <string>Delay 1</string>
  4378. </property>
  4379. <property name="alignment">
  4380. <set>Qt::AlignCenter</set>
  4381. </property>
  4382. </widget>
  4383. <widget class="QLabel" name="label_86">
  4384. <property name="geometry">
  4385. <rect>
  4386. <x>50</x>
  4387. <y>20</y>
  4388. <width>61</width>
  4389. <height>20</height>
  4390. </rect>
  4391. </property>
  4392. <property name="font">
  4393. <font>
  4394. <pointsize>8</pointsize>
  4395. </font>
  4396. </property>
  4397. <property name="text">
  4398. <string>Vib 1</string>
  4399. </property>
  4400. <property name="alignment">
  4401. <set>Qt::AlignCenter</set>
  4402. </property>
  4403. </widget>
  4404. <widget class="QLabel" name="label_87">
  4405. <property name="geometry">
  4406. <rect>
  4407. <x>100</x>
  4408. <y>20</y>
  4409. <width>61</width>
  4410. <height>20</height>
  4411. </rect>
  4412. </property>
  4413. <property name="font">
  4414. <font>
  4415. <pointsize>8</pointsize>
  4416. </font>
  4417. </property>
  4418. <property name="text">
  4419. <string>Wet 1</string>
  4420. </property>
  4421. <property name="alignment">
  4422. <set>Qt::AlignCenter</set>
  4423. </property>
  4424. </widget>
  4425. <widget class="QLabel" name="label_88">
  4426. <property name="geometry">
  4427. <rect>
  4428. <x>0</x>
  4429. <y>80</y>
  4430. <width>61</width>
  4431. <height>20</height>
  4432. </rect>
  4433. </property>
  4434. <property name="font">
  4435. <font>
  4436. <pointsize>8</pointsize>
  4437. </font>
  4438. </property>
  4439. <property name="text">
  4440. <string>Delay 2</string>
  4441. </property>
  4442. <property name="alignment">
  4443. <set>Qt::AlignCenter</set>
  4444. </property>
  4445. </widget>
  4446. <widget class="QLabel" name="label_89">
  4447. <property name="geometry">
  4448. <rect>
  4449. <x>100</x>
  4450. <y>80</y>
  4451. <width>61</width>
  4452. <height>20</height>
  4453. </rect>
  4454. </property>
  4455. <property name="font">
  4456. <font>
  4457. <pointsize>8</pointsize>
  4458. </font>
  4459. </property>
  4460. <property name="text">
  4461. <string>Wet 2</string>
  4462. </property>
  4463. <property name="alignment">
  4464. <set>Qt::AlignCenter</set>
  4465. </property>
  4466. </widget>
  4467. <widget class="QLabel" name="label_90">
  4468. <property name="geometry">
  4469. <rect>
  4470. <x>50</x>
  4471. <y>80</y>
  4472. <width>61</width>
  4473. <height>20</height>
  4474. </rect>
  4475. </property>
  4476. <property name="font">
  4477. <font>
  4478. <pointsize>8</pointsize>
  4479. </font>
  4480. </property>
  4481. <property name="text">
  4482. <string>Vib 2</string>
  4483. </property>
  4484. <property name="alignment">
  4485. <set>Qt::AlignCenter</set>
  4486. </property>
  4487. </widget>
  4488. <widget class="QLabel" name="label_91">
  4489. <property name="geometry">
  4490. <rect>
  4491. <x>180</x>
  4492. <y>90</y>
  4493. <width>61</width>
  4494. <height>20</height>
  4495. </rect>
  4496. </property>
  4497. <property name="font">
  4498. <font>
  4499. <pointsize>8</pointsize>
  4500. </font>
  4501. </property>
  4502. <property name="text">
  4503. <string>LFO Freq</string>
  4504. </property>
  4505. <property name="alignment">
  4506. <set>Qt::AlignCenter</set>
  4507. </property>
  4508. </widget>
  4509. <widget class="QLabel" name="label_92">
  4510. <property name="geometry">
  4511. <rect>
  4512. <x>160</x>
  4513. <y>30</y>
  4514. <width>61</width>
  4515. <height>20</height>
  4516. </rect>
  4517. </property>
  4518. <property name="font">
  4519. <font>
  4520. <pointsize>8</pointsize>
  4521. </font>
  4522. </property>
  4523. <property name="text">
  4524. <string>Dry</string>
  4525. </property>
  4526. <property name="alignment">
  4527. <set>Qt::AlignCenter</set>
  4528. </property>
  4529. </widget>
  4530. <widget class="QLabel" name="label_93">
  4531. <property name="geometry">
  4532. <rect>
  4533. <x>210</x>
  4534. <y>30</y>
  4535. <width>61</width>
  4536. <height>20</height>
  4537. </rect>
  4538. </property>
  4539. <property name="font">
  4540. <font>
  4541. <pointsize>8</pointsize>
  4542. </font>
  4543. </property>
  4544. <property name="text">
  4545. <string>Feedback</string>
  4546. </property>
  4547. <property name="alignment">
  4548. <set>Qt::AlignCenter</set>
  4549. </property>
  4550. </widget>
  4551. </widget>
  4552. <widget class="QGroupBox" name="groupBox_40">
  4553. <property name="geometry">
  4554. <rect>
  4555. <x>0</x>
  4556. <y>180</y>
  4557. <width>131</width>
  4558. <height>71</height>
  4559. </rect>
  4560. </property>
  4561. <property name="title">
  4562. <string>Formant Filter</string>
  4563. </property>
  4564. <widget class="QComboBox" name="formantFilter_comboBox">
  4565. <property name="geometry">
  4566. <rect>
  4567. <x>10</x>
  4568. <y>30</y>
  4569. <width>111</width>
  4570. <height>26</height>
  4571. </rect>
  4572. </property>
  4573. <item>
  4574. <property name="text">
  4575. <string>Off</string>
  4576. </property>
  4577. </item>
  4578. <item>
  4579. <property name="text">
  4580. <string>Woodwind</string>
  4581. </property>
  4582. </item>
  4583. <item>
  4584. <property name="text">
  4585. <string>String</string>
  4586. </property>
  4587. </item>
  4588. </widget>
  4589. </widget>
  4590. <widget class="QGroupBox" name="groupBox_41">
  4591. <property name="geometry">
  4592. <rect>
  4593. <x>890</x>
  4594. <y>460</y>
  4595. <width>101</width>
  4596. <height>141</height>
  4597. </rect>
  4598. </property>
  4599. <property name="title">
  4600. <string>Levels</string>
  4601. </property>
  4602. <widget class="QSlider" name="ampLevel_verticalSlider">
  4603. <property name="geometry">
  4604. <rect>
  4605. <x>10</x>
  4606. <y>40</y>
  4607. <width>31</width>
  4608. <height>91</height>
  4609. </rect>
  4610. </property>
  4611. <property name="maximum">
  4612. <number>127</number>
  4613. </property>
  4614. <property name="value">
  4615. <number>127</number>
  4616. </property>
  4617. <property name="orientation">
  4618. <enum>Qt::Vertical</enum>
  4619. </property>
  4620. <property name="tickPosition">
  4621. <enum>QSlider::TicksBothSides</enum>
  4622. </property>
  4623. <property name="tickInterval">
  4624. <number>13</number>
  4625. </property>
  4626. </widget>
  4627. <widget class="QSlider" name="octaveLevel_verticalSlider">
  4628. <property name="geometry">
  4629. <rect>
  4630. <x>60</x>
  4631. <y>40</y>
  4632. <width>31</width>
  4633. <height>91</height>
  4634. </rect>
  4635. </property>
  4636. <property name="maximum">
  4637. <number>127</number>
  4638. </property>
  4639. <property name="value">
  4640. <number>63</number>
  4641. </property>
  4642. <property name="orientation">
  4643. <enum>Qt::Vertical</enum>
  4644. </property>
  4645. <property name="tickPosition">
  4646. <enum>QSlider::TicksBothSides</enum>
  4647. </property>
  4648. <property name="tickInterval">
  4649. <number>13</number>
  4650. </property>
  4651. </widget>
  4652. <widget class="QLabel" name="label_106">
  4653. <property name="geometry">
  4654. <rect>
  4655. <x>-4</x>
  4656. <y>20</y>
  4657. <width>61</width>
  4658. <height>16</height>
  4659. </rect>
  4660. </property>
  4661. <property name="font">
  4662. <font>
  4663. <pointsize>8</pointsize>
  4664. </font>
  4665. </property>
  4666. <property name="text">
  4667. <string>Master</string>
  4668. </property>
  4669. <property name="alignment">
  4670. <set>Qt::AlignCenter</set>
  4671. </property>
  4672. </widget>
  4673. <widget class="QLabel" name="label_107">
  4674. <property name="geometry">
  4675. <rect>
  4676. <x>50</x>
  4677. <y>20</y>
  4678. <width>51</width>
  4679. <height>16</height>
  4680. </rect>
  4681. </property>
  4682. <property name="font">
  4683. <font>
  4684. <pointsize>8</pointsize>
  4685. </font>
  4686. </property>
  4687. <property name="text">
  4688. <string>Octave</string>
  4689. </property>
  4690. <property name="alignment">
  4691. <set>Qt::AlignCenter</set>
  4692. </property>
  4693. </widget>
  4694. </widget>
  4695. <widget class="QGroupBox" name="groupBox_43">
  4696. <property name="geometry">
  4697. <rect>
  4698. <x>680</x>
  4699. <y>460</y>
  4700. <width>87</width>
  4701. <height>141</height>
  4702. </rect>
  4703. </property>
  4704. <property name="title">
  4705. <string>Pitch Bend</string>
  4706. </property>
  4707. <widget class="QCheckBox" name="bendStepMode_checkBox">
  4708. <property name="geometry">
  4709. <rect>
  4710. <x>20</x>
  4711. <y>40</y>
  4712. <width>51</width>
  4713. <height>23</height>
  4714. </rect>
  4715. </property>
  4716. <property name="font">
  4717. <font>
  4718. <pointsize>8</pointsize>
  4719. </font>
  4720. </property>
  4721. <property name="text">
  4722. <string>Step</string>
  4723. </property>
  4724. </widget>
  4725. <widget class="QComboBox" name="bendRange_comboBox">
  4726. <property name="geometry">
  4727. <rect>
  4728. <x>10</x>
  4729. <y>100</y>
  4730. <width>61</width>
  4731. <height>26</height>
  4732. </rect>
  4733. </property>
  4734. <item>
  4735. <property name="text">
  4736. <string>0</string>
  4737. </property>
  4738. </item>
  4739. <item>
  4740. <property name="text">
  4741. <string>1</string>
  4742. </property>
  4743. </item>
  4744. <item>
  4745. <property name="text">
  4746. <string>2</string>
  4747. </property>
  4748. </item>
  4749. <item>
  4750. <property name="text">
  4751. <string>3</string>
  4752. </property>
  4753. </item>
  4754. <item>
  4755. <property name="text">
  4756. <string>4</string>
  4757. </property>
  4758. </item>
  4759. <item>
  4760. <property name="text">
  4761. <string>5</string>
  4762. </property>
  4763. </item>
  4764. <item>
  4765. <property name="text">
  4766. <string>6</string>
  4767. </property>
  4768. </item>
  4769. <item>
  4770. <property name="text">
  4771. <string>7</string>
  4772. </property>
  4773. </item>
  4774. <item>
  4775. <property name="text">
  4776. <string>8</string>
  4777. </property>
  4778. </item>
  4779. <item>
  4780. <property name="text">
  4781. <string>9</string>
  4782. </property>
  4783. </item>
  4784. <item>
  4785. <property name="text">
  4786. <string>10</string>
  4787. </property>
  4788. </item>
  4789. <item>
  4790. <property name="text">
  4791. <string>11</string>
  4792. </property>
  4793. </item>
  4794. <item>
  4795. <property name="text">
  4796. <string>12</string>
  4797. </property>
  4798. </item>
  4799. </widget>
  4800. <widget class="QLabel" name="label_105">
  4801. <property name="geometry">
  4802. <rect>
  4803. <x>0</x>
  4804. <y>80</y>
  4805. <width>81</width>
  4806. <height>16</height>
  4807. </rect>
  4808. </property>
  4809. <property name="font">
  4810. <font>
  4811. <pointsize>8</pointsize>
  4812. </font>
  4813. </property>
  4814. <property name="text">
  4815. <string>Range</string>
  4816. </property>
  4817. <property name="alignment">
  4818. <set>Qt::AlignCenter</set>
  4819. </property>
  4820. </widget>
  4821. </widget>
  4822. <widget class="QGroupBox" name="groupBox_42">
  4823. <property name="geometry">
  4824. <rect>
  4825. <x>610</x>
  4826. <y>460</y>
  4827. <width>61</width>
  4828. <height>141</height>
  4829. </rect>
  4830. </property>
  4831. <property name="title">
  4832. <string>Bite</string>
  4833. </property>
  4834. <widget class="QDial" name="biteVibrato_dial">
  4835. <property name="geometry">
  4836. <rect>
  4837. <x>10</x>
  4838. <y>40</y>
  4839. <width>40</width>
  4840. <height>40</height>
  4841. </rect>
  4842. </property>
  4843. <property name="palette">
  4844. <palette>
  4845. <active>
  4846. <colorrole role="Button">
  4847. <brush brushstyle="SolidPattern">
  4848. <color alpha="255">
  4849. <red>0</red>
  4850. <green>0</green>
  4851. <blue>0</blue>
  4852. </color>
  4853. </brush>
  4854. </colorrole>
  4855. </active>
  4856. <inactive>
  4857. <colorrole role="Button">
  4858. <brush brushstyle="SolidPattern">
  4859. <color alpha="255">
  4860. <red>0</red>
  4861. <green>0</green>
  4862. <blue>0</blue>
  4863. </color>
  4864. </brush>
  4865. </colorrole>
  4866. </inactive>
  4867. <disabled>
  4868. <colorrole role="Button">
  4869. <brush brushstyle="SolidPattern">
  4870. <color alpha="255">
  4871. <red>0</red>
  4872. <green>0</green>
  4873. <blue>0</blue>
  4874. </color>
  4875. </brush>
  4876. </colorrole>
  4877. </disabled>
  4878. </palette>
  4879. </property>
  4880. <property name="maximum">
  4881. <number>127</number>
  4882. </property>
  4883. <property name="notchTarget">
  4884. <double>12.800000000000001</double>
  4885. </property>
  4886. <property name="notchesVisible">
  4887. <bool>true</bool>
  4888. </property>
  4889. </widget>
  4890. <widget class="QLabel" name="label_103">
  4891. <property name="geometry">
  4892. <rect>
  4893. <x>10</x>
  4894. <y>20</y>
  4895. <width>41</width>
  4896. <height>16</height>
  4897. </rect>
  4898. </property>
  4899. <property name="font">
  4900. <font>
  4901. <pointsize>8</pointsize>
  4902. </font>
  4903. </property>
  4904. <property name="text">
  4905. <string>Vibrato</string>
  4906. </property>
  4907. <property name="alignment">
  4908. <set>Qt::AlignCenter</set>
  4909. </property>
  4910. </widget>
  4911. <widget class="QDial" name="biteTremolo_dial">
  4912. <property name="geometry">
  4913. <rect>
  4914. <x>10</x>
  4915. <y>100</y>
  4916. <width>40</width>
  4917. <height>40</height>
  4918. </rect>
  4919. </property>
  4920. <property name="palette">
  4921. <palette>
  4922. <active>
  4923. <colorrole role="Button">
  4924. <brush brushstyle="SolidPattern">
  4925. <color alpha="255">
  4926. <red>0</red>
  4927. <green>0</green>
  4928. <blue>0</blue>
  4929. </color>
  4930. </brush>
  4931. </colorrole>
  4932. </active>
  4933. <inactive>
  4934. <colorrole role="Button">
  4935. <brush brushstyle="SolidPattern">
  4936. <color alpha="255">
  4937. <red>0</red>
  4938. <green>0</green>
  4939. <blue>0</blue>
  4940. </color>
  4941. </brush>
  4942. </colorrole>
  4943. </inactive>
  4944. <disabled>
  4945. <colorrole role="Button">
  4946. <brush brushstyle="SolidPattern">
  4947. <color alpha="255">
  4948. <red>0</red>
  4949. <green>0</green>
  4950. <blue>0</blue>
  4951. </color>
  4952. </brush>
  4953. </colorrole>
  4954. </disabled>
  4955. </palette>
  4956. </property>
  4957. <property name="maximum">
  4958. <number>127</number>
  4959. </property>
  4960. <property name="notchTarget">
  4961. <double>12.800000000000001</double>
  4962. </property>
  4963. <property name="notchesVisible">
  4964. <bool>true</bool>
  4965. </property>
  4966. </widget>
  4967. <widget class="QLabel" name="label_104">
  4968. <property name="geometry">
  4969. <rect>
  4970. <x>5</x>
  4971. <y>80</y>
  4972. <width>51</width>
  4973. <height>20</height>
  4974. </rect>
  4975. </property>
  4976. <property name="font">
  4977. <font>
  4978. <pointsize>8</pointsize>
  4979. </font>
  4980. </property>
  4981. <property name="text">
  4982. <string>Tremolo</string>
  4983. </property>
  4984. <property name="alignment">
  4985. <set>Qt::AlignCenter</set>
  4986. </property>
  4987. </widget>
  4988. </widget>
  4989. <widget class="QLCDNumber" name="patchnum_lcdNumber">
  4990. <property name="geometry">
  4991. <rect>
  4992. <x>320</x>
  4993. <y>0</y>
  4994. <width>64</width>
  4995. <height>25</height>
  4996. </rect>
  4997. </property>
  4998. <property name="palette">
  4999. <palette>
  5000. <active>
  5001. <colorrole role="WindowText">
  5002. <brush brushstyle="SolidPattern">
  5003. <color alpha="255">
  5004. <red>255</red>
  5005. <green>0</green>
  5006. <blue>0</blue>
  5007. </color>
  5008. </brush>
  5009. </colorrole>
  5010. <colorrole role="Text">
  5011. <brush brushstyle="SolidPattern">
  5012. <color alpha="255">
  5013. <red>255</red>
  5014. <green>0</green>
  5015. <blue>0</blue>
  5016. </color>
  5017. </brush>
  5018. </colorrole>
  5019. <colorrole role="ButtonText">
  5020. <brush brushstyle="SolidPattern">
  5021. <color alpha="255">
  5022. <red>255</red>
  5023. <green>0</green>
  5024. <blue>0</blue>
  5025. </color>
  5026. </brush>
  5027. </colorrole>
  5028. </active>
  5029. <inactive>
  5030. <colorrole role="WindowText">
  5031. <brush brushstyle="SolidPattern">
  5032. <color alpha="255">
  5033. <red>255</red>
  5034. <green>0</green>
  5035. <blue>0</blue>
  5036. </color>
  5037. </brush>
  5038. </colorrole>
  5039. <colorrole role="Text">
  5040. <brush brushstyle="SolidPattern">
  5041. <color alpha="255">
  5042. <red>255</red>
  5043. <green>0</green>
  5044. <blue>0</blue>
  5045. </color>
  5046. </brush>
  5047. </colorrole>
  5048. <colorrole role="ButtonText">
  5049. <brush brushstyle="SolidPattern">
  5050. <color alpha="255">
  5051. <red>255</red>
  5052. <green>0</green>
  5053. <blue>0</blue>
  5054. </color>
  5055. </brush>
  5056. </colorrole>
  5057. </inactive>
  5058. <disabled>
  5059. <colorrole role="WindowText">
  5060. <brush brushstyle="SolidPattern">
  5061. <color alpha="255">
  5062. <red>106</red>
  5063. <green>104</green>
  5064. <blue>100</blue>
  5065. </color>
  5066. </brush>
  5067. </colorrole>
  5068. <colorrole role="Text">
  5069. <brush brushstyle="SolidPattern">
  5070. <color alpha="255">
  5071. <red>190</red>
  5072. <green>190</green>
  5073. <blue>190</blue>
  5074. </color>
  5075. </brush>
  5076. </colorrole>
  5077. <colorrole role="ButtonText">
  5078. <brush brushstyle="SolidPattern">
  5079. <color alpha="255">
  5080. <red>106</red>
  5081. <green>104</green>
  5082. <blue>100</blue>
  5083. </color>
  5084. </brush>
  5085. </colorrole>
  5086. </disabled>
  5087. </palette>
  5088. </property>
  5089. <property name="font">
  5090. <font>
  5091. <italic>true</italic>
  5092. </font>
  5093. </property>
  5094. <property name="cursor">
  5095. <cursorShape>ForbiddenCursor</cursorShape>
  5096. </property>
  5097. <property name="numDigits">
  5098. <number>3</number>
  5099. </property>
  5100. <property name="segmentStyle">
  5101. <enum>QLCDNumber::Flat</enum>
  5102. </property>
  5103. </widget>
  5104. <widget class="QGroupBox" name="groupBox_19">
  5105. <property name="geometry">
  5106. <rect>
  5107. <x>490</x>
  5108. <y>30</y>
  5109. <width>501</width>
  5110. <height>151</height>
  5111. </rect>
  5112. </property>
  5113. <property name="title">
  5114. <string>Oscillator 2</string>
  5115. </property>
  5116. <widget class="QDial" name="osc2_beat_dial">
  5117. <property name="geometry">
  5118. <rect>
  5119. <x>80</x>
  5120. <y>90</y>
  5121. <width>40</width>
  5122. <height>40</height>
  5123. </rect>
  5124. </property>
  5125. <property name="palette">
  5126. <palette>
  5127. <active>
  5128. <colorrole role="Button">
  5129. <brush brushstyle="SolidPattern">
  5130. <color alpha="255">
  5131. <red>0</red>
  5132. <green>0</green>
  5133. <blue>0</blue>
  5134. </color>
  5135. </brush>
  5136. </colorrole>
  5137. </active>
  5138. <inactive>
  5139. <colorrole role="Button">
  5140. <brush brushstyle="SolidPattern">
  5141. <color alpha="255">
  5142. <red>0</red>
  5143. <green>0</green>
  5144. <blue>0</blue>
  5145. </color>
  5146. </brush>
  5147. </colorrole>
  5148. </inactive>
  5149. <disabled>
  5150. <colorrole role="Button">
  5151. <brush brushstyle="SolidPattern">
  5152. <color alpha="255">
  5153. <red>0</red>
  5154. <green>0</green>
  5155. <blue>0</blue>
  5156. </color>
  5157. </brush>
  5158. </colorrole>
  5159. </disabled>
  5160. </palette>
  5161. </property>
  5162. <property name="maximum">
  5163. <number>127</number>
  5164. </property>
  5165. <property name="value">
  5166. <number>0</number>
  5167. </property>
  5168. <property name="sliderPosition">
  5169. <number>0</number>
  5170. </property>
  5171. <property name="notchTarget">
  5172. <double>12.699999999999999</double>
  5173. </property>
  5174. <property name="notchesVisible">
  5175. <bool>true</bool>
  5176. </property>
  5177. </widget>
  5178. <widget class="QDial" name="osc2_fine_dial">
  5179. <property name="geometry">
  5180. <rect>
  5181. <x>80</x>
  5182. <y>30</y>
  5183. <width>40</width>
  5184. <height>40</height>
  5185. </rect>
  5186. </property>
  5187. <property name="palette">
  5188. <palette>
  5189. <active>
  5190. <colorrole role="Button">
  5191. <brush brushstyle="SolidPattern">
  5192. <color alpha="255">
  5193. <red>0</red>
  5194. <green>0</green>
  5195. <blue>0</blue>
  5196. </color>
  5197. </brush>
  5198. </colorrole>
  5199. </active>
  5200. <inactive>
  5201. <colorrole role="Button">
  5202. <brush brushstyle="SolidPattern">
  5203. <color alpha="255">
  5204. <red>0</red>
  5205. <green>0</green>
  5206. <blue>0</blue>
  5207. </color>
  5208. </brush>
  5209. </colorrole>
  5210. </inactive>
  5211. <disabled>
  5212. <colorrole role="Button">
  5213. <brush brushstyle="SolidPattern">
  5214. <color alpha="255">
  5215. <red>0</red>
  5216. <green>0</green>
  5217. <blue>0</blue>
  5218. </color>
  5219. </brush>
  5220. </colorrole>
  5221. </disabled>
  5222. </palette>
  5223. </property>
  5224. <property name="minimum">
  5225. <number>14</number>
  5226. </property>
  5227. <property name="maximum">
  5228. <number>114</number>
  5229. </property>
  5230. <property name="value">
  5231. <number>14</number>
  5232. </property>
  5233. <property name="sliderPosition">
  5234. <number>14</number>
  5235. </property>
  5236. <property name="notchTarget">
  5237. <double>12.699999999999999</double>
  5238. </property>
  5239. <property name="notchesVisible">
  5240. <bool>true</bool>
  5241. </property>
  5242. </widget>
  5243. <widget class="QSlider" name="osc2_saw_verticalSlider">
  5244. <property name="geometry">
  5245. <rect>
  5246. <x>130</x>
  5247. <y>30</y>
  5248. <width>21</width>
  5249. <height>111</height>
  5250. </rect>
  5251. </property>
  5252. <property name="maximum">
  5253. <number>127</number>
  5254. </property>
  5255. <property name="value">
  5256. <number>0</number>
  5257. </property>
  5258. <property name="orientation">
  5259. <enum>Qt::Vertical</enum>
  5260. </property>
  5261. <property name="tickPosition">
  5262. <enum>QSlider::TicksBothSides</enum>
  5263. </property>
  5264. <property name="tickInterval">
  5265. <number>13</number>
  5266. </property>
  5267. </widget>
  5268. <widget class="QSlider" name="osc2_sqr_verticalSlider">
  5269. <property name="geometry">
  5270. <rect>
  5271. <x>170</x>
  5272. <y>30</y>
  5273. <width>21</width>
  5274. <height>111</height>
  5275. </rect>
  5276. </property>
  5277. <property name="maximum">
  5278. <number>127</number>
  5279. </property>
  5280. <property name="value">
  5281. <number>0</number>
  5282. </property>
  5283. <property name="orientation">
  5284. <enum>Qt::Vertical</enum>
  5285. </property>
  5286. <property name="tickPosition">
  5287. <enum>QSlider::TicksBothSides</enum>
  5288. </property>
  5289. <property name="tickInterval">
  5290. <number>13</number>
  5291. </property>
  5292. </widget>
  5293. <widget class="QSlider" name="osc2_tri_verticalSlider">
  5294. <property name="geometry">
  5295. <rect>
  5296. <x>150</x>
  5297. <y>30</y>
  5298. <width>21</width>
  5299. <height>111</height>
  5300. </rect>
  5301. </property>
  5302. <property name="maximum">
  5303. <number>127</number>
  5304. </property>
  5305. <property name="value">
  5306. <number>0</number>
  5307. </property>
  5308. <property name="orientation">
  5309. <enum>Qt::Vertical</enum>
  5310. </property>
  5311. <property name="tickPosition">
  5312. <enum>QSlider::TicksBothSides</enum>
  5313. </property>
  5314. <property name="tickInterval">
  5315. <number>13</number>
  5316. </property>
  5317. </widget>
  5318. <widget class="QGroupBox" name="groupBox_20">
  5319. <property name="geometry">
  5320. <rect>
  5321. <x>360</x>
  5322. <y>10</y>
  5323. <width>111</width>
  5324. <height>141</height>
  5325. </rect>
  5326. </property>
  5327. <property name="title">
  5328. <string>Breath</string>
  5329. </property>
  5330. <property name="alignment">
  5331. <set>Qt::AlignHCenter</set>
  5332. </property>
  5333. <property name="flat">
  5334. <bool>true</bool>
  5335. </property>
  5336. <widget class="QDial" name="dial_11">
  5337. <property name="geometry">
  5338. <rect>
  5339. <x>260</x>
  5340. <y>30</y>
  5341. <width>50</width>
  5342. <height>50</height>
  5343. </rect>
  5344. </property>
  5345. <property name="sliderPosition">
  5346. <number>50</number>
  5347. </property>
  5348. </widget>
  5349. <widget class="QDial" name="osc2_breathAttain_dial">
  5350. <property name="geometry">
  5351. <rect>
  5352. <x>10</x>
  5353. <y>30</y>
  5354. <width>40</width>
  5355. <height>40</height>
  5356. </rect>
  5357. </property>
  5358. <property name="palette">
  5359. <palette>
  5360. <active>
  5361. <colorrole role="Button">
  5362. <brush brushstyle="SolidPattern">
  5363. <color alpha="255">
  5364. <red>0</red>
  5365. <green>0</green>
  5366. <blue>0</blue>
  5367. </color>
  5368. </brush>
  5369. </colorrole>
  5370. </active>
  5371. <inactive>
  5372. <colorrole role="Button">
  5373. <brush brushstyle="SolidPattern">
  5374. <color alpha="255">
  5375. <red>0</red>
  5376. <green>0</green>
  5377. <blue>0</blue>
  5378. </color>
  5379. </brush>
  5380. </colorrole>
  5381. </inactive>
  5382. <disabled>
  5383. <colorrole role="Button">
  5384. <brush brushstyle="SolidPattern">
  5385. <color alpha="255">
  5386. <red>0</red>
  5387. <green>0</green>
  5388. <blue>0</blue>
  5389. </color>
  5390. </brush>
  5391. </colorrole>
  5392. </disabled>
  5393. </palette>
  5394. </property>
  5395. <property name="maximum">
  5396. <number>127</number>
  5397. </property>
  5398. <property name="value">
  5399. <number>0</number>
  5400. </property>
  5401. <property name="sliderPosition">
  5402. <number>0</number>
  5403. </property>
  5404. <property name="notchTarget">
  5405. <double>12.800000000000001</double>
  5406. </property>
  5407. <property name="notchesVisible">
  5408. <bool>true</bool>
  5409. </property>
  5410. </widget>
  5411. <widget class="QDial" name="osc2_breathThresh_dial">
  5412. <property name="geometry">
  5413. <rect>
  5414. <x>60</x>
  5415. <y>30</y>
  5416. <width>40</width>
  5417. <height>40</height>
  5418. </rect>
  5419. </property>
  5420. <property name="palette">
  5421. <palette>
  5422. <active>
  5423. <colorrole role="Button">
  5424. <brush brushstyle="SolidPattern">
  5425. <color alpha="255">
  5426. <red>0</red>
  5427. <green>0</green>
  5428. <blue>0</blue>
  5429. </color>
  5430. </brush>
  5431. </colorrole>
  5432. </active>
  5433. <inactive>
  5434. <colorrole role="Button">
  5435. <brush brushstyle="SolidPattern">
  5436. <color alpha="255">
  5437. <red>0</red>
  5438. <green>0</green>
  5439. <blue>0</blue>
  5440. </color>
  5441. </brush>
  5442. </colorrole>
  5443. </inactive>
  5444. <disabled>
  5445. <colorrole role="Button">
  5446. <brush brushstyle="SolidPattern">
  5447. <color alpha="255">
  5448. <red>0</red>
  5449. <green>0</green>
  5450. <blue>0</blue>
  5451. </color>
  5452. </brush>
  5453. </colorrole>
  5454. </disabled>
  5455. </palette>
  5456. </property>
  5457. <property name="maximum">
  5458. <number>127</number>
  5459. </property>
  5460. <property name="value">
  5461. <number>0</number>
  5462. </property>
  5463. <property name="sliderPosition">
  5464. <number>0</number>
  5465. </property>
  5466. <property name="notchTarget">
  5467. <double>12.800000000000001</double>
  5468. </property>
  5469. <property name="notchesVisible">
  5470. <bool>true</bool>
  5471. </property>
  5472. </widget>
  5473. <widget class="QDial" name="osc2_breathDepth_dial">
  5474. <property name="geometry">
  5475. <rect>
  5476. <x>10</x>
  5477. <y>90</y>
  5478. <width>40</width>
  5479. <height>40</height>
  5480. </rect>
  5481. </property>
  5482. <property name="palette">
  5483. <palette>
  5484. <active>
  5485. <colorrole role="Button">
  5486. <brush brushstyle="SolidPattern">
  5487. <color alpha="255">
  5488. <red>0</red>
  5489. <green>0</green>
  5490. <blue>0</blue>
  5491. </color>
  5492. </brush>
  5493. </colorrole>
  5494. </active>
  5495. <inactive>
  5496. <colorrole role="Button">
  5497. <brush brushstyle="SolidPattern">
  5498. <color alpha="255">
  5499. <red>0</red>
  5500. <green>0</green>
  5501. <blue>0</blue>
  5502. </color>
  5503. </brush>
  5504. </colorrole>
  5505. </inactive>
  5506. <disabled>
  5507. <colorrole role="Button">
  5508. <brush brushstyle="SolidPattern">
  5509. <color alpha="255">
  5510. <red>0</red>
  5511. <green>0</green>
  5512. <blue>0</blue>
  5513. </color>
  5514. </brush>
  5515. </colorrole>
  5516. </disabled>
  5517. </palette>
  5518. </property>
  5519. <property name="maximum">
  5520. <number>127</number>
  5521. </property>
  5522. <property name="value">
  5523. <number>0</number>
  5524. </property>
  5525. <property name="sliderPosition">
  5526. <number>0</number>
  5527. </property>
  5528. <property name="notchTarget">
  5529. <double>12.800000000000001</double>
  5530. </property>
  5531. <property name="notchesVisible">
  5532. <bool>true</bool>
  5533. </property>
  5534. </widget>
  5535. <widget class="QDial" name="osc2_breathCurve_dial">
  5536. <property name="geometry">
  5537. <rect>
  5538. <x>60</x>
  5539. <y>90</y>
  5540. <width>40</width>
  5541. <height>40</height>
  5542. </rect>
  5543. </property>
  5544. <property name="palette">
  5545. <palette>
  5546. <active>
  5547. <colorrole role="Button">
  5548. <brush brushstyle="SolidPattern">
  5549. <color alpha="255">
  5550. <red>0</red>
  5551. <green>0</green>
  5552. <blue>0</blue>
  5553. </color>
  5554. </brush>
  5555. </colorrole>
  5556. </active>
  5557. <inactive>
  5558. <colorrole role="Button">
  5559. <brush brushstyle="SolidPattern">
  5560. <color alpha="255">
  5561. <red>0</red>
  5562. <green>0</green>
  5563. <blue>0</blue>
  5564. </color>
  5565. </brush>
  5566. </colorrole>
  5567. </inactive>
  5568. <disabled>
  5569. <colorrole role="Button">
  5570. <brush brushstyle="SolidPattern">
  5571. <color alpha="255">
  5572. <red>0</red>
  5573. <green>0</green>
  5574. <blue>0</blue>
  5575. </color>
  5576. </brush>
  5577. </colorrole>
  5578. </disabled>
  5579. </palette>
  5580. </property>
  5581. <property name="maximum">
  5582. <number>127</number>
  5583. </property>
  5584. <property name="value">
  5585. <number>0</number>
  5586. </property>
  5587. <property name="sliderPosition">
  5588. <number>0</number>
  5589. </property>
  5590. <property name="notchTarget">
  5591. <double>12.800000000000001</double>
  5592. </property>
  5593. <property name="notchesVisible">
  5594. <bool>true</bool>
  5595. </property>
  5596. </widget>
  5597. <widget class="QLabel" name="label_18">
  5598. <property name="geometry">
  5599. <rect>
  5600. <x>10</x>
  5601. <y>20</y>
  5602. <width>41</width>
  5603. <height>20</height>
  5604. </rect>
  5605. </property>
  5606. <property name="font">
  5607. <font>
  5608. <pointsize>8</pointsize>
  5609. </font>
  5610. </property>
  5611. <property name="text">
  5612. <string>Attain</string>
  5613. </property>
  5614. <property name="alignment">
  5615. <set>Qt::AlignCenter</set>
  5616. </property>
  5617. </widget>
  5618. <widget class="QLabel" name="label_19">
  5619. <property name="geometry">
  5620. <rect>
  5621. <x>60</x>
  5622. <y>20</y>
  5623. <width>41</width>
  5624. <height>20</height>
  5625. </rect>
  5626. </property>
  5627. <property name="font">
  5628. <font>
  5629. <pointsize>8</pointsize>
  5630. </font>
  5631. </property>
  5632. <property name="text">
  5633. <string>Thresh</string>
  5634. </property>
  5635. <property name="alignment">
  5636. <set>Qt::AlignCenter</set>
  5637. </property>
  5638. </widget>
  5639. <widget class="QLabel" name="label_20">
  5640. <property name="geometry">
  5641. <rect>
  5642. <x>0</x>
  5643. <y>80</y>
  5644. <width>61</width>
  5645. <height>18</height>
  5646. </rect>
  5647. </property>
  5648. <property name="font">
  5649. <font>
  5650. <pointsize>8</pointsize>
  5651. </font>
  5652. </property>
  5653. <property name="text">
  5654. <string>Depth</string>
  5655. </property>
  5656. <property name="alignment">
  5657. <set>Qt::AlignCenter</set>
  5658. </property>
  5659. </widget>
  5660. <widget class="QLabel" name="label_21">
  5661. <property name="geometry">
  5662. <rect>
  5663. <x>50</x>
  5664. <y>80</y>
  5665. <width>61</width>
  5666. <height>18</height>
  5667. </rect>
  5668. </property>
  5669. <property name="font">
  5670. <font>
  5671. <pointsize>8</pointsize>
  5672. </font>
  5673. </property>
  5674. <property name="text">
  5675. <string>Curve</string>
  5676. </property>
  5677. <property name="alignment">
  5678. <set>Qt::AlignCenter</set>
  5679. </property>
  5680. </widget>
  5681. </widget>
  5682. <widget class="QSlider" name="osc2_level_verticalSlider">
  5683. <property name="geometry">
  5684. <rect>
  5685. <x>470</x>
  5686. <y>30</y>
  5687. <width>20</width>
  5688. <height>111</height>
  5689. </rect>
  5690. </property>
  5691. <property name="maximum">
  5692. <number>127</number>
  5693. </property>
  5694. <property name="value">
  5695. <number>0</number>
  5696. </property>
  5697. <property name="orientation">
  5698. <enum>Qt::Vertical</enum>
  5699. </property>
  5700. <property name="tickPosition">
  5701. <enum>QSlider::TicksBothSides</enum>
  5702. </property>
  5703. <property name="tickInterval">
  5704. <number>13</number>
  5705. </property>
  5706. </widget>
  5707. <widget class="QLabel" name="label_22">
  5708. <property name="geometry">
  5709. <rect>
  5710. <x>10</x>
  5711. <y>20</y>
  5712. <width>57</width>
  5713. <height>18</height>
  5714. </rect>
  5715. </property>
  5716. <property name="font">
  5717. <font>
  5718. <pointsize>8</pointsize>
  5719. </font>
  5720. </property>
  5721. <property name="text">
  5722. <string>Octave</string>
  5723. </property>
  5724. <property name="alignment">
  5725. <set>Qt::AlignCenter</set>
  5726. </property>
  5727. </widget>
  5728. <widget class="QComboBox" name="osc2_octave_comboBox">
  5729. <property name="geometry">
  5730. <rect>
  5731. <x>10</x>
  5732. <y>40</y>
  5733. <width>61</width>
  5734. <height>26</height>
  5735. </rect>
  5736. </property>
  5737. <property name="currentIndex">
  5738. <number>2</number>
  5739. </property>
  5740. <item>
  5741. <property name="text">
  5742. <string>-2</string>
  5743. </property>
  5744. </item>
  5745. <item>
  5746. <property name="text">
  5747. <string>-1</string>
  5748. </property>
  5749. </item>
  5750. <item>
  5751. <property name="text">
  5752. <string>0</string>
  5753. </property>
  5754. </item>
  5755. <item>
  5756. <property name="text">
  5757. <string>+1</string>
  5758. </property>
  5759. </item>
  5760. <item>
  5761. <property name="text">
  5762. <string>+2</string>
  5763. </property>
  5764. </item>
  5765. </widget>
  5766. <widget class="QLabel" name="label_23">
  5767. <property name="geometry">
  5768. <rect>
  5769. <x>10</x>
  5770. <y>80</y>
  5771. <width>61</width>
  5772. <height>18</height>
  5773. </rect>
  5774. </property>
  5775. <property name="font">
  5776. <font>
  5777. <pointsize>8</pointsize>
  5778. </font>
  5779. </property>
  5780. <property name="text">
  5781. <string>Semitone</string>
  5782. </property>
  5783. <property name="alignment">
  5784. <set>Qt::AlignCenter</set>
  5785. </property>
  5786. </widget>
  5787. <widget class="QComboBox" name="osc2_semitone_comboBox">
  5788. <property name="geometry">
  5789. <rect>
  5790. <x>10</x>
  5791. <y>100</y>
  5792. <width>61</width>
  5793. <height>26</height>
  5794. </rect>
  5795. </property>
  5796. <property name="currentIndex">
  5797. <number>12</number>
  5798. </property>
  5799. <item>
  5800. <property name="text">
  5801. <string>-12</string>
  5802. </property>
  5803. </item>
  5804. <item>
  5805. <property name="text">
  5806. <string>-11</string>
  5807. </property>
  5808. </item>
  5809. <item>
  5810. <property name="text">
  5811. <string>-10</string>
  5812. </property>
  5813. </item>
  5814. <item>
  5815. <property name="text">
  5816. <string>-9</string>
  5817. </property>
  5818. </item>
  5819. <item>
  5820. <property name="text">
  5821. <string>-8</string>
  5822. </property>
  5823. </item>
  5824. <item>
  5825. <property name="text">
  5826. <string>-7</string>
  5827. </property>
  5828. </item>
  5829. <item>
  5830. <property name="text">
  5831. <string>-6</string>
  5832. </property>
  5833. </item>
  5834. <item>
  5835. <property name="text">
  5836. <string>-5</string>
  5837. </property>
  5838. </item>
  5839. <item>
  5840. <property name="text">
  5841. <string>-4</string>
  5842. </property>
  5843. </item>
  5844. <item>
  5845. <property name="text">
  5846. <string>-3</string>
  5847. </property>
  5848. </item>
  5849. <item>
  5850. <property name="text">
  5851. <string>-2</string>
  5852. </property>
  5853. </item>
  5854. <item>
  5855. <property name="text">
  5856. <string>-1</string>
  5857. </property>
  5858. </item>
  5859. <item>
  5860. <property name="text">
  5861. <string>0</string>
  5862. </property>
  5863. </item>
  5864. <item>
  5865. <property name="text">
  5866. <string>+1</string>
  5867. </property>
  5868. </item>
  5869. <item>
  5870. <property name="text">
  5871. <string>+2</string>
  5872. </property>
  5873. </item>
  5874. <item>
  5875. <property name="text">
  5876. <string>+3</string>
  5877. </property>
  5878. </item>
  5879. <item>
  5880. <property name="text">
  5881. <string>+4</string>
  5882. </property>
  5883. </item>
  5884. <item>
  5885. <property name="text">
  5886. <string>+5</string>
  5887. </property>
  5888. </item>
  5889. <item>
  5890. <property name="text">
  5891. <string>+6</string>
  5892. </property>
  5893. </item>
  5894. <item>
  5895. <property name="text">
  5896. <string>+7</string>
  5897. </property>
  5898. </item>
  5899. <item>
  5900. <property name="text">
  5901. <string>+8</string>
  5902. </property>
  5903. </item>
  5904. <item>
  5905. <property name="text">
  5906. <string>+9</string>
  5907. </property>
  5908. </item>
  5909. <item>
  5910. <property name="text">
  5911. <string>+10</string>
  5912. </property>
  5913. </item>
  5914. <item>
  5915. <property name="text">
  5916. <string>+11</string>
  5917. </property>
  5918. </item>
  5919. <item>
  5920. <property name="text">
  5921. <string>+12</string>
  5922. </property>
  5923. </item>
  5924. </widget>
  5925. <widget class="QLabel" name="label_24">
  5926. <property name="geometry">
  5927. <rect>
  5928. <x>80</x>
  5929. <y>20</y>
  5930. <width>41</width>
  5931. <height>18</height>
  5932. </rect>
  5933. </property>
  5934. <property name="font">
  5935. <font>
  5936. <pointsize>8</pointsize>
  5937. </font>
  5938. </property>
  5939. <property name="text">
  5940. <string>Fine</string>
  5941. </property>
  5942. <property name="alignment">
  5943. <set>Qt::AlignCenter</set>
  5944. </property>
  5945. </widget>
  5946. <widget class="QLabel" name="label_25">
  5947. <property name="geometry">
  5948. <rect>
  5949. <x>80</x>
  5950. <y>80</y>
  5951. <width>41</width>
  5952. <height>18</height>
  5953. </rect>
  5954. </property>
  5955. <property name="font">
  5956. <font>
  5957. <pointsize>8</pointsize>
  5958. </font>
  5959. </property>
  5960. <property name="text">
  5961. <string>Beat</string>
  5962. </property>
  5963. <property name="alignment">
  5964. <set>Qt::AlignCenter</set>
  5965. </property>
  5966. </widget>
  5967. <widget class="QLabel" name="label_26">
  5968. <property name="geometry">
  5969. <rect>
  5970. <x>120</x>
  5971. <y>10</y>
  5972. <width>31</width>
  5973. <height>16</height>
  5974. </rect>
  5975. </property>
  5976. <property name="font">
  5977. <font>
  5978. <pointsize>8</pointsize>
  5979. </font>
  5980. </property>
  5981. <property name="text">
  5982. <string>Saw</string>
  5983. </property>
  5984. <property name="alignment">
  5985. <set>Qt::AlignCenter</set>
  5986. </property>
  5987. </widget>
  5988. <widget class="QLabel" name="label_27">
  5989. <property name="geometry">
  5990. <rect>
  5991. <x>150</x>
  5992. <y>10</y>
  5993. <width>21</width>
  5994. <height>18</height>
  5995. </rect>
  5996. </property>
  5997. <property name="font">
  5998. <font>
  5999. <pointsize>8</pointsize>
  6000. </font>
  6001. </property>
  6002. <property name="text">
  6003. <string>Tri</string>
  6004. </property>
  6005. <property name="alignment">
  6006. <set>Qt::AlignCenter</set>
  6007. </property>
  6008. </widget>
  6009. <widget class="QLabel" name="label_28">
  6010. <property name="geometry">
  6011. <rect>
  6012. <x>160</x>
  6013. <y>10</y>
  6014. <width>41</width>
  6015. <height>18</height>
  6016. </rect>
  6017. </property>
  6018. <property name="font">
  6019. <font>
  6020. <pointsize>8</pointsize>
  6021. </font>
  6022. </property>
  6023. <property name="text">
  6024. <string>Sqr</string>
  6025. </property>
  6026. <property name="alignment">
  6027. <set>Qt::AlignCenter</set>
  6028. </property>
  6029. </widget>
  6030. <widget class="QGroupBox" name="groupBox_21">
  6031. <property name="geometry">
  6032. <rect>
  6033. <x>190</x>
  6034. <y>10</y>
  6035. <width>111</width>
  6036. <height>141</height>
  6037. </rect>
  6038. </property>
  6039. <property name="title">
  6040. <string>PWM</string>
  6041. </property>
  6042. <property name="alignment">
  6043. <set>Qt::AlignHCenter</set>
  6044. </property>
  6045. <property name="flat">
  6046. <bool>true</bool>
  6047. </property>
  6048. <widget class="QLabel" name="label_29">
  6049. <property name="geometry">
  6050. <rect>
  6051. <x>60</x>
  6052. <y>20</y>
  6053. <width>41</width>
  6054. <height>18</height>
  6055. </rect>
  6056. </property>
  6057. <property name="font">
  6058. <font>
  6059. <pointsize>8</pointsize>
  6060. </font>
  6061. </property>
  6062. <property name="text">
  6063. <string>Freq</string>
  6064. </property>
  6065. <property name="alignment">
  6066. <set>Qt::AlignCenter</set>
  6067. </property>
  6068. </widget>
  6069. <widget class="QDial" name="osc2_PWMfreq_dial">
  6070. <property name="geometry">
  6071. <rect>
  6072. <x>60</x>
  6073. <y>30</y>
  6074. <width>40</width>
  6075. <height>40</height>
  6076. </rect>
  6077. </property>
  6078. <property name="palette">
  6079. <palette>
  6080. <active>
  6081. <colorrole role="Button">
  6082. <brush brushstyle="SolidPattern">
  6083. <color alpha="255">
  6084. <red>0</red>
  6085. <green>0</green>
  6086. <blue>0</blue>
  6087. </color>
  6088. </brush>
  6089. </colorrole>
  6090. </active>
  6091. <inactive>
  6092. <colorrole role="Button">
  6093. <brush brushstyle="SolidPattern">
  6094. <color alpha="255">
  6095. <red>0</red>
  6096. <green>0</green>
  6097. <blue>0</blue>
  6098. </color>
  6099. </brush>
  6100. </colorrole>
  6101. </inactive>
  6102. <disabled>
  6103. <colorrole role="Button">
  6104. <brush brushstyle="SolidPattern">
  6105. <color alpha="255">
  6106. <red>0</red>
  6107. <green>0</green>
  6108. <blue>0</blue>
  6109. </color>
  6110. </brush>
  6111. </colorrole>
  6112. </disabled>
  6113. </palette>
  6114. </property>
  6115. <property name="maximum">
  6116. <number>127</number>
  6117. </property>
  6118. <property name="value">
  6119. <number>0</number>
  6120. </property>
  6121. <property name="sliderPosition">
  6122. <number>0</number>
  6123. </property>
  6124. <property name="notchTarget">
  6125. <double>12.800000000000001</double>
  6126. </property>
  6127. <property name="notchesVisible">
  6128. <bool>true</bool>
  6129. </property>
  6130. </widget>
  6131. <widget class="QLabel" name="label_30">
  6132. <property name="geometry">
  6133. <rect>
  6134. <x>60</x>
  6135. <y>80</y>
  6136. <width>41</width>
  6137. <height>18</height>
  6138. </rect>
  6139. </property>
  6140. <property name="font">
  6141. <font>
  6142. <pointsize>8</pointsize>
  6143. </font>
  6144. </property>
  6145. <property name="text">
  6146. <string>Depth</string>
  6147. </property>
  6148. <property name="alignment">
  6149. <set>Qt::AlignCenter</set>
  6150. </property>
  6151. </widget>
  6152. <widget class="QDial" name="osc2_PWMdepth_dial">
  6153. <property name="geometry">
  6154. <rect>
  6155. <x>60</x>
  6156. <y>90</y>
  6157. <width>40</width>
  6158. <height>40</height>
  6159. </rect>
  6160. </property>
  6161. <property name="palette">
  6162. <palette>
  6163. <active>
  6164. <colorrole role="Button">
  6165. <brush brushstyle="SolidPattern">
  6166. <color alpha="255">
  6167. <red>0</red>
  6168. <green>0</green>
  6169. <blue>0</blue>
  6170. </color>
  6171. </brush>
  6172. </colorrole>
  6173. </active>
  6174. <inactive>
  6175. <colorrole role="Button">
  6176. <brush brushstyle="SolidPattern">
  6177. <color alpha="255">
  6178. <red>0</red>
  6179. <green>0</green>
  6180. <blue>0</blue>
  6181. </color>
  6182. </brush>
  6183. </colorrole>
  6184. </inactive>
  6185. <disabled>
  6186. <colorrole role="Button">
  6187. <brush brushstyle="SolidPattern">
  6188. <color alpha="255">
  6189. <red>0</red>
  6190. <green>0</green>
  6191. <blue>0</blue>
  6192. </color>
  6193. </brush>
  6194. </colorrole>
  6195. </disabled>
  6196. </palette>
  6197. </property>
  6198. <property name="maximum">
  6199. <number>127</number>
  6200. </property>
  6201. <property name="value">
  6202. <number>0</number>
  6203. </property>
  6204. <property name="sliderPosition">
  6205. <number>0</number>
  6206. </property>
  6207. <property name="notchTarget">
  6208. <double>12.800000000000001</double>
  6209. </property>
  6210. <property name="notchesVisible">
  6211. <bool>true</bool>
  6212. </property>
  6213. </widget>
  6214. <widget class="QLabel" name="label_31">
  6215. <property name="geometry">
  6216. <rect>
  6217. <x>10</x>
  6218. <y>20</y>
  6219. <width>41</width>
  6220. <height>18</height>
  6221. </rect>
  6222. </property>
  6223. <property name="font">
  6224. <font>
  6225. <pointsize>8</pointsize>
  6226. </font>
  6227. </property>
  6228. <property name="text">
  6229. <string>Width</string>
  6230. </property>
  6231. <property name="alignment">
  6232. <set>Qt::AlignCenter</set>
  6233. </property>
  6234. </widget>
  6235. <widget class="QDial" name="osc2_pulseWidth_dial">
  6236. <property name="geometry">
  6237. <rect>
  6238. <x>10</x>
  6239. <y>30</y>
  6240. <width>40</width>
  6241. <height>40</height>
  6242. </rect>
  6243. </property>
  6244. <property name="palette">
  6245. <palette>
  6246. <active>
  6247. <colorrole role="Button">
  6248. <brush brushstyle="SolidPattern">
  6249. <color alpha="255">
  6250. <red>0</red>
  6251. <green>0</green>
  6252. <blue>0</blue>
  6253. </color>
  6254. </brush>
  6255. </colorrole>
  6256. </active>
  6257. <inactive>
  6258. <colorrole role="Button">
  6259. <brush brushstyle="SolidPattern">
  6260. <color alpha="255">
  6261. <red>0</red>
  6262. <green>0</green>
  6263. <blue>0</blue>
  6264. </color>
  6265. </brush>
  6266. </colorrole>
  6267. </inactive>
  6268. <disabled>
  6269. <colorrole role="Button">
  6270. <brush brushstyle="SolidPattern">
  6271. <color alpha="255">
  6272. <red>0</red>
  6273. <green>0</green>
  6274. <blue>0</blue>
  6275. </color>
  6276. </brush>
  6277. </colorrole>
  6278. </disabled>
  6279. </palette>
  6280. </property>
  6281. <property name="maximum">
  6282. <number>127</number>
  6283. </property>
  6284. <property name="value">
  6285. <number>0</number>
  6286. </property>
  6287. <property name="sliderPosition">
  6288. <number>0</number>
  6289. </property>
  6290. <property name="notchTarget">
  6291. <double>12.800000000000001</double>
  6292. </property>
  6293. <property name="notchesVisible">
  6294. <bool>true</bool>
  6295. </property>
  6296. </widget>
  6297. </widget>
  6298. <widget class="QGroupBox" name="groupBox_22">
  6299. <property name="geometry">
  6300. <rect>
  6301. <x>300</x>
  6302. <y>10</y>
  6303. <width>61</width>
  6304. <height>141</height>
  6305. </rect>
  6306. </property>
  6307. <property name="title">
  6308. <string>Sweep</string>
  6309. </property>
  6310. <property name="alignment">
  6311. <set>Qt::AlignHCenter</set>
  6312. </property>
  6313. <property name="flat">
  6314. <bool>true</bool>
  6315. </property>
  6316. <widget class="QLabel" name="label_32">
  6317. <property name="geometry">
  6318. <rect>
  6319. <x>0</x>
  6320. <y>20</y>
  6321. <width>61</width>
  6322. <height>18</height>
  6323. </rect>
  6324. </property>
  6325. <property name="font">
  6326. <font>
  6327. <pointsize>8</pointsize>
  6328. </font>
  6329. </property>
  6330. <property name="text">
  6331. <string>Time</string>
  6332. </property>
  6333. <property name="alignment">
  6334. <set>Qt::AlignCenter</set>
  6335. </property>
  6336. </widget>
  6337. <widget class="QDial" name="osc2_sweepTime_dial">
  6338. <property name="geometry">
  6339. <rect>
  6340. <x>10</x>
  6341. <y>30</y>
  6342. <width>40</width>
  6343. <height>40</height>
  6344. </rect>
  6345. </property>
  6346. <property name="palette">
  6347. <palette>
  6348. <active>
  6349. <colorrole role="Button">
  6350. <brush brushstyle="SolidPattern">
  6351. <color alpha="255">
  6352. <red>0</red>
  6353. <green>0</green>
  6354. <blue>0</blue>
  6355. </color>
  6356. </brush>
  6357. </colorrole>
  6358. </active>
  6359. <inactive>
  6360. <colorrole role="Button">
  6361. <brush brushstyle="SolidPattern">
  6362. <color alpha="255">
  6363. <red>0</red>
  6364. <green>0</green>
  6365. <blue>0</blue>
  6366. </color>
  6367. </brush>
  6368. </colorrole>
  6369. </inactive>
  6370. <disabled>
  6371. <colorrole role="Button">
  6372. <brush brushstyle="SolidPattern">
  6373. <color alpha="255">
  6374. <red>0</red>
  6375. <green>0</green>
  6376. <blue>0</blue>
  6377. </color>
  6378. </brush>
  6379. </colorrole>
  6380. </disabled>
  6381. </palette>
  6382. </property>
  6383. <property name="maximum">
  6384. <number>127</number>
  6385. </property>
  6386. <property name="value">
  6387. <number>0</number>
  6388. </property>
  6389. <property name="sliderPosition">
  6390. <number>0</number>
  6391. </property>
  6392. <property name="notchTarget">
  6393. <double>12.800000000000001</double>
  6394. </property>
  6395. <property name="notchesVisible">
  6396. <bool>true</bool>
  6397. </property>
  6398. </widget>
  6399. <widget class="QLabel" name="label_33">
  6400. <property name="geometry">
  6401. <rect>
  6402. <x>0</x>
  6403. <y>80</y>
  6404. <width>61</width>
  6405. <height>18</height>
  6406. </rect>
  6407. </property>
  6408. <property name="font">
  6409. <font>
  6410. <pointsize>8</pointsize>
  6411. </font>
  6412. </property>
  6413. <property name="text">
  6414. <string>Depth</string>
  6415. </property>
  6416. <property name="alignment">
  6417. <set>Qt::AlignCenter</set>
  6418. </property>
  6419. </widget>
  6420. <widget class="QDial" name="osc2_sweepDepth_dial">
  6421. <property name="geometry">
  6422. <rect>
  6423. <x>10</x>
  6424. <y>90</y>
  6425. <width>40</width>
  6426. <height>40</height>
  6427. </rect>
  6428. </property>
  6429. <property name="palette">
  6430. <palette>
  6431. <active>
  6432. <colorrole role="Button">
  6433. <brush brushstyle="SolidPattern">
  6434. <color alpha="255">
  6435. <red>0</red>
  6436. <green>0</green>
  6437. <blue>0</blue>
  6438. </color>
  6439. </brush>
  6440. </colorrole>
  6441. </active>
  6442. <inactive>
  6443. <colorrole role="Button">
  6444. <brush brushstyle="SolidPattern">
  6445. <color alpha="255">
  6446. <red>0</red>
  6447. <green>0</green>
  6448. <blue>0</blue>
  6449. </color>
  6450. </brush>
  6451. </colorrole>
  6452. </inactive>
  6453. <disabled>
  6454. <colorrole role="Button">
  6455. <brush brushstyle="SolidPattern">
  6456. <color alpha="255">
  6457. <red>0</red>
  6458. <green>0</green>
  6459. <blue>0</blue>
  6460. </color>
  6461. </brush>
  6462. </colorrole>
  6463. </disabled>
  6464. </palette>
  6465. </property>
  6466. <property name="maximum">
  6467. <number>127</number>
  6468. </property>
  6469. <property name="value">
  6470. <number>0</number>
  6471. </property>
  6472. <property name="sliderPosition">
  6473. <number>0</number>
  6474. </property>
  6475. <property name="notchTarget">
  6476. <double>12.800000000000001</double>
  6477. </property>
  6478. <property name="notchesVisible">
  6479. <bool>true</bool>
  6480. </property>
  6481. </widget>
  6482. </widget>
  6483. <widget class="QLabel" name="label_34">
  6484. <property name="geometry">
  6485. <rect>
  6486. <x>460</x>
  6487. <y>10</y>
  6488. <width>31</width>
  6489. <height>18</height>
  6490. </rect>
  6491. </property>
  6492. <property name="font">
  6493. <font>
  6494. <pointsize>8</pointsize>
  6495. </font>
  6496. </property>
  6497. <property name="text">
  6498. <string>Vol</string>
  6499. </property>
  6500. <property name="alignment">
  6501. <set>Qt::AlignCenter</set>
  6502. </property>
  6503. </widget>
  6504. <widget class="QCheckBox" name="xfade_checkBox">
  6505. <property name="geometry">
  6506. <rect>
  6507. <x>10</x>
  6508. <y>130</y>
  6509. <width>91</width>
  6510. <height>23</height>
  6511. </rect>
  6512. </property>
  6513. <property name="font">
  6514. <font>
  6515. <pointsize>8</pointsize>
  6516. </font>
  6517. </property>
  6518. <property name="text">
  6519. <string>Cross-fade</string>
  6520. </property>
  6521. </widget>
  6522. </widget>
  6523. <widget class="QGroupBox" name="groupBox_6">
  6524. <property name="geometry">
  6525. <rect>
  6526. <x>570</x>
  6527. <y>180</y>
  6528. <width>421</width>
  6529. <height>141</height>
  6530. </rect>
  6531. </property>
  6532. <property name="title">
  6533. <string>Osc Secondary Filter</string>
  6534. </property>
  6535. <widget class="QDial" name="oscfilter2_Q_dial">
  6536. <property name="geometry">
  6537. <rect>
  6538. <x>120</x>
  6539. <y>40</y>
  6540. <width>40</width>
  6541. <height>40</height>
  6542. </rect>
  6543. </property>
  6544. <property name="palette">
  6545. <palette>
  6546. <active>
  6547. <colorrole role="Button">
  6548. <brush brushstyle="SolidPattern">
  6549. <color alpha="255">
  6550. <red>0</red>
  6551. <green>0</green>
  6552. <blue>0</blue>
  6553. </color>
  6554. </brush>
  6555. </colorrole>
  6556. </active>
  6557. <inactive>
  6558. <colorrole role="Button">
  6559. <brush brushstyle="SolidPattern">
  6560. <color alpha="255">
  6561. <red>0</red>
  6562. <green>0</green>
  6563. <blue>0</blue>
  6564. </color>
  6565. </brush>
  6566. </colorrole>
  6567. </inactive>
  6568. <disabled>
  6569. <colorrole role="Button">
  6570. <brush brushstyle="SolidPattern">
  6571. <color alpha="255">
  6572. <red>0</red>
  6573. <green>0</green>
  6574. <blue>0</blue>
  6575. </color>
  6576. </brush>
  6577. </colorrole>
  6578. </disabled>
  6579. </palette>
  6580. </property>
  6581. <property name="minimum">
  6582. <number>5</number>
  6583. </property>
  6584. <property name="maximum">
  6585. <number>127</number>
  6586. </property>
  6587. <property name="value">
  6588. <number>5</number>
  6589. </property>
  6590. <property name="sliderPosition">
  6591. <number>5</number>
  6592. </property>
  6593. <property name="notchTarget">
  6594. <double>12.800000000000001</double>
  6595. </property>
  6596. <property name="notchesVisible">
  6597. <bool>true</bool>
  6598. </property>
  6599. </widget>
  6600. <widget class="QDial" name="oscfilter2_keyFollow_dial">
  6601. <property name="geometry">
  6602. <rect>
  6603. <x>120</x>
  6604. <y>90</y>
  6605. <width>40</width>
  6606. <height>40</height>
  6607. </rect>
  6608. </property>
  6609. <property name="palette">
  6610. <palette>
  6611. <active>
  6612. <colorrole role="Button">
  6613. <brush brushstyle="SolidPattern">
  6614. <color alpha="255">
  6615. <red>0</red>
  6616. <green>0</green>
  6617. <blue>0</blue>
  6618. </color>
  6619. </brush>
  6620. </colorrole>
  6621. </active>
  6622. <inactive>
  6623. <colorrole role="Button">
  6624. <brush brushstyle="SolidPattern">
  6625. <color alpha="255">
  6626. <red>0</red>
  6627. <green>0</green>
  6628. <blue>0</blue>
  6629. </color>
  6630. </brush>
  6631. </colorrole>
  6632. </inactive>
  6633. <disabled>
  6634. <colorrole role="Button">
  6635. <brush brushstyle="SolidPattern">
  6636. <color alpha="255">
  6637. <red>0</red>
  6638. <green>0</green>
  6639. <blue>0</blue>
  6640. </color>
  6641. </brush>
  6642. </colorrole>
  6643. </disabled>
  6644. </palette>
  6645. </property>
  6646. <property name="minimum">
  6647. <number>52</number>
  6648. </property>
  6649. <property name="maximum">
  6650. <number>88</number>
  6651. </property>
  6652. <property name="value">
  6653. <number>64</number>
  6654. </property>
  6655. <property name="notchTarget">
  6656. <double>3.000000000000000</double>
  6657. </property>
  6658. <property name="notchesVisible">
  6659. <bool>true</bool>
  6660. </property>
  6661. </widget>
  6662. <widget class="QSlider" name="oscfilter2_freq_horizontalSlider">
  6663. <property name="geometry">
  6664. <rect>
  6665. <x>10</x>
  6666. <y>100</y>
  6667. <width>101</width>
  6668. <height>20</height>
  6669. </rect>
  6670. </property>
  6671. <property name="maximum">
  6672. <number>127</number>
  6673. </property>
  6674. <property name="orientation">
  6675. <enum>Qt::Horizontal</enum>
  6676. </property>
  6677. <property name="tickPosition">
  6678. <enum>QSlider::TicksBothSides</enum>
  6679. </property>
  6680. <property name="tickInterval">
  6681. <number>16</number>
  6682. </property>
  6683. </widget>
  6684. <widget class="QGroupBox" name="groupBox_11">
  6685. <property name="geometry">
  6686. <rect>
  6687. <x>240</x>
  6688. <y>10</y>
  6689. <width>111</width>
  6690. <height>141</height>
  6691. </rect>
  6692. </property>
  6693. <property name="title">
  6694. <string>LFO</string>
  6695. </property>
  6696. <property name="alignment">
  6697. <set>Qt::AlignHCenter</set>
  6698. </property>
  6699. <property name="flat">
  6700. <bool>true</bool>
  6701. </property>
  6702. <widget class="QDial" name="oscfilter2_LFOfreq_dial">
  6703. <property name="geometry">
  6704. <rect>
  6705. <x>10</x>
  6706. <y>30</y>
  6707. <width>40</width>
  6708. <height>40</height>
  6709. </rect>
  6710. </property>
  6711. <property name="palette">
  6712. <palette>
  6713. <active>
  6714. <colorrole role="Button">
  6715. <brush brushstyle="SolidPattern">
  6716. <color alpha="255">
  6717. <red>0</red>
  6718. <green>0</green>
  6719. <blue>0</blue>
  6720. </color>
  6721. </brush>
  6722. </colorrole>
  6723. </active>
  6724. <inactive>
  6725. <colorrole role="Button">
  6726. <brush brushstyle="SolidPattern">
  6727. <color alpha="255">
  6728. <red>0</red>
  6729. <green>0</green>
  6730. <blue>0</blue>
  6731. </color>
  6732. </brush>
  6733. </colorrole>
  6734. </inactive>
  6735. <disabled>
  6736. <colorrole role="Button">
  6737. <brush brushstyle="SolidPattern">
  6738. <color alpha="255">
  6739. <red>0</red>
  6740. <green>0</green>
  6741. <blue>0</blue>
  6742. </color>
  6743. </brush>
  6744. </colorrole>
  6745. </disabled>
  6746. </palette>
  6747. </property>
  6748. <property name="maximum">
  6749. <number>127</number>
  6750. </property>
  6751. <property name="notchTarget">
  6752. <double>12.800000000000001</double>
  6753. </property>
  6754. <property name="notchesVisible">
  6755. <bool>true</bool>
  6756. </property>
  6757. </widget>
  6758. <widget class="QDial" name="oscfilter2_LFObreath_dial">
  6759. <property name="geometry">
  6760. <rect>
  6761. <x>60</x>
  6762. <y>30</y>
  6763. <width>40</width>
  6764. <height>40</height>
  6765. </rect>
  6766. </property>
  6767. <property name="palette">
  6768. <palette>
  6769. <active>
  6770. <colorrole role="Button">
  6771. <brush brushstyle="SolidPattern">
  6772. <color alpha="255">
  6773. <red>0</red>
  6774. <green>0</green>
  6775. <blue>0</blue>
  6776. </color>
  6777. </brush>
  6778. </colorrole>
  6779. </active>
  6780. <inactive>
  6781. <colorrole role="Button">
  6782. <brush brushstyle="SolidPattern">
  6783. <color alpha="255">
  6784. <red>0</red>
  6785. <green>0</green>
  6786. <blue>0</blue>
  6787. </color>
  6788. </brush>
  6789. </colorrole>
  6790. </inactive>
  6791. <disabled>
  6792. <colorrole role="Button">
  6793. <brush brushstyle="SolidPattern">
  6794. <color alpha="255">
  6795. <red>0</red>
  6796. <green>0</green>
  6797. <blue>0</blue>
  6798. </color>
  6799. </brush>
  6800. </colorrole>
  6801. </disabled>
  6802. </palette>
  6803. </property>
  6804. <property name="maximum">
  6805. <number>127</number>
  6806. </property>
  6807. <property name="notchTarget">
  6808. <double>12.800000000000001</double>
  6809. </property>
  6810. <property name="notchesVisible">
  6811. <bool>true</bool>
  6812. </property>
  6813. </widget>
  6814. <widget class="QDial" name="oscfilter2_LFOdepth_dial">
  6815. <property name="geometry">
  6816. <rect>
  6817. <x>10</x>
  6818. <y>80</y>
  6819. <width>40</width>
  6820. <height>40</height>
  6821. </rect>
  6822. </property>
  6823. <property name="palette">
  6824. <palette>
  6825. <active>
  6826. <colorrole role="Button">
  6827. <brush brushstyle="SolidPattern">
  6828. <color alpha="255">
  6829. <red>0</red>
  6830. <green>0</green>
  6831. <blue>0</blue>
  6832. </color>
  6833. </brush>
  6834. </colorrole>
  6835. </active>
  6836. <inactive>
  6837. <colorrole role="Button">
  6838. <brush brushstyle="SolidPattern">
  6839. <color alpha="255">
  6840. <red>0</red>
  6841. <green>0</green>
  6842. <blue>0</blue>
  6843. </color>
  6844. </brush>
  6845. </colorrole>
  6846. </inactive>
  6847. <disabled>
  6848. <colorrole role="Button">
  6849. <brush brushstyle="SolidPattern">
  6850. <color alpha="255">
  6851. <red>0</red>
  6852. <green>0</green>
  6853. <blue>0</blue>
  6854. </color>
  6855. </brush>
  6856. </colorrole>
  6857. </disabled>
  6858. </palette>
  6859. </property>
  6860. <property name="maximum">
  6861. <number>127</number>
  6862. </property>
  6863. <property name="notchTarget">
  6864. <double>12.800000000000001</double>
  6865. </property>
  6866. <property name="notchesVisible">
  6867. <bool>true</bool>
  6868. </property>
  6869. </widget>
  6870. <widget class="QDial" name="oscfilter2_LFOthreshold_dial">
  6871. <property name="geometry">
  6872. <rect>
  6873. <x>60</x>
  6874. <y>80</y>
  6875. <width>40</width>
  6876. <height>40</height>
  6877. </rect>
  6878. </property>
  6879. <property name="palette">
  6880. <palette>
  6881. <active>
  6882. <colorrole role="Button">
  6883. <brush brushstyle="SolidPattern">
  6884. <color alpha="255">
  6885. <red>0</red>
  6886. <green>0</green>
  6887. <blue>0</blue>
  6888. </color>
  6889. </brush>
  6890. </colorrole>
  6891. </active>
  6892. <inactive>
  6893. <colorrole role="Button">
  6894. <brush brushstyle="SolidPattern">
  6895. <color alpha="255">
  6896. <red>0</red>
  6897. <green>0</green>
  6898. <blue>0</blue>
  6899. </color>
  6900. </brush>
  6901. </colorrole>
  6902. </inactive>
  6903. <disabled>
  6904. <colorrole role="Button">
  6905. <brush brushstyle="SolidPattern">
  6906. <color alpha="255">
  6907. <red>0</red>
  6908. <green>0</green>
  6909. <blue>0</blue>
  6910. </color>
  6911. </brush>
  6912. </colorrole>
  6913. </disabled>
  6914. </palette>
  6915. </property>
  6916. <property name="maximum">
  6917. <number>127</number>
  6918. </property>
  6919. <property name="notchTarget">
  6920. <double>12.800000000000001</double>
  6921. </property>
  6922. <property name="notchesVisible">
  6923. <bool>true</bool>
  6924. </property>
  6925. </widget>
  6926. <widget class="QLabel" name="label_47">
  6927. <property name="geometry">
  6928. <rect>
  6929. <x>180</x>
  6930. <y>70</y>
  6931. <width>61</width>
  6932. <height>20</height>
  6933. </rect>
  6934. </property>
  6935. <property name="font">
  6936. <font>
  6937. <pointsize>8</pointsize>
  6938. </font>
  6939. </property>
  6940. <property name="text">
  6941. <string>Curve</string>
  6942. </property>
  6943. <property name="alignment">
  6944. <set>Qt::AlignCenter</set>
  6945. </property>
  6946. </widget>
  6947. <widget class="QLabel" name="label_48">
  6948. <property name="geometry">
  6949. <rect>
  6950. <x>0</x>
  6951. <y>20</y>
  6952. <width>61</width>
  6953. <height>16</height>
  6954. </rect>
  6955. </property>
  6956. <property name="font">
  6957. <font>
  6958. <pointsize>8</pointsize>
  6959. </font>
  6960. </property>
  6961. <property name="text">
  6962. <string>Freq</string>
  6963. </property>
  6964. <property name="alignment">
  6965. <set>Qt::AlignCenter</set>
  6966. </property>
  6967. </widget>
  6968. <widget class="QLabel" name="label_49">
  6969. <property name="geometry">
  6970. <rect>
  6971. <x>50</x>
  6972. <y>20</y>
  6973. <width>61</width>
  6974. <height>16</height>
  6975. </rect>
  6976. </property>
  6977. <property name="font">
  6978. <font>
  6979. <pointsize>8</pointsize>
  6980. </font>
  6981. </property>
  6982. <property name="text">
  6983. <string>Breath</string>
  6984. </property>
  6985. <property name="alignment">
  6986. <set>Qt::AlignCenter</set>
  6987. </property>
  6988. </widget>
  6989. <widget class="QLabel" name="label_50">
  6990. <property name="geometry">
  6991. <rect>
  6992. <x>0</x>
  6993. <y>70</y>
  6994. <width>61</width>
  6995. <height>20</height>
  6996. </rect>
  6997. </property>
  6998. <property name="font">
  6999. <font>
  7000. <pointsize>8</pointsize>
  7001. </font>
  7002. </property>
  7003. <property name="text">
  7004. <string>Depth</string>
  7005. </property>
  7006. <property name="alignment">
  7007. <set>Qt::AlignCenter</set>
  7008. </property>
  7009. </widget>
  7010. <widget class="QLabel" name="label_51">
  7011. <property name="geometry">
  7012. <rect>
  7013. <x>50</x>
  7014. <y>70</y>
  7015. <width>61</width>
  7016. <height>20</height>
  7017. </rect>
  7018. </property>
  7019. <property name="font">
  7020. <font>
  7021. <pointsize>8</pointsize>
  7022. </font>
  7023. </property>
  7024. <property name="text">
  7025. <string>Threshold</string>
  7026. </property>
  7027. <property name="alignment">
  7028. <set>Qt::AlignCenter</set>
  7029. </property>
  7030. </widget>
  7031. </widget>
  7032. <widget class="QGroupBox" name="groupBox_12">
  7033. <property name="geometry">
  7034. <rect>
  7035. <x>540</x>
  7036. <y>10</y>
  7037. <width>421</width>
  7038. <height>171</height>
  7039. </rect>
  7040. </property>
  7041. <property name="title">
  7042. <string>Filter 1</string>
  7043. </property>
  7044. <widget class="QGroupBox" name="groupBox_13">
  7045. <property name="geometry">
  7046. <rect>
  7047. <x>10</x>
  7048. <y>20</y>
  7049. <width>101</width>
  7050. <height>131</height>
  7051. </rect>
  7052. </property>
  7053. <property name="title">
  7054. <string>Mode</string>
  7055. </property>
  7056. <widget class="QRadioButton" name="radioButton_11">
  7057. <property name="geometry">
  7058. <rect>
  7059. <x>10</x>
  7060. <y>20</y>
  7061. <width>99</width>
  7062. <height>23</height>
  7063. </rect>
  7064. </property>
  7065. <property name="text">
  7066. <string>Off</string>
  7067. </property>
  7068. </widget>
  7069. <widget class="QRadioButton" name="radioButton_12">
  7070. <property name="geometry">
  7071. <rect>
  7072. <x>10</x>
  7073. <y>40</y>
  7074. <width>99</width>
  7075. <height>23</height>
  7076. </rect>
  7077. </property>
  7078. <property name="text">
  7079. <string>Low Pass</string>
  7080. </property>
  7081. </widget>
  7082. <widget class="QRadioButton" name="radioButton_13">
  7083. <property name="geometry">
  7084. <rect>
  7085. <x>10</x>
  7086. <y>60</y>
  7087. <width>99</width>
  7088. <height>23</height>
  7089. </rect>
  7090. </property>
  7091. <property name="text">
  7092. <string>High Pass</string>
  7093. </property>
  7094. </widget>
  7095. <widget class="QRadioButton" name="radioButton_14">
  7096. <property name="geometry">
  7097. <rect>
  7098. <x>10</x>
  7099. <y>80</y>
  7100. <width>99</width>
  7101. <height>23</height>
  7102. </rect>
  7103. </property>
  7104. <property name="text">
  7105. <string>Band Pass</string>
  7106. </property>
  7107. </widget>
  7108. <widget class="QRadioButton" name="radioButton_15">
  7109. <property name="geometry">
  7110. <rect>
  7111. <x>10</x>
  7112. <y>100</y>
  7113. <width>99</width>
  7114. <height>23</height>
  7115. </rect>
  7116. </property>
  7117. <property name="text">
  7118. <string>Notch</string>
  7119. </property>
  7120. </widget>
  7121. </widget>
  7122. <widget class="QDial" name="dial_49">
  7123. <property name="geometry">
  7124. <rect>
  7125. <x>120</x>
  7126. <y>20</y>
  7127. <width>50</width>
  7128. <height>50</height>
  7129. </rect>
  7130. </property>
  7131. <property name="sliderPosition">
  7132. <number>50</number>
  7133. </property>
  7134. </widget>
  7135. <widget class="QDial" name="dial_50">
  7136. <property name="geometry">
  7137. <rect>
  7138. <x>120</x>
  7139. <y>70</y>
  7140. <width>50</width>
  7141. <height>64</height>
  7142. </rect>
  7143. </property>
  7144. </widget>
  7145. <widget class="QDial" name="dial_51">
  7146. <property name="geometry">
  7147. <rect>
  7148. <x>180</x>
  7149. <y>10</y>
  7150. <width>50</width>
  7151. <height>64</height>
  7152. </rect>
  7153. </property>
  7154. </widget>
  7155. <widget class="QDial" name="dial_52">
  7156. <property name="geometry">
  7157. <rect>
  7158. <x>180</x>
  7159. <y>70</y>
  7160. <width>50</width>
  7161. <height>64</height>
  7162. </rect>
  7163. </property>
  7164. </widget>
  7165. <widget class="QSlider" name="horizontalSlider_3">
  7166. <property name="geometry">
  7167. <rect>
  7168. <x>120</x>
  7169. <y>140</y>
  7170. <width>111</width>
  7171. <height>16</height>
  7172. </rect>
  7173. </property>
  7174. <property name="orientation">
  7175. <enum>Qt::Horizontal</enum>
  7176. </property>
  7177. </widget>
  7178. <widget class="QGroupBox" name="groupBox_14">
  7179. <property name="geometry">
  7180. <rect>
  7181. <x>240</x>
  7182. <y>20</y>
  7183. <width>171</width>
  7184. <height>131</height>
  7185. </rect>
  7186. </property>
  7187. <property name="title">
  7188. <string>LFO</string>
  7189. </property>
  7190. <widget class="QDial" name="dial_53">
  7191. <property name="geometry">
  7192. <rect>
  7193. <x>10</x>
  7194. <y>10</y>
  7195. <width>50</width>
  7196. <height>64</height>
  7197. </rect>
  7198. </property>
  7199. </widget>
  7200. <widget class="QDial" name="dial_54">
  7201. <property name="geometry">
  7202. <rect>
  7203. <x>60</x>
  7204. <y>10</y>
  7205. <width>50</width>
  7206. <height>64</height>
  7207. </rect>
  7208. </property>
  7209. </widget>
  7210. <widget class="QDial" name="dial_55">
  7211. <property name="geometry">
  7212. <rect>
  7213. <x>10</x>
  7214. <y>70</y>
  7215. <width>50</width>
  7216. <height>64</height>
  7217. </rect>
  7218. </property>
  7219. </widget>
  7220. <widget class="QDial" name="dial_56">
  7221. <property name="geometry">
  7222. <rect>
  7223. <x>60</x>
  7224. <y>70</y>
  7225. <width>50</width>
  7226. <height>64</height>
  7227. </rect>
  7228. </property>
  7229. </widget>
  7230. <widget class="QDial" name="dial_57">
  7231. <property name="geometry">
  7232. <rect>
  7233. <x>110</x>
  7234. <y>10</y>
  7235. <width>50</width>
  7236. <height>64</height>
  7237. </rect>
  7238. </property>
  7239. </widget>
  7240. <widget class="QDial" name="dial_58">
  7241. <property name="geometry">
  7242. <rect>
  7243. <x>110</x>
  7244. <y>70</y>
  7245. <width>50</width>
  7246. <height>64</height>
  7247. </rect>
  7248. </property>
  7249. </widget>
  7250. </widget>
  7251. </widget>
  7252. <widget class="QLabel" name="label_52">
  7253. <property name="geometry">
  7254. <rect>
  7255. <x>120</x>
  7256. <y>30</y>
  7257. <width>41</width>
  7258. <height>16</height>
  7259. </rect>
  7260. </property>
  7261. <property name="font">
  7262. <font>
  7263. <pointsize>8</pointsize>
  7264. </font>
  7265. </property>
  7266. <property name="text">
  7267. <string>Q</string>
  7268. </property>
  7269. <property name="alignment">
  7270. <set>Qt::AlignCenter</set>
  7271. </property>
  7272. </widget>
  7273. <widget class="QLabel" name="label_53">
  7274. <property name="geometry">
  7275. <rect>
  7276. <x>110</x>
  7277. <y>80</y>
  7278. <width>61</width>
  7279. <height>18</height>
  7280. </rect>
  7281. </property>
  7282. <property name="font">
  7283. <font>
  7284. <pointsize>8</pointsize>
  7285. </font>
  7286. </property>
  7287. <property name="text">
  7288. <string>Key Follow</string>
  7289. </property>
  7290. <property name="alignment">
  7291. <set>Qt::AlignCenter</set>
  7292. </property>
  7293. </widget>
  7294. <widget class="QLabel" name="label_56">
  7295. <property name="geometry">
  7296. <rect>
  7297. <x>30</x>
  7298. <y>80</y>
  7299. <width>64</width>
  7300. <height>20</height>
  7301. </rect>
  7302. </property>
  7303. <property name="font">
  7304. <font>
  7305. <pointsize>8</pointsize>
  7306. </font>
  7307. </property>
  7308. <property name="text">
  7309. <string>Cutoff Freq</string>
  7310. </property>
  7311. <property name="alignment">
  7312. <set>Qt::AlignCenter</set>
  7313. </property>
  7314. </widget>
  7315. <widget class="QGroupBox" name="groupBox_45">
  7316. <property name="geometry">
  7317. <rect>
  7318. <x>350</x>
  7319. <y>10</y>
  7320. <width>61</width>
  7321. <height>141</height>
  7322. </rect>
  7323. </property>
  7324. <property name="title">
  7325. <string>Sweep</string>
  7326. </property>
  7327. <property name="alignment">
  7328. <set>Qt::AlignHCenter</set>
  7329. </property>
  7330. <property name="flat">
  7331. <bool>true</bool>
  7332. </property>
  7333. <widget class="QLabel" name="label_57">
  7334. <property name="geometry">
  7335. <rect>
  7336. <x>10</x>
  7337. <y>20</y>
  7338. <width>41</width>
  7339. <height>16</height>
  7340. </rect>
  7341. </property>
  7342. <property name="font">
  7343. <font>
  7344. <pointsize>8</pointsize>
  7345. </font>
  7346. </property>
  7347. <property name="text">
  7348. <string>Depth</string>
  7349. </property>
  7350. <property name="alignment">
  7351. <set>Qt::AlignCenter</set>
  7352. </property>
  7353. </widget>
  7354. <widget class="QDial" name="oscfilter2_sweepDepth_dial">
  7355. <property name="geometry">
  7356. <rect>
  7357. <x>10</x>
  7358. <y>30</y>
  7359. <width>40</width>
  7360. <height>40</height>
  7361. </rect>
  7362. </property>
  7363. <property name="palette">
  7364. <palette>
  7365. <active>
  7366. <colorrole role="Button">
  7367. <brush brushstyle="SolidPattern">
  7368. <color alpha="255">
  7369. <red>0</red>
  7370. <green>0</green>
  7371. <blue>0</blue>
  7372. </color>
  7373. </brush>
  7374. </colorrole>
  7375. </active>
  7376. <inactive>
  7377. <colorrole role="Button">
  7378. <brush brushstyle="SolidPattern">
  7379. <color alpha="255">
  7380. <red>0</red>
  7381. <green>0</green>
  7382. <blue>0</blue>
  7383. </color>
  7384. </brush>
  7385. </colorrole>
  7386. </inactive>
  7387. <disabled>
  7388. <colorrole role="Button">
  7389. <brush brushstyle="SolidPattern">
  7390. <color alpha="255">
  7391. <red>0</red>
  7392. <green>0</green>
  7393. <blue>0</blue>
  7394. </color>
  7395. </brush>
  7396. </colorrole>
  7397. </disabled>
  7398. </palette>
  7399. </property>
  7400. <property name="maximum">
  7401. <number>127</number>
  7402. </property>
  7403. <property name="notchTarget">
  7404. <double>12.800000000000001</double>
  7405. </property>
  7406. <property name="notchesVisible">
  7407. <bool>true</bool>
  7408. </property>
  7409. </widget>
  7410. <widget class="QLabel" name="label_58">
  7411. <property name="geometry">
  7412. <rect>
  7413. <x>10</x>
  7414. <y>70</y>
  7415. <width>41</width>
  7416. <height>20</height>
  7417. </rect>
  7418. </property>
  7419. <property name="font">
  7420. <font>
  7421. <pointsize>8</pointsize>
  7422. </font>
  7423. </property>
  7424. <property name="text">
  7425. <string>Time</string>
  7426. </property>
  7427. <property name="alignment">
  7428. <set>Qt::AlignCenter</set>
  7429. </property>
  7430. </widget>
  7431. <widget class="QDial" name="oscfilter2_sweepTime_dial">
  7432. <property name="geometry">
  7433. <rect>
  7434. <x>10</x>
  7435. <y>80</y>
  7436. <width>40</width>
  7437. <height>40</height>
  7438. </rect>
  7439. </property>
  7440. <property name="palette">
  7441. <palette>
  7442. <active>
  7443. <colorrole role="Button">
  7444. <brush brushstyle="SolidPattern">
  7445. <color alpha="255">
  7446. <red>0</red>
  7447. <green>0</green>
  7448. <blue>0</blue>
  7449. </color>
  7450. </brush>
  7451. </colorrole>
  7452. </active>
  7453. <inactive>
  7454. <colorrole role="Button">
  7455. <brush brushstyle="SolidPattern">
  7456. <color alpha="255">
  7457. <red>0</red>
  7458. <green>0</green>
  7459. <blue>0</blue>
  7460. </color>
  7461. </brush>
  7462. </colorrole>
  7463. </inactive>
  7464. <disabled>
  7465. <colorrole role="Button">
  7466. <brush brushstyle="SolidPattern">
  7467. <color alpha="255">
  7468. <red>0</red>
  7469. <green>0</green>
  7470. <blue>0</blue>
  7471. </color>
  7472. </brush>
  7473. </colorrole>
  7474. </disabled>
  7475. </palette>
  7476. </property>
  7477. <property name="maximum">
  7478. <number>127</number>
  7479. </property>
  7480. <property name="notchTarget">
  7481. <double>12.800000000000001</double>
  7482. </property>
  7483. <property name="notchesVisible">
  7484. <bool>true</bool>
  7485. </property>
  7486. </widget>
  7487. </widget>
  7488. <widget class="QComboBox" name="oscfilter2_mode_comboBox">
  7489. <property name="geometry">
  7490. <rect>
  7491. <x>10</x>
  7492. <y>40</y>
  7493. <width>101</width>
  7494. <height>26</height>
  7495. </rect>
  7496. </property>
  7497. <item>
  7498. <property name="text">
  7499. <string>Low Pass</string>
  7500. </property>
  7501. </item>
  7502. <item>
  7503. <property name="text">
  7504. <string>High Pass</string>
  7505. </property>
  7506. </item>
  7507. <item>
  7508. <property name="text">
  7509. <string>Band Pass</string>
  7510. </property>
  7511. </item>
  7512. <item>
  7513. <property name="text">
  7514. <string>Notch</string>
  7515. </property>
  7516. </item>
  7517. <item>
  7518. <property name="text">
  7519. <string>Off</string>
  7520. </property>
  7521. </item>
  7522. </widget>
  7523. <widget class="QGroupBox" name="groupBox_34">
  7524. <property name="geometry">
  7525. <rect>
  7526. <x>170</x>
  7527. <y>10</y>
  7528. <width>81</width>
  7529. <height>121</height>
  7530. </rect>
  7531. </property>
  7532. <property name="title">
  7533. <string>Breath</string>
  7534. </property>
  7535. <property name="alignment">
  7536. <set>Qt::AlignHCenter</set>
  7537. </property>
  7538. <property name="flat">
  7539. <bool>true</bool>
  7540. </property>
  7541. <widget class="QDial" name="oscfilter2_breathMod_dial">
  7542. <property name="geometry">
  7543. <rect>
  7544. <x>20</x>
  7545. <y>30</y>
  7546. <width>40</width>
  7547. <height>40</height>
  7548. </rect>
  7549. </property>
  7550. <property name="palette">
  7551. <palette>
  7552. <active>
  7553. <colorrole role="Button">
  7554. <brush brushstyle="SolidPattern">
  7555. <color alpha="255">
  7556. <red>0</red>
  7557. <green>0</green>
  7558. <blue>0</blue>
  7559. </color>
  7560. </brush>
  7561. </colorrole>
  7562. </active>
  7563. <inactive>
  7564. <colorrole role="Button">
  7565. <brush brushstyle="SolidPattern">
  7566. <color alpha="255">
  7567. <red>0</red>
  7568. <green>0</green>
  7569. <blue>0</blue>
  7570. </color>
  7571. </brush>
  7572. </colorrole>
  7573. </inactive>
  7574. <disabled>
  7575. <colorrole role="Button">
  7576. <brush brushstyle="SolidPattern">
  7577. <color alpha="255">
  7578. <red>0</red>
  7579. <green>0</green>
  7580. <blue>0</blue>
  7581. </color>
  7582. </brush>
  7583. </colorrole>
  7584. </disabled>
  7585. </palette>
  7586. </property>
  7587. <property name="maximum">
  7588. <number>127</number>
  7589. </property>
  7590. <property name="value">
  7591. <number>0</number>
  7592. </property>
  7593. <property name="sliderPosition">
  7594. <number>0</number>
  7595. </property>
  7596. <property name="notchTarget">
  7597. <double>12.800000000000001</double>
  7598. </property>
  7599. <property name="notchesVisible">
  7600. <bool>true</bool>
  7601. </property>
  7602. </widget>
  7603. <widget class="QLabel" name="label_54">
  7604. <property name="geometry">
  7605. <rect>
  7606. <x>0</x>
  7607. <y>20</y>
  7608. <width>81</width>
  7609. <height>16</height>
  7610. </rect>
  7611. </property>
  7612. <property name="font">
  7613. <font>
  7614. <pointsize>8</pointsize>
  7615. </font>
  7616. </property>
  7617. <property name="text">
  7618. <string>Mod</string>
  7619. </property>
  7620. <property name="alignment">
  7621. <set>Qt::AlignCenter</set>
  7622. </property>
  7623. </widget>
  7624. <widget class="QDial" name="oscfilter2_breathCurve_dial">
  7625. <property name="geometry">
  7626. <rect>
  7627. <x>20</x>
  7628. <y>80</y>
  7629. <width>40</width>
  7630. <height>40</height>
  7631. </rect>
  7632. </property>
  7633. <property name="palette">
  7634. <palette>
  7635. <active>
  7636. <colorrole role="Button">
  7637. <brush brushstyle="SolidPattern">
  7638. <color alpha="255">
  7639. <red>0</red>
  7640. <green>0</green>
  7641. <blue>0</blue>
  7642. </color>
  7643. </brush>
  7644. </colorrole>
  7645. </active>
  7646. <inactive>
  7647. <colorrole role="Button">
  7648. <brush brushstyle="SolidPattern">
  7649. <color alpha="255">
  7650. <red>0</red>
  7651. <green>0</green>
  7652. <blue>0</blue>
  7653. </color>
  7654. </brush>
  7655. </colorrole>
  7656. </inactive>
  7657. <disabled>
  7658. <colorrole role="Button">
  7659. <brush brushstyle="SolidPattern">
  7660. <color alpha="255">
  7661. <red>0</red>
  7662. <green>0</green>
  7663. <blue>0</blue>
  7664. </color>
  7665. </brush>
  7666. </colorrole>
  7667. </disabled>
  7668. </palette>
  7669. </property>
  7670. <property name="maximum">
  7671. <number>127</number>
  7672. </property>
  7673. <property name="notchTarget">
  7674. <double>12.800000000000001</double>
  7675. </property>
  7676. <property name="notchesVisible">
  7677. <bool>true</bool>
  7678. </property>
  7679. </widget>
  7680. <widget class="QLabel" name="label_55">
  7681. <property name="geometry">
  7682. <rect>
  7683. <x>10</x>
  7684. <y>70</y>
  7685. <width>61</width>
  7686. <height>20</height>
  7687. </rect>
  7688. </property>
  7689. <property name="font">
  7690. <font>
  7691. <pointsize>8</pointsize>
  7692. </font>
  7693. </property>
  7694. <property name="text">
  7695. <string>Curve</string>
  7696. </property>
  7697. <property name="alignment">
  7698. <set>Qt::AlignCenter</set>
  7699. </property>
  7700. </widget>
  7701. </widget>
  7702. </widget>
  7703. <widget class="QGroupBox" name="groupBox_15">
  7704. <property name="geometry">
  7705. <rect>
  7706. <x>150</x>
  7707. <y>320</y>
  7708. <width>421</width>
  7709. <height>141</height>
  7710. </rect>
  7711. </property>
  7712. <property name="title">
  7713. <string>Noise Primary Filter</string>
  7714. </property>
  7715. <widget class="QDial" name="noisefilter1_Q_dial">
  7716. <property name="geometry">
  7717. <rect>
  7718. <x>120</x>
  7719. <y>40</y>
  7720. <width>40</width>
  7721. <height>40</height>
  7722. </rect>
  7723. </property>
  7724. <property name="palette">
  7725. <palette>
  7726. <active>
  7727. <colorrole role="Button">
  7728. <brush brushstyle="SolidPattern">
  7729. <color alpha="255">
  7730. <red>0</red>
  7731. <green>0</green>
  7732. <blue>0</blue>
  7733. </color>
  7734. </brush>
  7735. </colorrole>
  7736. </active>
  7737. <inactive>
  7738. <colorrole role="Button">
  7739. <brush brushstyle="SolidPattern">
  7740. <color alpha="255">
  7741. <red>0</red>
  7742. <green>0</green>
  7743. <blue>0</blue>
  7744. </color>
  7745. </brush>
  7746. </colorrole>
  7747. </inactive>
  7748. <disabled>
  7749. <colorrole role="Button">
  7750. <brush brushstyle="SolidPattern">
  7751. <color alpha="255">
  7752. <red>0</red>
  7753. <green>0</green>
  7754. <blue>0</blue>
  7755. </color>
  7756. </brush>
  7757. </colorrole>
  7758. </disabled>
  7759. </palette>
  7760. </property>
  7761. <property name="minimum">
  7762. <number>5</number>
  7763. </property>
  7764. <property name="maximum">
  7765. <number>127</number>
  7766. </property>
  7767. <property name="value">
  7768. <number>5</number>
  7769. </property>
  7770. <property name="sliderPosition">
  7771. <number>5</number>
  7772. </property>
  7773. <property name="notchTarget">
  7774. <double>12.800000000000001</double>
  7775. </property>
  7776. <property name="notchesVisible">
  7777. <bool>true</bool>
  7778. </property>
  7779. </widget>
  7780. <widget class="QDial" name="noisefilter1_keyFollow_dial">
  7781. <property name="geometry">
  7782. <rect>
  7783. <x>120</x>
  7784. <y>90</y>
  7785. <width>40</width>
  7786. <height>40</height>
  7787. </rect>
  7788. </property>
  7789. <property name="palette">
  7790. <palette>
  7791. <active>
  7792. <colorrole role="Button">
  7793. <brush brushstyle="SolidPattern">
  7794. <color alpha="255">
  7795. <red>0</red>
  7796. <green>0</green>
  7797. <blue>0</blue>
  7798. </color>
  7799. </brush>
  7800. </colorrole>
  7801. </active>
  7802. <inactive>
  7803. <colorrole role="Button">
  7804. <brush brushstyle="SolidPattern">
  7805. <color alpha="255">
  7806. <red>0</red>
  7807. <green>0</green>
  7808. <blue>0</blue>
  7809. </color>
  7810. </brush>
  7811. </colorrole>
  7812. </inactive>
  7813. <disabled>
  7814. <colorrole role="Button">
  7815. <brush brushstyle="SolidPattern">
  7816. <color alpha="255">
  7817. <red>0</red>
  7818. <green>0</green>
  7819. <blue>0</blue>
  7820. </color>
  7821. </brush>
  7822. </colorrole>
  7823. </disabled>
  7824. </palette>
  7825. </property>
  7826. <property name="minimum">
  7827. <number>52</number>
  7828. </property>
  7829. <property name="maximum">
  7830. <number>88</number>
  7831. </property>
  7832. <property name="value">
  7833. <number>64</number>
  7834. </property>
  7835. <property name="notchTarget">
  7836. <double>3.000000000000000</double>
  7837. </property>
  7838. <property name="notchesVisible">
  7839. <bool>true</bool>
  7840. </property>
  7841. </widget>
  7842. <widget class="QSlider" name="noisefilter1_freq_horizontalSlider">
  7843. <property name="geometry">
  7844. <rect>
  7845. <x>10</x>
  7846. <y>110</y>
  7847. <width>101</width>
  7848. <height>20</height>
  7849. </rect>
  7850. </property>
  7851. <property name="maximum">
  7852. <number>127</number>
  7853. </property>
  7854. <property name="orientation">
  7855. <enum>Qt::Horizontal</enum>
  7856. </property>
  7857. <property name="tickPosition">
  7858. <enum>QSlider::TicksBothSides</enum>
  7859. </property>
  7860. <property name="tickInterval">
  7861. <number>16</number>
  7862. </property>
  7863. </widget>
  7864. <widget class="QGroupBox" name="groupBox_16">
  7865. <property name="geometry">
  7866. <rect>
  7867. <x>250</x>
  7868. <y>10</y>
  7869. <width>111</width>
  7870. <height>141</height>
  7871. </rect>
  7872. </property>
  7873. <property name="title">
  7874. <string>LFO</string>
  7875. </property>
  7876. <property name="alignment">
  7877. <set>Qt::AlignHCenter</set>
  7878. </property>
  7879. <property name="flat">
  7880. <bool>true</bool>
  7881. </property>
  7882. <widget class="QDial" name="noisefilter1_LFOfreq_dial">
  7883. <property name="geometry">
  7884. <rect>
  7885. <x>10</x>
  7886. <y>30</y>
  7887. <width>40</width>
  7888. <height>40</height>
  7889. </rect>
  7890. </property>
  7891. <property name="palette">
  7892. <palette>
  7893. <active>
  7894. <colorrole role="Button">
  7895. <brush brushstyle="SolidPattern">
  7896. <color alpha="255">
  7897. <red>0</red>
  7898. <green>0</green>
  7899. <blue>0</blue>
  7900. </color>
  7901. </brush>
  7902. </colorrole>
  7903. </active>
  7904. <inactive>
  7905. <colorrole role="Button">
  7906. <brush brushstyle="SolidPattern">
  7907. <color alpha="255">
  7908. <red>0</red>
  7909. <green>0</green>
  7910. <blue>0</blue>
  7911. </color>
  7912. </brush>
  7913. </colorrole>
  7914. </inactive>
  7915. <disabled>
  7916. <colorrole role="Button">
  7917. <brush brushstyle="SolidPattern">
  7918. <color alpha="255">
  7919. <red>0</red>
  7920. <green>0</green>
  7921. <blue>0</blue>
  7922. </color>
  7923. </brush>
  7924. </colorrole>
  7925. </disabled>
  7926. </palette>
  7927. </property>
  7928. <property name="maximum">
  7929. <number>127</number>
  7930. </property>
  7931. <property name="notchTarget">
  7932. <double>12.800000000000001</double>
  7933. </property>
  7934. <property name="notchesVisible">
  7935. <bool>true</bool>
  7936. </property>
  7937. </widget>
  7938. <widget class="QDial" name="noisefilter1_LFObreath_dial">
  7939. <property name="geometry">
  7940. <rect>
  7941. <x>60</x>
  7942. <y>30</y>
  7943. <width>40</width>
  7944. <height>40</height>
  7945. </rect>
  7946. </property>
  7947. <property name="palette">
  7948. <palette>
  7949. <active>
  7950. <colorrole role="Button">
  7951. <brush brushstyle="SolidPattern">
  7952. <color alpha="255">
  7953. <red>0</red>
  7954. <green>0</green>
  7955. <blue>0</blue>
  7956. </color>
  7957. </brush>
  7958. </colorrole>
  7959. </active>
  7960. <inactive>
  7961. <colorrole role="Button">
  7962. <brush brushstyle="SolidPattern">
  7963. <color alpha="255">
  7964. <red>0</red>
  7965. <green>0</green>
  7966. <blue>0</blue>
  7967. </color>
  7968. </brush>
  7969. </colorrole>
  7970. </inactive>
  7971. <disabled>
  7972. <colorrole role="Button">
  7973. <brush brushstyle="SolidPattern">
  7974. <color alpha="255">
  7975. <red>0</red>
  7976. <green>0</green>
  7977. <blue>0</blue>
  7978. </color>
  7979. </brush>
  7980. </colorrole>
  7981. </disabled>
  7982. </palette>
  7983. </property>
  7984. <property name="maximum">
  7985. <number>127</number>
  7986. </property>
  7987. <property name="notchTarget">
  7988. <double>12.800000000000001</double>
  7989. </property>
  7990. <property name="notchesVisible">
  7991. <bool>true</bool>
  7992. </property>
  7993. </widget>
  7994. <widget class="QDial" name="noisefilter1_LFOdepth_dial">
  7995. <property name="geometry">
  7996. <rect>
  7997. <x>10</x>
  7998. <y>80</y>
  7999. <width>40</width>
  8000. <height>40</height>
  8001. </rect>
  8002. </property>
  8003. <property name="palette">
  8004. <palette>
  8005. <active>
  8006. <colorrole role="Button">
  8007. <brush brushstyle="SolidPattern">
  8008. <color alpha="255">
  8009. <red>0</red>
  8010. <green>0</green>
  8011. <blue>0</blue>
  8012. </color>
  8013. </brush>
  8014. </colorrole>
  8015. </active>
  8016. <inactive>
  8017. <colorrole role="Button">
  8018. <brush brushstyle="SolidPattern">
  8019. <color alpha="255">
  8020. <red>0</red>
  8021. <green>0</green>
  8022. <blue>0</blue>
  8023. </color>
  8024. </brush>
  8025. </colorrole>
  8026. </inactive>
  8027. <disabled>
  8028. <colorrole role="Button">
  8029. <brush brushstyle="SolidPattern">
  8030. <color alpha="255">
  8031. <red>0</red>
  8032. <green>0</green>
  8033. <blue>0</blue>
  8034. </color>
  8035. </brush>
  8036. </colorrole>
  8037. </disabled>
  8038. </palette>
  8039. </property>
  8040. <property name="maximum">
  8041. <number>127</number>
  8042. </property>
  8043. <property name="notchTarget">
  8044. <double>12.800000000000001</double>
  8045. </property>
  8046. <property name="notchesVisible">
  8047. <bool>true</bool>
  8048. </property>
  8049. </widget>
  8050. <widget class="QDial" name="noisefilter1_LFOthreshold_dial">
  8051. <property name="geometry">
  8052. <rect>
  8053. <x>60</x>
  8054. <y>80</y>
  8055. <width>40</width>
  8056. <height>40</height>
  8057. </rect>
  8058. </property>
  8059. <property name="palette">
  8060. <palette>
  8061. <active>
  8062. <colorrole role="Button">
  8063. <brush brushstyle="SolidPattern">
  8064. <color alpha="255">
  8065. <red>0</red>
  8066. <green>0</green>
  8067. <blue>0</blue>
  8068. </color>
  8069. </brush>
  8070. </colorrole>
  8071. </active>
  8072. <inactive>
  8073. <colorrole role="Button">
  8074. <brush brushstyle="SolidPattern">
  8075. <color alpha="255">
  8076. <red>0</red>
  8077. <green>0</green>
  8078. <blue>0</blue>
  8079. </color>
  8080. </brush>
  8081. </colorrole>
  8082. </inactive>
  8083. <disabled>
  8084. <colorrole role="Button">
  8085. <brush brushstyle="SolidPattern">
  8086. <color alpha="255">
  8087. <red>0</red>
  8088. <green>0</green>
  8089. <blue>0</blue>
  8090. </color>
  8091. </brush>
  8092. </colorrole>
  8093. </disabled>
  8094. </palette>
  8095. </property>
  8096. <property name="maximum">
  8097. <number>127</number>
  8098. </property>
  8099. <property name="notchTarget">
  8100. <double>12.800000000000001</double>
  8101. </property>
  8102. <property name="notchesVisible">
  8103. <bool>true</bool>
  8104. </property>
  8105. </widget>
  8106. <widget class="QLabel" name="label_59">
  8107. <property name="geometry">
  8108. <rect>
  8109. <x>180</x>
  8110. <y>70</y>
  8111. <width>61</width>
  8112. <height>20</height>
  8113. </rect>
  8114. </property>
  8115. <property name="font">
  8116. <font>
  8117. <pointsize>8</pointsize>
  8118. </font>
  8119. </property>
  8120. <property name="text">
  8121. <string>Curve</string>
  8122. </property>
  8123. <property name="alignment">
  8124. <set>Qt::AlignCenter</set>
  8125. </property>
  8126. </widget>
  8127. <widget class="QLabel" name="label_60">
  8128. <property name="geometry">
  8129. <rect>
  8130. <x>0</x>
  8131. <y>20</y>
  8132. <width>61</width>
  8133. <height>16</height>
  8134. </rect>
  8135. </property>
  8136. <property name="font">
  8137. <font>
  8138. <pointsize>8</pointsize>
  8139. </font>
  8140. </property>
  8141. <property name="text">
  8142. <string>Freq</string>
  8143. </property>
  8144. <property name="alignment">
  8145. <set>Qt::AlignCenter</set>
  8146. </property>
  8147. </widget>
  8148. <widget class="QLabel" name="label_61">
  8149. <property name="geometry">
  8150. <rect>
  8151. <x>50</x>
  8152. <y>20</y>
  8153. <width>61</width>
  8154. <height>16</height>
  8155. </rect>
  8156. </property>
  8157. <property name="font">
  8158. <font>
  8159. <pointsize>8</pointsize>
  8160. </font>
  8161. </property>
  8162. <property name="text">
  8163. <string>Breath</string>
  8164. </property>
  8165. <property name="alignment">
  8166. <set>Qt::AlignCenter</set>
  8167. </property>
  8168. </widget>
  8169. <widget class="QLabel" name="label_62">
  8170. <property name="geometry">
  8171. <rect>
  8172. <x>0</x>
  8173. <y>70</y>
  8174. <width>61</width>
  8175. <height>20</height>
  8176. </rect>
  8177. </property>
  8178. <property name="font">
  8179. <font>
  8180. <pointsize>8</pointsize>
  8181. </font>
  8182. </property>
  8183. <property name="text">
  8184. <string>Depth</string>
  8185. </property>
  8186. <property name="alignment">
  8187. <set>Qt::AlignCenter</set>
  8188. </property>
  8189. </widget>
  8190. <widget class="QLabel" name="label_63">
  8191. <property name="geometry">
  8192. <rect>
  8193. <x>50</x>
  8194. <y>70</y>
  8195. <width>61</width>
  8196. <height>20</height>
  8197. </rect>
  8198. </property>
  8199. <property name="font">
  8200. <font>
  8201. <pointsize>8</pointsize>
  8202. </font>
  8203. </property>
  8204. <property name="text">
  8205. <string>Threshold</string>
  8206. </property>
  8207. <property name="alignment">
  8208. <set>Qt::AlignCenter</set>
  8209. </property>
  8210. </widget>
  8211. </widget>
  8212. <widget class="QGroupBox" name="groupBox_18">
  8213. <property name="geometry">
  8214. <rect>
  8215. <x>540</x>
  8216. <y>10</y>
  8217. <width>421</width>
  8218. <height>171</height>
  8219. </rect>
  8220. </property>
  8221. <property name="title">
  8222. <string>Filter 1</string>
  8223. </property>
  8224. <widget class="QGroupBox" name="groupBox_24">
  8225. <property name="geometry">
  8226. <rect>
  8227. <x>10</x>
  8228. <y>20</y>
  8229. <width>101</width>
  8230. <height>131</height>
  8231. </rect>
  8232. </property>
  8233. <property name="title">
  8234. <string>Mode</string>
  8235. </property>
  8236. <widget class="QRadioButton" name="radioButton_16">
  8237. <property name="geometry">
  8238. <rect>
  8239. <x>10</x>
  8240. <y>20</y>
  8241. <width>99</width>
  8242. <height>23</height>
  8243. </rect>
  8244. </property>
  8245. <property name="text">
  8246. <string>Off</string>
  8247. </property>
  8248. </widget>
  8249. <widget class="QRadioButton" name="radioButton_17">
  8250. <property name="geometry">
  8251. <rect>
  8252. <x>10</x>
  8253. <y>40</y>
  8254. <width>99</width>
  8255. <height>23</height>
  8256. </rect>
  8257. </property>
  8258. <property name="text">
  8259. <string>Low Pass</string>
  8260. </property>
  8261. </widget>
  8262. <widget class="QRadioButton" name="radioButton_18">
  8263. <property name="geometry">
  8264. <rect>
  8265. <x>10</x>
  8266. <y>60</y>
  8267. <width>99</width>
  8268. <height>23</height>
  8269. </rect>
  8270. </property>
  8271. <property name="text">
  8272. <string>High Pass</string>
  8273. </property>
  8274. </widget>
  8275. <widget class="QRadioButton" name="radioButton_19">
  8276. <property name="geometry">
  8277. <rect>
  8278. <x>10</x>
  8279. <y>80</y>
  8280. <width>99</width>
  8281. <height>23</height>
  8282. </rect>
  8283. </property>
  8284. <property name="text">
  8285. <string>Band Pass</string>
  8286. </property>
  8287. </widget>
  8288. <widget class="QRadioButton" name="radioButton_20">
  8289. <property name="geometry">
  8290. <rect>
  8291. <x>10</x>
  8292. <y>100</y>
  8293. <width>99</width>
  8294. <height>23</height>
  8295. </rect>
  8296. </property>
  8297. <property name="text">
  8298. <string>Notch</string>
  8299. </property>
  8300. </widget>
  8301. </widget>
  8302. <widget class="QDial" name="dial_59">
  8303. <property name="geometry">
  8304. <rect>
  8305. <x>120</x>
  8306. <y>20</y>
  8307. <width>50</width>
  8308. <height>50</height>
  8309. </rect>
  8310. </property>
  8311. <property name="sliderPosition">
  8312. <number>50</number>
  8313. </property>
  8314. </widget>
  8315. <widget class="QDial" name="dial_60">
  8316. <property name="geometry">
  8317. <rect>
  8318. <x>120</x>
  8319. <y>70</y>
  8320. <width>50</width>
  8321. <height>64</height>
  8322. </rect>
  8323. </property>
  8324. </widget>
  8325. <widget class="QDial" name="dial_61">
  8326. <property name="geometry">
  8327. <rect>
  8328. <x>180</x>
  8329. <y>10</y>
  8330. <width>50</width>
  8331. <height>64</height>
  8332. </rect>
  8333. </property>
  8334. </widget>
  8335. <widget class="QDial" name="dial_62">
  8336. <property name="geometry">
  8337. <rect>
  8338. <x>180</x>
  8339. <y>70</y>
  8340. <width>50</width>
  8341. <height>64</height>
  8342. </rect>
  8343. </property>
  8344. </widget>
  8345. <widget class="QSlider" name="horizontalSlider_4">
  8346. <property name="geometry">
  8347. <rect>
  8348. <x>120</x>
  8349. <y>140</y>
  8350. <width>111</width>
  8351. <height>16</height>
  8352. </rect>
  8353. </property>
  8354. <property name="orientation">
  8355. <enum>Qt::Horizontal</enum>
  8356. </property>
  8357. </widget>
  8358. <widget class="QGroupBox" name="groupBox_25">
  8359. <property name="geometry">
  8360. <rect>
  8361. <x>240</x>
  8362. <y>20</y>
  8363. <width>171</width>
  8364. <height>131</height>
  8365. </rect>
  8366. </property>
  8367. <property name="title">
  8368. <string>LFO</string>
  8369. </property>
  8370. <widget class="QDial" name="dial_63">
  8371. <property name="geometry">
  8372. <rect>
  8373. <x>10</x>
  8374. <y>10</y>
  8375. <width>50</width>
  8376. <height>64</height>
  8377. </rect>
  8378. </property>
  8379. </widget>
  8380. <widget class="QDial" name="dial_64">
  8381. <property name="geometry">
  8382. <rect>
  8383. <x>60</x>
  8384. <y>10</y>
  8385. <width>50</width>
  8386. <height>64</height>
  8387. </rect>
  8388. </property>
  8389. </widget>
  8390. <widget class="QDial" name="dial_65">
  8391. <property name="geometry">
  8392. <rect>
  8393. <x>10</x>
  8394. <y>70</y>
  8395. <width>50</width>
  8396. <height>64</height>
  8397. </rect>
  8398. </property>
  8399. </widget>
  8400. <widget class="QDial" name="dial_66">
  8401. <property name="geometry">
  8402. <rect>
  8403. <x>60</x>
  8404. <y>70</y>
  8405. <width>50</width>
  8406. <height>64</height>
  8407. </rect>
  8408. </property>
  8409. </widget>
  8410. <widget class="QDial" name="dial_67">
  8411. <property name="geometry">
  8412. <rect>
  8413. <x>110</x>
  8414. <y>10</y>
  8415. <width>50</width>
  8416. <height>64</height>
  8417. </rect>
  8418. </property>
  8419. </widget>
  8420. <widget class="QDial" name="dial_68">
  8421. <property name="geometry">
  8422. <rect>
  8423. <x>110</x>
  8424. <y>70</y>
  8425. <width>50</width>
  8426. <height>64</height>
  8427. </rect>
  8428. </property>
  8429. </widget>
  8430. </widget>
  8431. </widget>
  8432. <widget class="QLabel" name="label_64">
  8433. <property name="geometry">
  8434. <rect>
  8435. <x>120</x>
  8436. <y>30</y>
  8437. <width>41</width>
  8438. <height>16</height>
  8439. </rect>
  8440. </property>
  8441. <property name="font">
  8442. <font>
  8443. <pointsize>8</pointsize>
  8444. </font>
  8445. </property>
  8446. <property name="text">
  8447. <string>Q</string>
  8448. </property>
  8449. <property name="alignment">
  8450. <set>Qt::AlignCenter</set>
  8451. </property>
  8452. </widget>
  8453. <widget class="QLabel" name="label_65">
  8454. <property name="geometry">
  8455. <rect>
  8456. <x>110</x>
  8457. <y>80</y>
  8458. <width>61</width>
  8459. <height>18</height>
  8460. </rect>
  8461. </property>
  8462. <property name="font">
  8463. <font>
  8464. <pointsize>8</pointsize>
  8465. </font>
  8466. </property>
  8467. <property name="text">
  8468. <string>Key Follow</string>
  8469. </property>
  8470. <property name="alignment">
  8471. <set>Qt::AlignCenter</set>
  8472. </property>
  8473. </widget>
  8474. <widget class="QLabel" name="label_68">
  8475. <property name="geometry">
  8476. <rect>
  8477. <x>30</x>
  8478. <y>90</y>
  8479. <width>64</width>
  8480. <height>20</height>
  8481. </rect>
  8482. </property>
  8483. <property name="font">
  8484. <font>
  8485. <pointsize>8</pointsize>
  8486. </font>
  8487. </property>
  8488. <property name="text">
  8489. <string>Cutoff Freq</string>
  8490. </property>
  8491. <property name="alignment">
  8492. <set>Qt::AlignCenter</set>
  8493. </property>
  8494. </widget>
  8495. <widget class="QGroupBox" name="groupBox_26">
  8496. <property name="geometry">
  8497. <rect>
  8498. <x>350</x>
  8499. <y>10</y>
  8500. <width>61</width>
  8501. <height>141</height>
  8502. </rect>
  8503. </property>
  8504. <property name="title">
  8505. <string>Sweep</string>
  8506. </property>
  8507. <property name="alignment">
  8508. <set>Qt::AlignHCenter</set>
  8509. </property>
  8510. <property name="flat">
  8511. <bool>true</bool>
  8512. </property>
  8513. <widget class="QLabel" name="label_69">
  8514. <property name="geometry">
  8515. <rect>
  8516. <x>10</x>
  8517. <y>20</y>
  8518. <width>41</width>
  8519. <height>16</height>
  8520. </rect>
  8521. </property>
  8522. <property name="font">
  8523. <font>
  8524. <pointsize>8</pointsize>
  8525. </font>
  8526. </property>
  8527. <property name="text">
  8528. <string>Depth</string>
  8529. </property>
  8530. <property name="alignment">
  8531. <set>Qt::AlignCenter</set>
  8532. </property>
  8533. </widget>
  8534. <widget class="QDial" name="noisefilter1_sweepDepth_dial">
  8535. <property name="geometry">
  8536. <rect>
  8537. <x>10</x>
  8538. <y>30</y>
  8539. <width>40</width>
  8540. <height>40</height>
  8541. </rect>
  8542. </property>
  8543. <property name="palette">
  8544. <palette>
  8545. <active>
  8546. <colorrole role="Button">
  8547. <brush brushstyle="SolidPattern">
  8548. <color alpha="255">
  8549. <red>0</red>
  8550. <green>0</green>
  8551. <blue>0</blue>
  8552. </color>
  8553. </brush>
  8554. </colorrole>
  8555. </active>
  8556. <inactive>
  8557. <colorrole role="Button">
  8558. <brush brushstyle="SolidPattern">
  8559. <color alpha="255">
  8560. <red>0</red>
  8561. <green>0</green>
  8562. <blue>0</blue>
  8563. </color>
  8564. </brush>
  8565. </colorrole>
  8566. </inactive>
  8567. <disabled>
  8568. <colorrole role="Button">
  8569. <brush brushstyle="SolidPattern">
  8570. <color alpha="255">
  8571. <red>0</red>
  8572. <green>0</green>
  8573. <blue>0</blue>
  8574. </color>
  8575. </brush>
  8576. </colorrole>
  8577. </disabled>
  8578. </palette>
  8579. </property>
  8580. <property name="maximum">
  8581. <number>127</number>
  8582. </property>
  8583. <property name="notchTarget">
  8584. <double>12.800000000000001</double>
  8585. </property>
  8586. <property name="notchesVisible">
  8587. <bool>true</bool>
  8588. </property>
  8589. </widget>
  8590. <widget class="QLabel" name="label_70">
  8591. <property name="geometry">
  8592. <rect>
  8593. <x>10</x>
  8594. <y>70</y>
  8595. <width>41</width>
  8596. <height>20</height>
  8597. </rect>
  8598. </property>
  8599. <property name="font">
  8600. <font>
  8601. <pointsize>8</pointsize>
  8602. </font>
  8603. </property>
  8604. <property name="text">
  8605. <string>Time</string>
  8606. </property>
  8607. <property name="alignment">
  8608. <set>Qt::AlignCenter</set>
  8609. </property>
  8610. </widget>
  8611. <widget class="QDial" name="noisefilter1_sweepTime_dial">
  8612. <property name="geometry">
  8613. <rect>
  8614. <x>10</x>
  8615. <y>80</y>
  8616. <width>40</width>
  8617. <height>40</height>
  8618. </rect>
  8619. </property>
  8620. <property name="palette">
  8621. <palette>
  8622. <active>
  8623. <colorrole role="Button">
  8624. <brush brushstyle="SolidPattern">
  8625. <color alpha="255">
  8626. <red>0</red>
  8627. <green>0</green>
  8628. <blue>0</blue>
  8629. </color>
  8630. </brush>
  8631. </colorrole>
  8632. </active>
  8633. <inactive>
  8634. <colorrole role="Button">
  8635. <brush brushstyle="SolidPattern">
  8636. <color alpha="255">
  8637. <red>0</red>
  8638. <green>0</green>
  8639. <blue>0</blue>
  8640. </color>
  8641. </brush>
  8642. </colorrole>
  8643. </inactive>
  8644. <disabled>
  8645. <colorrole role="Button">
  8646. <brush brushstyle="SolidPattern">
  8647. <color alpha="255">
  8648. <red>0</red>
  8649. <green>0</green>
  8650. <blue>0</blue>
  8651. </color>
  8652. </brush>
  8653. </colorrole>
  8654. </disabled>
  8655. </palette>
  8656. </property>
  8657. <property name="maximum">
  8658. <number>127</number>
  8659. </property>
  8660. <property name="notchTarget">
  8661. <double>12.800000000000001</double>
  8662. </property>
  8663. <property name="notchesVisible">
  8664. <bool>true</bool>
  8665. </property>
  8666. </widget>
  8667. </widget>
  8668. <widget class="QComboBox" name="noisefilter1_mode_comboBox">
  8669. <property name="geometry">
  8670. <rect>
  8671. <x>10</x>
  8672. <y>60</y>
  8673. <width>101</width>
  8674. <height>26</height>
  8675. </rect>
  8676. </property>
  8677. <item>
  8678. <property name="text">
  8679. <string>Low Pass</string>
  8680. </property>
  8681. </item>
  8682. <item>
  8683. <property name="text">
  8684. <string>High Pass</string>
  8685. </property>
  8686. </item>
  8687. <item>
  8688. <property name="text">
  8689. <string>Band Pass</string>
  8690. </property>
  8691. </item>
  8692. <item>
  8693. <property name="text">
  8694. <string>Notch</string>
  8695. </property>
  8696. </item>
  8697. <item>
  8698. <property name="text">
  8699. <string>Off</string>
  8700. </property>
  8701. </item>
  8702. </widget>
  8703. <widget class="QComboBox" name="noiseFilterLink_comboBox">
  8704. <property name="geometry">
  8705. <rect>
  8706. <x>10</x>
  8707. <y>20</y>
  8708. <width>101</width>
  8709. <height>26</height>
  8710. </rect>
  8711. </property>
  8712. <item>
  8713. <property name="text">
  8714. <string>1-only</string>
  8715. </property>
  8716. </item>
  8717. <item>
  8718. <property name="text">
  8719. <string>Linked</string>
  8720. </property>
  8721. </item>
  8722. <item>
  8723. <property name="text">
  8724. <string>Both</string>
  8725. </property>
  8726. </item>
  8727. </widget>
  8728. <widget class="QGroupBox" name="groupBox_33">
  8729. <property name="geometry">
  8730. <rect>
  8731. <x>170</x>
  8732. <y>10</y>
  8733. <width>81</width>
  8734. <height>121</height>
  8735. </rect>
  8736. </property>
  8737. <property name="title">
  8738. <string>Breath</string>
  8739. </property>
  8740. <property name="alignment">
  8741. <set>Qt::AlignHCenter</set>
  8742. </property>
  8743. <property name="flat">
  8744. <bool>true</bool>
  8745. </property>
  8746. <widget class="QDial" name="noisefilter1_breathCurve_dial">
  8747. <property name="geometry">
  8748. <rect>
  8749. <x>20</x>
  8750. <y>80</y>
  8751. <width>40</width>
  8752. <height>40</height>
  8753. </rect>
  8754. </property>
  8755. <property name="palette">
  8756. <palette>
  8757. <active>
  8758. <colorrole role="Button">
  8759. <brush brushstyle="SolidPattern">
  8760. <color alpha="255">
  8761. <red>0</red>
  8762. <green>0</green>
  8763. <blue>0</blue>
  8764. </color>
  8765. </brush>
  8766. </colorrole>
  8767. </active>
  8768. <inactive>
  8769. <colorrole role="Button">
  8770. <brush brushstyle="SolidPattern">
  8771. <color alpha="255">
  8772. <red>0</red>
  8773. <green>0</green>
  8774. <blue>0</blue>
  8775. </color>
  8776. </brush>
  8777. </colorrole>
  8778. </inactive>
  8779. <disabled>
  8780. <colorrole role="Button">
  8781. <brush brushstyle="SolidPattern">
  8782. <color alpha="255">
  8783. <red>0</red>
  8784. <green>0</green>
  8785. <blue>0</blue>
  8786. </color>
  8787. </brush>
  8788. </colorrole>
  8789. </disabled>
  8790. </palette>
  8791. </property>
  8792. <property name="maximum">
  8793. <number>127</number>
  8794. </property>
  8795. <property name="notchTarget">
  8796. <double>12.800000000000001</double>
  8797. </property>
  8798. <property name="notchesVisible">
  8799. <bool>true</bool>
  8800. </property>
  8801. </widget>
  8802. <widget class="QLabel" name="label_66">
  8803. <property name="geometry">
  8804. <rect>
  8805. <x>0</x>
  8806. <y>20</y>
  8807. <width>81</width>
  8808. <height>16</height>
  8809. </rect>
  8810. </property>
  8811. <property name="font">
  8812. <font>
  8813. <pointsize>8</pointsize>
  8814. </font>
  8815. </property>
  8816. <property name="text">
  8817. <string>Mod</string>
  8818. </property>
  8819. <property name="alignment">
  8820. <set>Qt::AlignCenter</set>
  8821. </property>
  8822. </widget>
  8823. <widget class="QLabel" name="label_67">
  8824. <property name="geometry">
  8825. <rect>
  8826. <x>10</x>
  8827. <y>70</y>
  8828. <width>61</width>
  8829. <height>20</height>
  8830. </rect>
  8831. </property>
  8832. <property name="font">
  8833. <font>
  8834. <pointsize>8</pointsize>
  8835. </font>
  8836. </property>
  8837. <property name="text">
  8838. <string>Curve</string>
  8839. </property>
  8840. <property name="alignment">
  8841. <set>Qt::AlignCenter</set>
  8842. </property>
  8843. </widget>
  8844. <widget class="QDial" name="noisefilter1_breathMod_dial">
  8845. <property name="geometry">
  8846. <rect>
  8847. <x>20</x>
  8848. <y>30</y>
  8849. <width>40</width>
  8850. <height>40</height>
  8851. </rect>
  8852. </property>
  8853. <property name="palette">
  8854. <palette>
  8855. <active>
  8856. <colorrole role="Button">
  8857. <brush brushstyle="SolidPattern">
  8858. <color alpha="255">
  8859. <red>0</red>
  8860. <green>0</green>
  8861. <blue>0</blue>
  8862. </color>
  8863. </brush>
  8864. </colorrole>
  8865. </active>
  8866. <inactive>
  8867. <colorrole role="Button">
  8868. <brush brushstyle="SolidPattern">
  8869. <color alpha="255">
  8870. <red>0</red>
  8871. <green>0</green>
  8872. <blue>0</blue>
  8873. </color>
  8874. </brush>
  8875. </colorrole>
  8876. </inactive>
  8877. <disabled>
  8878. <colorrole role="Button">
  8879. <brush brushstyle="SolidPattern">
  8880. <color alpha="255">
  8881. <red>0</red>
  8882. <green>0</green>
  8883. <blue>0</blue>
  8884. </color>
  8885. </brush>
  8886. </colorrole>
  8887. </disabled>
  8888. </palette>
  8889. </property>
  8890. <property name="maximum">
  8891. <number>127</number>
  8892. </property>
  8893. <property name="value">
  8894. <number>0</number>
  8895. </property>
  8896. <property name="sliderPosition">
  8897. <number>0</number>
  8898. </property>
  8899. <property name="notchTarget">
  8900. <double>12.800000000000001</double>
  8901. </property>
  8902. <property name="notchesVisible">
  8903. <bool>true</bool>
  8904. </property>
  8905. </widget>
  8906. </widget>
  8907. </widget>
  8908. <widget class="QGroupBox" name="groupBox_NSF">
  8909. <property name="geometry">
  8910. <rect>
  8911. <x>570</x>
  8912. <y>320</y>
  8913. <width>421</width>
  8914. <height>141</height>
  8915. </rect>
  8916. </property>
  8917. <property name="title">
  8918. <string>Noise Secondary Filter</string>
  8919. </property>
  8920. <widget class="QDial" name="noisefilter2_Q_dial">
  8921. <property name="geometry">
  8922. <rect>
  8923. <x>120</x>
  8924. <y>40</y>
  8925. <width>40</width>
  8926. <height>40</height>
  8927. </rect>
  8928. </property>
  8929. <property name="palette">
  8930. <palette>
  8931. <active>
  8932. <colorrole role="Button">
  8933. <brush brushstyle="SolidPattern">
  8934. <color alpha="255">
  8935. <red>0</red>
  8936. <green>0</green>
  8937. <blue>0</blue>
  8938. </color>
  8939. </brush>
  8940. </colorrole>
  8941. </active>
  8942. <inactive>
  8943. <colorrole role="Button">
  8944. <brush brushstyle="SolidPattern">
  8945. <color alpha="255">
  8946. <red>0</red>
  8947. <green>0</green>
  8948. <blue>0</blue>
  8949. </color>
  8950. </brush>
  8951. </colorrole>
  8952. </inactive>
  8953. <disabled>
  8954. <colorrole role="Button">
  8955. <brush brushstyle="SolidPattern">
  8956. <color alpha="255">
  8957. <red>0</red>
  8958. <green>0</green>
  8959. <blue>0</blue>
  8960. </color>
  8961. </brush>
  8962. </colorrole>
  8963. </disabled>
  8964. </palette>
  8965. </property>
  8966. <property name="minimum">
  8967. <number>5</number>
  8968. </property>
  8969. <property name="maximum">
  8970. <number>127</number>
  8971. </property>
  8972. <property name="value">
  8973. <number>5</number>
  8974. </property>
  8975. <property name="sliderPosition">
  8976. <number>5</number>
  8977. </property>
  8978. <property name="notchTarget">
  8979. <double>12.800000000000001</double>
  8980. </property>
  8981. <property name="notchesVisible">
  8982. <bool>true</bool>
  8983. </property>
  8984. </widget>
  8985. <widget class="QDial" name="noisefilter2_keyFollow_dial">
  8986. <property name="geometry">
  8987. <rect>
  8988. <x>120</x>
  8989. <y>90</y>
  8990. <width>40</width>
  8991. <height>40</height>
  8992. </rect>
  8993. </property>
  8994. <property name="palette">
  8995. <palette>
  8996. <active>
  8997. <colorrole role="Button">
  8998. <brush brushstyle="SolidPattern">
  8999. <color alpha="255">
  9000. <red>0</red>
  9001. <green>0</green>
  9002. <blue>0</blue>
  9003. </color>
  9004. </brush>
  9005. </colorrole>
  9006. </active>
  9007. <inactive>
  9008. <colorrole role="Button">
  9009. <brush brushstyle="SolidPattern">
  9010. <color alpha="255">
  9011. <red>0</red>
  9012. <green>0</green>
  9013. <blue>0</blue>
  9014. </color>
  9015. </brush>
  9016. </colorrole>
  9017. </inactive>
  9018. <disabled>
  9019. <colorrole role="Button">
  9020. <brush brushstyle="SolidPattern">
  9021. <color alpha="255">
  9022. <red>0</red>
  9023. <green>0</green>
  9024. <blue>0</blue>
  9025. </color>
  9026. </brush>
  9027. </colorrole>
  9028. </disabled>
  9029. </palette>
  9030. </property>
  9031. <property name="minimum">
  9032. <number>52</number>
  9033. </property>
  9034. <property name="maximum">
  9035. <number>88</number>
  9036. </property>
  9037. <property name="value">
  9038. <number>64</number>
  9039. </property>
  9040. <property name="notchTarget">
  9041. <double>3.000000000000000</double>
  9042. </property>
  9043. <property name="notchesVisible">
  9044. <bool>true</bool>
  9045. </property>
  9046. </widget>
  9047. <widget class="QSlider" name="noisefilter2_freq_horizontalSlider">
  9048. <property name="geometry">
  9049. <rect>
  9050. <x>10</x>
  9051. <y>100</y>
  9052. <width>101</width>
  9053. <height>20</height>
  9054. </rect>
  9055. </property>
  9056. <property name="maximum">
  9057. <number>127</number>
  9058. </property>
  9059. <property name="orientation">
  9060. <enum>Qt::Horizontal</enum>
  9061. </property>
  9062. <property name="tickPosition">
  9063. <enum>QSlider::TicksBothSides</enum>
  9064. </property>
  9065. <property name="tickInterval">
  9066. <number>16</number>
  9067. </property>
  9068. </widget>
  9069. <widget class="QGroupBox" name="groupBox_28">
  9070. <property name="geometry">
  9071. <rect>
  9072. <x>240</x>
  9073. <y>10</y>
  9074. <width>111</width>
  9075. <height>141</height>
  9076. </rect>
  9077. </property>
  9078. <property name="title">
  9079. <string>LFO</string>
  9080. </property>
  9081. <property name="alignment">
  9082. <set>Qt::AlignHCenter</set>
  9083. </property>
  9084. <property name="flat">
  9085. <bool>true</bool>
  9086. </property>
  9087. <widget class="QDial" name="noisefilter2_LFOfreq_dial">
  9088. <property name="geometry">
  9089. <rect>
  9090. <x>10</x>
  9091. <y>30</y>
  9092. <width>40</width>
  9093. <height>40</height>
  9094. </rect>
  9095. </property>
  9096. <property name="palette">
  9097. <palette>
  9098. <active>
  9099. <colorrole role="Button">
  9100. <brush brushstyle="SolidPattern">
  9101. <color alpha="255">
  9102. <red>0</red>
  9103. <green>0</green>
  9104. <blue>0</blue>
  9105. </color>
  9106. </brush>
  9107. </colorrole>
  9108. </active>
  9109. <inactive>
  9110. <colorrole role="Button">
  9111. <brush brushstyle="SolidPattern">
  9112. <color alpha="255">
  9113. <red>0</red>
  9114. <green>0</green>
  9115. <blue>0</blue>
  9116. </color>
  9117. </brush>
  9118. </colorrole>
  9119. </inactive>
  9120. <disabled>
  9121. <colorrole role="Button">
  9122. <brush brushstyle="SolidPattern">
  9123. <color alpha="255">
  9124. <red>0</red>
  9125. <green>0</green>
  9126. <blue>0</blue>
  9127. </color>
  9128. </brush>
  9129. </colorrole>
  9130. </disabled>
  9131. </palette>
  9132. </property>
  9133. <property name="maximum">
  9134. <number>127</number>
  9135. </property>
  9136. <property name="notchTarget">
  9137. <double>12.800000000000001</double>
  9138. </property>
  9139. <property name="notchesVisible">
  9140. <bool>true</bool>
  9141. </property>
  9142. </widget>
  9143. <widget class="QDial" name="noisefilter2_LFObreath_dial">
  9144. <property name="geometry">
  9145. <rect>
  9146. <x>60</x>
  9147. <y>30</y>
  9148. <width>40</width>
  9149. <height>40</height>
  9150. </rect>
  9151. </property>
  9152. <property name="palette">
  9153. <palette>
  9154. <active>
  9155. <colorrole role="Button">
  9156. <brush brushstyle="SolidPattern">
  9157. <color alpha="255">
  9158. <red>0</red>
  9159. <green>0</green>
  9160. <blue>0</blue>
  9161. </color>
  9162. </brush>
  9163. </colorrole>
  9164. </active>
  9165. <inactive>
  9166. <colorrole role="Button">
  9167. <brush brushstyle="SolidPattern">
  9168. <color alpha="255">
  9169. <red>0</red>
  9170. <green>0</green>
  9171. <blue>0</blue>
  9172. </color>
  9173. </brush>
  9174. </colorrole>
  9175. </inactive>
  9176. <disabled>
  9177. <colorrole role="Button">
  9178. <brush brushstyle="SolidPattern">
  9179. <color alpha="255">
  9180. <red>0</red>
  9181. <green>0</green>
  9182. <blue>0</blue>
  9183. </color>
  9184. </brush>
  9185. </colorrole>
  9186. </disabled>
  9187. </palette>
  9188. </property>
  9189. <property name="maximum">
  9190. <number>127</number>
  9191. </property>
  9192. <property name="notchTarget">
  9193. <double>12.800000000000001</double>
  9194. </property>
  9195. <property name="notchesVisible">
  9196. <bool>true</bool>
  9197. </property>
  9198. </widget>
  9199. <widget class="QDial" name="noisefilter2_LFOdepth_dial">
  9200. <property name="geometry">
  9201. <rect>
  9202. <x>10</x>
  9203. <y>80</y>
  9204. <width>40</width>
  9205. <height>40</height>
  9206. </rect>
  9207. </property>
  9208. <property name="palette">
  9209. <palette>
  9210. <active>
  9211. <colorrole role="Button">
  9212. <brush brushstyle="SolidPattern">
  9213. <color alpha="255">
  9214. <red>0</red>
  9215. <green>0</green>
  9216. <blue>0</blue>
  9217. </color>
  9218. </brush>
  9219. </colorrole>
  9220. </active>
  9221. <inactive>
  9222. <colorrole role="Button">
  9223. <brush brushstyle="SolidPattern">
  9224. <color alpha="255">
  9225. <red>0</red>
  9226. <green>0</green>
  9227. <blue>0</blue>
  9228. </color>
  9229. </brush>
  9230. </colorrole>
  9231. </inactive>
  9232. <disabled>
  9233. <colorrole role="Button">
  9234. <brush brushstyle="SolidPattern">
  9235. <color alpha="255">
  9236. <red>0</red>
  9237. <green>0</green>
  9238. <blue>0</blue>
  9239. </color>
  9240. </brush>
  9241. </colorrole>
  9242. </disabled>
  9243. </palette>
  9244. </property>
  9245. <property name="maximum">
  9246. <number>127</number>
  9247. </property>
  9248. <property name="notchTarget">
  9249. <double>12.800000000000001</double>
  9250. </property>
  9251. <property name="notchesVisible">
  9252. <bool>true</bool>
  9253. </property>
  9254. </widget>
  9255. <widget class="QDial" name="noisefilter2_LFOthreshold_dial">
  9256. <property name="geometry">
  9257. <rect>
  9258. <x>60</x>
  9259. <y>80</y>
  9260. <width>40</width>
  9261. <height>40</height>
  9262. </rect>
  9263. </property>
  9264. <property name="palette">
  9265. <palette>
  9266. <active>
  9267. <colorrole role="Button">
  9268. <brush brushstyle="SolidPattern">
  9269. <color alpha="255">
  9270. <red>0</red>
  9271. <green>0</green>
  9272. <blue>0</blue>
  9273. </color>
  9274. </brush>
  9275. </colorrole>
  9276. </active>
  9277. <inactive>
  9278. <colorrole role="Button">
  9279. <brush brushstyle="SolidPattern">
  9280. <color alpha="255">
  9281. <red>0</red>
  9282. <green>0</green>
  9283. <blue>0</blue>
  9284. </color>
  9285. </brush>
  9286. </colorrole>
  9287. </inactive>
  9288. <disabled>
  9289. <colorrole role="Button">
  9290. <brush brushstyle="SolidPattern">
  9291. <color alpha="255">
  9292. <red>0</red>
  9293. <green>0</green>
  9294. <blue>0</blue>
  9295. </color>
  9296. </brush>
  9297. </colorrole>
  9298. </disabled>
  9299. </palette>
  9300. </property>
  9301. <property name="maximum">
  9302. <number>127</number>
  9303. </property>
  9304. <property name="notchTarget">
  9305. <double>12.800000000000001</double>
  9306. </property>
  9307. <property name="notchesVisible">
  9308. <bool>true</bool>
  9309. </property>
  9310. </widget>
  9311. <widget class="QLabel" name="label_71">
  9312. <property name="geometry">
  9313. <rect>
  9314. <x>180</x>
  9315. <y>70</y>
  9316. <width>61</width>
  9317. <height>20</height>
  9318. </rect>
  9319. </property>
  9320. <property name="font">
  9321. <font>
  9322. <pointsize>8</pointsize>
  9323. </font>
  9324. </property>
  9325. <property name="text">
  9326. <string>Curve</string>
  9327. </property>
  9328. <property name="alignment">
  9329. <set>Qt::AlignCenter</set>
  9330. </property>
  9331. </widget>
  9332. <widget class="QLabel" name="label_72">
  9333. <property name="geometry">
  9334. <rect>
  9335. <x>0</x>
  9336. <y>20</y>
  9337. <width>61</width>
  9338. <height>16</height>
  9339. </rect>
  9340. </property>
  9341. <property name="font">
  9342. <font>
  9343. <pointsize>8</pointsize>
  9344. </font>
  9345. </property>
  9346. <property name="text">
  9347. <string>Freq</string>
  9348. </property>
  9349. <property name="alignment">
  9350. <set>Qt::AlignCenter</set>
  9351. </property>
  9352. </widget>
  9353. <widget class="QLabel" name="label_73">
  9354. <property name="geometry">
  9355. <rect>
  9356. <x>50</x>
  9357. <y>20</y>
  9358. <width>61</width>
  9359. <height>16</height>
  9360. </rect>
  9361. </property>
  9362. <property name="font">
  9363. <font>
  9364. <pointsize>8</pointsize>
  9365. </font>
  9366. </property>
  9367. <property name="text">
  9368. <string>Breath</string>
  9369. </property>
  9370. <property name="alignment">
  9371. <set>Qt::AlignCenter</set>
  9372. </property>
  9373. </widget>
  9374. <widget class="QLabel" name="label_74">
  9375. <property name="geometry">
  9376. <rect>
  9377. <x>0</x>
  9378. <y>70</y>
  9379. <width>61</width>
  9380. <height>20</height>
  9381. </rect>
  9382. </property>
  9383. <property name="font">
  9384. <font>
  9385. <pointsize>8</pointsize>
  9386. </font>
  9387. </property>
  9388. <property name="text">
  9389. <string>Depth</string>
  9390. </property>
  9391. <property name="alignment">
  9392. <set>Qt::AlignCenter</set>
  9393. </property>
  9394. </widget>
  9395. <widget class="QLabel" name="label_75">
  9396. <property name="geometry">
  9397. <rect>
  9398. <x>50</x>
  9399. <y>70</y>
  9400. <width>61</width>
  9401. <height>20</height>
  9402. </rect>
  9403. </property>
  9404. <property name="font">
  9405. <font>
  9406. <pointsize>8</pointsize>
  9407. </font>
  9408. </property>
  9409. <property name="text">
  9410. <string>Threshold</string>
  9411. </property>
  9412. <property name="alignment">
  9413. <set>Qt::AlignCenter</set>
  9414. </property>
  9415. </widget>
  9416. </widget>
  9417. <widget class="QGroupBox" name="groupBox_29">
  9418. <property name="geometry">
  9419. <rect>
  9420. <x>540</x>
  9421. <y>10</y>
  9422. <width>421</width>
  9423. <height>171</height>
  9424. </rect>
  9425. </property>
  9426. <property name="title">
  9427. <string>Filter 1</string>
  9428. </property>
  9429. <widget class="QGroupBox" name="groupBox_30">
  9430. <property name="geometry">
  9431. <rect>
  9432. <x>10</x>
  9433. <y>20</y>
  9434. <width>101</width>
  9435. <height>131</height>
  9436. </rect>
  9437. </property>
  9438. <property name="title">
  9439. <string>Mode</string>
  9440. </property>
  9441. <widget class="QRadioButton" name="radioButton_21">
  9442. <property name="geometry">
  9443. <rect>
  9444. <x>10</x>
  9445. <y>20</y>
  9446. <width>99</width>
  9447. <height>23</height>
  9448. </rect>
  9449. </property>
  9450. <property name="text">
  9451. <string>Off</string>
  9452. </property>
  9453. </widget>
  9454. <widget class="QRadioButton" name="radioButton_22">
  9455. <property name="geometry">
  9456. <rect>
  9457. <x>10</x>
  9458. <y>40</y>
  9459. <width>99</width>
  9460. <height>23</height>
  9461. </rect>
  9462. </property>
  9463. <property name="text">
  9464. <string>Low Pass</string>
  9465. </property>
  9466. </widget>
  9467. <widget class="QRadioButton" name="radioButton_23">
  9468. <property name="geometry">
  9469. <rect>
  9470. <x>10</x>
  9471. <y>60</y>
  9472. <width>99</width>
  9473. <height>23</height>
  9474. </rect>
  9475. </property>
  9476. <property name="text">
  9477. <string>High Pass</string>
  9478. </property>
  9479. </widget>
  9480. <widget class="QRadioButton" name="radioButton_24">
  9481. <property name="geometry">
  9482. <rect>
  9483. <x>10</x>
  9484. <y>80</y>
  9485. <width>99</width>
  9486. <height>23</height>
  9487. </rect>
  9488. </property>
  9489. <property name="text">
  9490. <string>Band Pass</string>
  9491. </property>
  9492. </widget>
  9493. <widget class="QRadioButton" name="radioButton_25">
  9494. <property name="geometry">
  9495. <rect>
  9496. <x>10</x>
  9497. <y>100</y>
  9498. <width>99</width>
  9499. <height>23</height>
  9500. </rect>
  9501. </property>
  9502. <property name="text">
  9503. <string>Notch</string>
  9504. </property>
  9505. </widget>
  9506. </widget>
  9507. <widget class="QDial" name="dial_69">
  9508. <property name="geometry">
  9509. <rect>
  9510. <x>120</x>
  9511. <y>20</y>
  9512. <width>50</width>
  9513. <height>50</height>
  9514. </rect>
  9515. </property>
  9516. <property name="sliderPosition">
  9517. <number>50</number>
  9518. </property>
  9519. </widget>
  9520. <widget class="QDial" name="dial_70">
  9521. <property name="geometry">
  9522. <rect>
  9523. <x>120</x>
  9524. <y>70</y>
  9525. <width>50</width>
  9526. <height>64</height>
  9527. </rect>
  9528. </property>
  9529. </widget>
  9530. <widget class="QDial" name="dial_71">
  9531. <property name="geometry">
  9532. <rect>
  9533. <x>180</x>
  9534. <y>10</y>
  9535. <width>50</width>
  9536. <height>64</height>
  9537. </rect>
  9538. </property>
  9539. </widget>
  9540. <widget class="QDial" name="dial_72">
  9541. <property name="geometry">
  9542. <rect>
  9543. <x>180</x>
  9544. <y>70</y>
  9545. <width>50</width>
  9546. <height>64</height>
  9547. </rect>
  9548. </property>
  9549. </widget>
  9550. <widget class="QSlider" name="horizontalSlider_5">
  9551. <property name="geometry">
  9552. <rect>
  9553. <x>120</x>
  9554. <y>140</y>
  9555. <width>111</width>
  9556. <height>16</height>
  9557. </rect>
  9558. </property>
  9559. <property name="orientation">
  9560. <enum>Qt::Horizontal</enum>
  9561. </property>
  9562. </widget>
  9563. <widget class="QGroupBox" name="groupBox_31">
  9564. <property name="geometry">
  9565. <rect>
  9566. <x>240</x>
  9567. <y>20</y>
  9568. <width>171</width>
  9569. <height>131</height>
  9570. </rect>
  9571. </property>
  9572. <property name="title">
  9573. <string>LFO</string>
  9574. </property>
  9575. <widget class="QDial" name="dial_73">
  9576. <property name="geometry">
  9577. <rect>
  9578. <x>10</x>
  9579. <y>10</y>
  9580. <width>50</width>
  9581. <height>64</height>
  9582. </rect>
  9583. </property>
  9584. </widget>
  9585. <widget class="QDial" name="dial_74">
  9586. <property name="geometry">
  9587. <rect>
  9588. <x>60</x>
  9589. <y>10</y>
  9590. <width>50</width>
  9591. <height>64</height>
  9592. </rect>
  9593. </property>
  9594. </widget>
  9595. <widget class="QDial" name="dial_75">
  9596. <property name="geometry">
  9597. <rect>
  9598. <x>10</x>
  9599. <y>70</y>
  9600. <width>50</width>
  9601. <height>64</height>
  9602. </rect>
  9603. </property>
  9604. </widget>
  9605. <widget class="QDial" name="dial_76">
  9606. <property name="geometry">
  9607. <rect>
  9608. <x>60</x>
  9609. <y>70</y>
  9610. <width>50</width>
  9611. <height>64</height>
  9612. </rect>
  9613. </property>
  9614. </widget>
  9615. <widget class="QDial" name="dial_77">
  9616. <property name="geometry">
  9617. <rect>
  9618. <x>110</x>
  9619. <y>10</y>
  9620. <width>50</width>
  9621. <height>64</height>
  9622. </rect>
  9623. </property>
  9624. </widget>
  9625. <widget class="QDial" name="dial_78">
  9626. <property name="geometry">
  9627. <rect>
  9628. <x>110</x>
  9629. <y>70</y>
  9630. <width>50</width>
  9631. <height>64</height>
  9632. </rect>
  9633. </property>
  9634. </widget>
  9635. </widget>
  9636. </widget>
  9637. <widget class="QLabel" name="label_76">
  9638. <property name="geometry">
  9639. <rect>
  9640. <x>120</x>
  9641. <y>30</y>
  9642. <width>41</width>
  9643. <height>16</height>
  9644. </rect>
  9645. </property>
  9646. <property name="font">
  9647. <font>
  9648. <pointsize>8</pointsize>
  9649. </font>
  9650. </property>
  9651. <property name="text">
  9652. <string>Q</string>
  9653. </property>
  9654. <property name="alignment">
  9655. <set>Qt::AlignCenter</set>
  9656. </property>
  9657. </widget>
  9658. <widget class="QLabel" name="label_77">
  9659. <property name="geometry">
  9660. <rect>
  9661. <x>110</x>
  9662. <y>80</y>
  9663. <width>61</width>
  9664. <height>18</height>
  9665. </rect>
  9666. </property>
  9667. <property name="font">
  9668. <font>
  9669. <pointsize>8</pointsize>
  9670. </font>
  9671. </property>
  9672. <property name="text">
  9673. <string>Key Follow</string>
  9674. </property>
  9675. <property name="alignment">
  9676. <set>Qt::AlignCenter</set>
  9677. </property>
  9678. </widget>
  9679. <widget class="QLabel" name="label_80">
  9680. <property name="geometry">
  9681. <rect>
  9682. <x>30</x>
  9683. <y>80</y>
  9684. <width>64</width>
  9685. <height>20</height>
  9686. </rect>
  9687. </property>
  9688. <property name="font">
  9689. <font>
  9690. <pointsize>8</pointsize>
  9691. </font>
  9692. </property>
  9693. <property name="text">
  9694. <string>Cutoff Freq</string>
  9695. </property>
  9696. <property name="alignment">
  9697. <set>Qt::AlignCenter</set>
  9698. </property>
  9699. </widget>
  9700. <widget class="QGroupBox" name="groupBox_32">
  9701. <property name="geometry">
  9702. <rect>
  9703. <x>350</x>
  9704. <y>10</y>
  9705. <width>61</width>
  9706. <height>141</height>
  9707. </rect>
  9708. </property>
  9709. <property name="title">
  9710. <string>Sweep</string>
  9711. </property>
  9712. <property name="alignment">
  9713. <set>Qt::AlignHCenter</set>
  9714. </property>
  9715. <property name="flat">
  9716. <bool>true</bool>
  9717. </property>
  9718. <widget class="QLabel" name="label_81">
  9719. <property name="geometry">
  9720. <rect>
  9721. <x>10</x>
  9722. <y>20</y>
  9723. <width>41</width>
  9724. <height>16</height>
  9725. </rect>
  9726. </property>
  9727. <property name="font">
  9728. <font>
  9729. <pointsize>8</pointsize>
  9730. </font>
  9731. </property>
  9732. <property name="text">
  9733. <string>Depth</string>
  9734. </property>
  9735. <property name="alignment">
  9736. <set>Qt::AlignCenter</set>
  9737. </property>
  9738. </widget>
  9739. <widget class="QDial" name="noisefilter2_sweepDepth_dial">
  9740. <property name="geometry">
  9741. <rect>
  9742. <x>10</x>
  9743. <y>30</y>
  9744. <width>40</width>
  9745. <height>40</height>
  9746. </rect>
  9747. </property>
  9748. <property name="palette">
  9749. <palette>
  9750. <active>
  9751. <colorrole role="Button">
  9752. <brush brushstyle="SolidPattern">
  9753. <color alpha="255">
  9754. <red>0</red>
  9755. <green>0</green>
  9756. <blue>0</blue>
  9757. </color>
  9758. </brush>
  9759. </colorrole>
  9760. </active>
  9761. <inactive>
  9762. <colorrole role="Button">
  9763. <brush brushstyle="SolidPattern">
  9764. <color alpha="255">
  9765. <red>0</red>
  9766. <green>0</green>
  9767. <blue>0</blue>
  9768. </color>
  9769. </brush>
  9770. </colorrole>
  9771. </inactive>
  9772. <disabled>
  9773. <colorrole role="Button">
  9774. <brush brushstyle="SolidPattern">
  9775. <color alpha="255">
  9776. <red>0</red>
  9777. <green>0</green>
  9778. <blue>0</blue>
  9779. </color>
  9780. </brush>
  9781. </colorrole>
  9782. </disabled>
  9783. </palette>
  9784. </property>
  9785. <property name="maximum">
  9786. <number>127</number>
  9787. </property>
  9788. <property name="notchTarget">
  9789. <double>12.800000000000001</double>
  9790. </property>
  9791. <property name="notchesVisible">
  9792. <bool>true</bool>
  9793. </property>
  9794. </widget>
  9795. <widget class="QLabel" name="label_82">
  9796. <property name="geometry">
  9797. <rect>
  9798. <x>10</x>
  9799. <y>70</y>
  9800. <width>41</width>
  9801. <height>20</height>
  9802. </rect>
  9803. </property>
  9804. <property name="font">
  9805. <font>
  9806. <pointsize>8</pointsize>
  9807. </font>
  9808. </property>
  9809. <property name="text">
  9810. <string>Time</string>
  9811. </property>
  9812. <property name="alignment">
  9813. <set>Qt::AlignCenter</set>
  9814. </property>
  9815. </widget>
  9816. <widget class="QDial" name="noisefilter2_sweepTime_dial">
  9817. <property name="geometry">
  9818. <rect>
  9819. <x>10</x>
  9820. <y>80</y>
  9821. <width>40</width>
  9822. <height>40</height>
  9823. </rect>
  9824. </property>
  9825. <property name="palette">
  9826. <palette>
  9827. <active>
  9828. <colorrole role="Button">
  9829. <brush brushstyle="SolidPattern">
  9830. <color alpha="255">
  9831. <red>0</red>
  9832. <green>0</green>
  9833. <blue>0</blue>
  9834. </color>
  9835. </brush>
  9836. </colorrole>
  9837. </active>
  9838. <inactive>
  9839. <colorrole role="Button">
  9840. <brush brushstyle="SolidPattern">
  9841. <color alpha="255">
  9842. <red>0</red>
  9843. <green>0</green>
  9844. <blue>0</blue>
  9845. </color>
  9846. </brush>
  9847. </colorrole>
  9848. </inactive>
  9849. <disabled>
  9850. <colorrole role="Button">
  9851. <brush brushstyle="SolidPattern">
  9852. <color alpha="255">
  9853. <red>0</red>
  9854. <green>0</green>
  9855. <blue>0</blue>
  9856. </color>
  9857. </brush>
  9858. </colorrole>
  9859. </disabled>
  9860. </palette>
  9861. </property>
  9862. <property name="maximum">
  9863. <number>127</number>
  9864. </property>
  9865. <property name="notchTarget">
  9866. <double>12.800000000000001</double>
  9867. </property>
  9868. <property name="notchesVisible">
  9869. <bool>true</bool>
  9870. </property>
  9871. </widget>
  9872. </widget>
  9873. <widget class="QComboBox" name="noisefilter2_mode_comboBox">
  9874. <property name="geometry">
  9875. <rect>
  9876. <x>10</x>
  9877. <y>40</y>
  9878. <width>101</width>
  9879. <height>26</height>
  9880. </rect>
  9881. </property>
  9882. <item>
  9883. <property name="text">
  9884. <string>Low Pass</string>
  9885. </property>
  9886. </item>
  9887. <item>
  9888. <property name="text">
  9889. <string>High Pass</string>
  9890. </property>
  9891. </item>
  9892. <item>
  9893. <property name="text">
  9894. <string>Band Pass</string>
  9895. </property>
  9896. </item>
  9897. <item>
  9898. <property name="text">
  9899. <string>Notch</string>
  9900. </property>
  9901. </item>
  9902. <item>
  9903. <property name="text">
  9904. <string>Off</string>
  9905. </property>
  9906. </item>
  9907. </widget>
  9908. <widget class="QGroupBox" name="groupBox_36">
  9909. <property name="geometry">
  9910. <rect>
  9911. <x>170</x>
  9912. <y>10</y>
  9913. <width>81</width>
  9914. <height>121</height>
  9915. </rect>
  9916. </property>
  9917. <property name="title">
  9918. <string>Breath</string>
  9919. </property>
  9920. <property name="alignment">
  9921. <set>Qt::AlignHCenter</set>
  9922. </property>
  9923. <property name="flat">
  9924. <bool>true</bool>
  9925. </property>
  9926. <widget class="QDial" name="noisefilter2_breathCurve_dial">
  9927. <property name="geometry">
  9928. <rect>
  9929. <x>20</x>
  9930. <y>80</y>
  9931. <width>40</width>
  9932. <height>40</height>
  9933. </rect>
  9934. </property>
  9935. <property name="palette">
  9936. <palette>
  9937. <active>
  9938. <colorrole role="Button">
  9939. <brush brushstyle="SolidPattern">
  9940. <color alpha="255">
  9941. <red>0</red>
  9942. <green>0</green>
  9943. <blue>0</blue>
  9944. </color>
  9945. </brush>
  9946. </colorrole>
  9947. </active>
  9948. <inactive>
  9949. <colorrole role="Button">
  9950. <brush brushstyle="SolidPattern">
  9951. <color alpha="255">
  9952. <red>0</red>
  9953. <green>0</green>
  9954. <blue>0</blue>
  9955. </color>
  9956. </brush>
  9957. </colorrole>
  9958. </inactive>
  9959. <disabled>
  9960. <colorrole role="Button">
  9961. <brush brushstyle="SolidPattern">
  9962. <color alpha="255">
  9963. <red>0</red>
  9964. <green>0</green>
  9965. <blue>0</blue>
  9966. </color>
  9967. </brush>
  9968. </colorrole>
  9969. </disabled>
  9970. </palette>
  9971. </property>
  9972. <property name="maximum">
  9973. <number>127</number>
  9974. </property>
  9975. <property name="notchTarget">
  9976. <double>12.800000000000001</double>
  9977. </property>
  9978. <property name="notchesVisible">
  9979. <bool>true</bool>
  9980. </property>
  9981. </widget>
  9982. <widget class="QLabel" name="label_78">
  9983. <property name="geometry">
  9984. <rect>
  9985. <x>0</x>
  9986. <y>20</y>
  9987. <width>81</width>
  9988. <height>16</height>
  9989. </rect>
  9990. </property>
  9991. <property name="font">
  9992. <font>
  9993. <pointsize>8</pointsize>
  9994. </font>
  9995. </property>
  9996. <property name="text">
  9997. <string>Mod</string>
  9998. </property>
  9999. <property name="alignment">
  10000. <set>Qt::AlignCenter</set>
  10001. </property>
  10002. </widget>
  10003. <widget class="QLabel" name="label_79">
  10004. <property name="geometry">
  10005. <rect>
  10006. <x>10</x>
  10007. <y>70</y>
  10008. <width>61</width>
  10009. <height>20</height>
  10010. </rect>
  10011. </property>
  10012. <property name="font">
  10013. <font>
  10014. <pointsize>8</pointsize>
  10015. </font>
  10016. </property>
  10017. <property name="text">
  10018. <string>Curve</string>
  10019. </property>
  10020. <property name="alignment">
  10021. <set>Qt::AlignCenter</set>
  10022. </property>
  10023. </widget>
  10024. <widget class="QDial" name="noisefilter2_breathMod_dial">
  10025. <property name="geometry">
  10026. <rect>
  10027. <x>20</x>
  10028. <y>30</y>
  10029. <width>40</width>
  10030. <height>40</height>
  10031. </rect>
  10032. </property>
  10033. <property name="palette">
  10034. <palette>
  10035. <active>
  10036. <colorrole role="Button">
  10037. <brush brushstyle="SolidPattern">
  10038. <color alpha="255">
  10039. <red>0</red>
  10040. <green>0</green>
  10041. <blue>0</blue>
  10042. </color>
  10043. </brush>
  10044. </colorrole>
  10045. </active>
  10046. <inactive>
  10047. <colorrole role="Button">
  10048. <brush brushstyle="SolidPattern">
  10049. <color alpha="255">
  10050. <red>0</red>
  10051. <green>0</green>
  10052. <blue>0</blue>
  10053. </color>
  10054. </brush>
  10055. </colorrole>
  10056. </inactive>
  10057. <disabled>
  10058. <colorrole role="Button">
  10059. <brush brushstyle="SolidPattern">
  10060. <color alpha="255">
  10061. <red>0</red>
  10062. <green>0</green>
  10063. <blue>0</blue>
  10064. </color>
  10065. </brush>
  10066. </colorrole>
  10067. </disabled>
  10068. </palette>
  10069. </property>
  10070. <property name="maximum">
  10071. <number>127</number>
  10072. </property>
  10073. <property name="value">
  10074. <number>0</number>
  10075. </property>
  10076. <property name="sliderPosition">
  10077. <number>0</number>
  10078. </property>
  10079. <property name="notchTarget">
  10080. <double>12.800000000000001</double>
  10081. </property>
  10082. <property name="notchesVisible">
  10083. <bool>true</bool>
  10084. </property>
  10085. </widget>
  10086. </widget>
  10087. </widget>
  10088. <widget class="QGroupBox" name="groupBox_44">
  10089. <property name="geometry">
  10090. <rect>
  10091. <x>0</x>
  10092. <y>250</y>
  10093. <width>131</width>
  10094. <height>71</height>
  10095. </rect>
  10096. </property>
  10097. <property name="title">
  10098. <string>Key Trigger</string>
  10099. </property>
  10100. <widget class="QComboBox" name="keyTrigger_comboBox">
  10101. <property name="geometry">
  10102. <rect>
  10103. <x>10</x>
  10104. <y>30</y>
  10105. <width>111</width>
  10106. <height>26</height>
  10107. </rect>
  10108. </property>
  10109. <property name="currentIndex">
  10110. <number>1</number>
  10111. </property>
  10112. <item>
  10113. <property name="text">
  10114. <string>Single</string>
  10115. </property>
  10116. </item>
  10117. <item>
  10118. <property name="text">
  10119. <string>Multi</string>
  10120. </property>
  10121. </item>
  10122. </widget>
  10123. </widget>
  10124. <widget class="QGroupBox" name="groupBox_46">
  10125. <property name="geometry">
  10126. <rect>
  10127. <x>770</x>
  10128. <y>460</y>
  10129. <width>111</width>
  10130. <height>141</height>
  10131. </rect>
  10132. </property>
  10133. <property name="title">
  10134. <string>Anti-Alias</string>
  10135. </property>
  10136. <widget class="QCheckBox" name="antiAliasSwitch_checkBox">
  10137. <property name="geometry">
  10138. <rect>
  10139. <x>30</x>
  10140. <y>20</y>
  10141. <width>71</width>
  10142. <height>31</height>
  10143. </rect>
  10144. </property>
  10145. <property name="font">
  10146. <font>
  10147. <pointsize>8</pointsize>
  10148. </font>
  10149. </property>
  10150. <property name="text">
  10151. <string>Enable</string>
  10152. </property>
  10153. </widget>
  10154. <widget class="QDial" name="antiAliasKeyFollow_dial">
  10155. <property name="geometry">
  10156. <rect>
  10157. <x>40</x>
  10158. <y>100</y>
  10159. <width>40</width>
  10160. <height>40</height>
  10161. </rect>
  10162. </property>
  10163. <property name="palette">
  10164. <palette>
  10165. <active>
  10166. <colorrole role="Button">
  10167. <brush brushstyle="SolidPattern">
  10168. <color alpha="255">
  10169. <red>0</red>
  10170. <green>0</green>
  10171. <blue>0</blue>
  10172. </color>
  10173. </brush>
  10174. </colorrole>
  10175. </active>
  10176. <inactive>
  10177. <colorrole role="Button">
  10178. <brush brushstyle="SolidPattern">
  10179. <color alpha="255">
  10180. <red>0</red>
  10181. <green>0</green>
  10182. <blue>0</blue>
  10183. </color>
  10184. </brush>
  10185. </colorrole>
  10186. </inactive>
  10187. <disabled>
  10188. <colorrole role="Button">
  10189. <brush brushstyle="SolidPattern">
  10190. <color alpha="255">
  10191. <red>0</red>
  10192. <green>0</green>
  10193. <blue>0</blue>
  10194. </color>
  10195. </brush>
  10196. </colorrole>
  10197. </disabled>
  10198. </palette>
  10199. </property>
  10200. <property name="minimum">
  10201. <number>0</number>
  10202. </property>
  10203. <property name="maximum">
  10204. <number>127</number>
  10205. </property>
  10206. <property name="value">
  10207. <number>12</number>
  10208. </property>
  10209. <property name="sliderPosition">
  10210. <number>12</number>
  10211. </property>
  10212. <property name="invertedAppearance">
  10213. <bool>false</bool>
  10214. </property>
  10215. <property name="invertedControls">
  10216. <bool>false</bool>
  10217. </property>
  10218. <property name="notchTarget">
  10219. <double>12.000000000000000</double>
  10220. </property>
  10221. <property name="notchesVisible">
  10222. <bool>true</bool>
  10223. </property>
  10224. </widget>
  10225. <widget class="QLabel" name="label_111">
  10226. <property name="geometry">
  10227. <rect>
  10228. <x>20</x>
  10229. <y>46</y>
  10230. <width>81</width>
  10231. <height>20</height>
  10232. </rect>
  10233. </property>
  10234. <property name="font">
  10235. <font>
  10236. <pointsize>8</pointsize>
  10237. </font>
  10238. </property>
  10239. <property name="text">
  10240. <string>Cutoff Freq</string>
  10241. </property>
  10242. <property name="alignment">
  10243. <set>Qt::AlignCenter</set>
  10244. </property>
  10245. </widget>
  10246. <widget class="QLabel" name="label_112">
  10247. <property name="geometry">
  10248. <rect>
  10249. <x>20</x>
  10250. <y>80</y>
  10251. <width>81</width>
  10252. <height>21</height>
  10253. </rect>
  10254. </property>
  10255. <property name="font">
  10256. <font>
  10257. <pointsize>8</pointsize>
  10258. </font>
  10259. </property>
  10260. <property name="text">
  10261. <string>Key Follow</string>
  10262. </property>
  10263. <property name="alignment">
  10264. <set>Qt::AlignCenter</set>
  10265. </property>
  10266. </widget>
  10267. <widget class="QSlider" name="antiAliasCutoff_horizontalSlider">
  10268. <property name="geometry">
  10269. <rect>
  10270. <x>10</x>
  10271. <y>60</y>
  10272. <width>91</width>
  10273. <height>25</height>
  10274. </rect>
  10275. </property>
  10276. <property name="maximum">
  10277. <number>127</number>
  10278. </property>
  10279. <property name="orientation">
  10280. <enum>Qt::Horizontal</enum>
  10281. </property>
  10282. <property name="tickPosition">
  10283. <enum>QSlider::TicksBothSides</enum>
  10284. </property>
  10285. <property name="tickInterval">
  10286. <number>16</number>
  10287. </property>
  10288. </widget>
  10289. </widget>
  10290. </widget>
  10291. <widget class="QWidget" name="tab">
  10292. <attribute name="title">
  10293. <string>Key Patches</string>
  10294. </attribute>
  10295. <widget class="QWidget" name="keyPatches_widget" native="true">
  10296. <property name="geometry">
  10297. <rect>
  10298. <x>0</x>
  10299. <y>0</y>
  10300. <width>991</width>
  10301. <height>611</height>
  10302. </rect>
  10303. </property>
  10304. </widget>
  10305. </widget>
  10306. </widget>
  10307. </widget>
  10308. <widget class="QMenuBar" name="menubar">
  10309. <property name="geometry">
  10310. <rect>
  10311. <x>0</x>
  10312. <y>0</y>
  10313. <width>1001</width>
  10314. <height>19</height>
  10315. </rect>
  10316. </property>
  10317. <widget class="QMenu" name="menu_File">
  10318. <property name="title">
  10319. <string>&amp;File</string>
  10320. </property>
  10321. <addaction name="action_Import"/>
  10322. <addaction name="separator"/>
  10323. <addaction name="actionSave_As"/>
  10324. <addaction name="separator"/>
  10325. <addaction name="actionPrint"/>
  10326. <addaction name="separator"/>
  10327. <addaction name="actionSe_ttings"/>
  10328. <addaction name="separator"/>
  10329. <addaction name="actionE_xit"/>
  10330. </widget>
  10331. <widget class="QMenu" name="menu_MIDI">
  10332. <property name="title">
  10333. <string>&amp;EWI</string>
  10334. </property>
  10335. <addaction name="actionFetch_All_Patches"/>
  10336. <addaction name="separator"/>
  10337. <addaction name="action_Connections"/>
  10338. <addaction name="action_MIDI_Send_SysEx_File"/>
  10339. </widget>
  10340. <widget class="QMenu" name="menuHelp">
  10341. <property name="title">
  10342. <string>&amp;Help</string>
  10343. </property>
  10344. <addaction name="actionEWItool_Help"/>
  10345. <addaction name="actionLicence"/>
  10346. <addaction name="separator"/>
  10347. <addaction name="action_About"/>
  10348. </widget>
  10349. <widget class="QMenu" name="menu_Patch">
  10350. <property name="title">
  10351. <string>&amp;Patch</string>
  10352. </property>
  10353. <widget class="QMenu" name="menuGenerate">
  10354. <property name="title">
  10355. <string>Generate</string>
  10356. </property>
  10357. <addaction name="action_Default_Patch"/>
  10358. <addaction name="action_Random_Patch"/>
  10359. </widget>
  10360. <widget class="QMenu" name="menu_Process">
  10361. <property name="title">
  10362. <string>&amp;Process</string>
  10363. </property>
  10364. <addaction name="actionMake_Dry"/>
  10365. <addaction name="actionMax_Volume"/>
  10366. <addaction name="actionRemove_Noise"/>
  10367. <addaction name="action_Randomise_10"/>
  10368. <addaction name="separator"/>
  10369. <addaction name="action_Merge_With"/>
  10370. </widget>
  10371. <addaction name="action_Patch_Save"/>
  10372. <addaction name="action_Patch_Copy_As"/>
  10373. <addaction name="action_Patch_Export"/>
  10374. <addaction name="separator"/>
  10375. <addaction name="action_Patch_Revert"/>
  10376. <addaction name="separator"/>
  10377. <addaction name="menuGenerate"/>
  10378. <addaction name="menu_Process"/>
  10379. </widget>
  10380. <addaction name="menu_File"/>
  10381. <addaction name="menu_MIDI"/>
  10382. <addaction name="menu_Patch"/>
  10383. <addaction name="menuHelp"/>
  10384. </widget>
  10385. <widget class="QStatusBar" name="statusbar"/>
  10386. <action name="action_About">
  10387. <property name="text">
  10388. <string>&amp;About</string>
  10389. </property>
  10390. </action>
  10391. <action name="action_Panic">
  10392. <property name="text">
  10393. <string>MIDI &amp;Panic</string>
  10394. </property>
  10395. </action>
  10396. <action name="actionE_xit">
  10397. <property name="text">
  10398. <string>E&amp;xit</string>
  10399. </property>
  10400. </action>
  10401. <action name="actionFetch_All_from_EWI">
  10402. <property name="text">
  10403. <string>Fetch All from EWI</string>
  10404. </property>
  10405. </action>
  10406. <action name="actionPrint">
  10407. <property name="enabled">
  10408. <bool>true</bool>
  10409. </property>
  10410. <property name="text">
  10411. <string>Print</string>
  10412. </property>
  10413. </action>
  10414. <action name="actionSave_As">
  10415. <property name="enabled">
  10416. <bool>false</bool>
  10417. </property>
  10418. <property name="text">
  10419. <string>Save &amp;As...</string>
  10420. </property>
  10421. </action>
  10422. <action name="action_Connections">
  10423. <property name="text">
  10424. <string>MIDI &amp;Connections</string>
  10425. </property>
  10426. </action>
  10427. <action name="action_Save">
  10428. <property name="enabled">
  10429. <bool>false</bool>
  10430. </property>
  10431. <property name="text">
  10432. <string>&amp;Save</string>
  10433. </property>
  10434. </action>
  10435. <action name="action_Import">
  10436. <property name="text">
  10437. <string>&amp;Import</string>
  10438. </property>
  10439. </action>
  10440. <action name="actionFetch_All_Patches">
  10441. <property name="text">
  10442. <string>&amp;Fetch All Patches</string>
  10443. </property>
  10444. </action>
  10445. <action name="actionEWItool_Help">
  10446. <property name="text">
  10447. <string>EWItool &amp;Help</string>
  10448. </property>
  10449. </action>
  10450. <action name="actionLicence">
  10451. <property name="text">
  10452. <string>Licence</string>
  10453. </property>
  10454. </action>
  10455. <action name="action_Patch_Copy_As">
  10456. <property name="text">
  10457. <string>Copy &amp;As...</string>
  10458. </property>
  10459. </action>
  10460. <action name="action_Patch_Copy">
  10461. <property name="text">
  10462. <string>&amp;Copy</string>
  10463. </property>
  10464. </action>
  10465. <action name="action_Patch_Revert">
  10466. <property name="text">
  10467. <string>&amp;Revert</string>
  10468. </property>
  10469. </action>
  10470. <action name="action_Default_Patch">
  10471. <property name="text">
  10472. <string>&amp;Default Patch</string>
  10473. </property>
  10474. </action>
  10475. <action name="action_Random_Patch">
  10476. <property name="text">
  10477. <string>&amp;Random Patch</string>
  10478. </property>
  10479. </action>
  10480. <action name="actionMake_Dry">
  10481. <property name="text">
  10482. <string>Make &amp;Dry</string>
  10483. </property>
  10484. </action>
  10485. <action name="actionRemove_Noise">
  10486. <property name="text">
  10487. <string>Remove &amp;Noise</string>
  10488. </property>
  10489. </action>
  10490. <action name="action_Randomise_10">
  10491. <property name="text">
  10492. <string>&amp;Randomise (10%)</string>
  10493. </property>
  10494. </action>
  10495. <action name="action_Merge_With">
  10496. <property name="text">
  10497. <string>&amp;Merge With...</string>
  10498. </property>
  10499. </action>
  10500. <action name="actionSe_ttings">
  10501. <property name="text">
  10502. <string>Se&amp;ttings</string>
  10503. </property>
  10504. </action>
  10505. <action name="action_Patch_Save">
  10506. <property name="text">
  10507. <string>&amp;Save</string>
  10508. </property>
  10509. </action>
  10510. <action name="action_Patch_Export">
  10511. <property name="text">
  10512. <string>E&amp;xport</string>
  10513. </property>
  10514. </action>
  10515. <action name="action_MIDI_Send_SysEx_File">
  10516. <property name="text">
  10517. <string>Send Sys&amp;Ex File</string>
  10518. </property>
  10519. </action>
  10520. <action name="actionMax_Volume">
  10521. <property name="text">
  10522. <string>Max &amp;Volume</string>
  10523. </property>
  10524. </action>
  10525. </widget>
  10526. <resources/>
  10527. <connections/>
  10528. </ui>