/mainwindow.ui
Unknown | 10528 lines | 10528 code | 0 blank | 0 comment | 0 complexity | 01e13a6f24e83a5fdd1b980b4b3864e6 MD5 | raw file
Large files files are truncated, but you can click here to view the full 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 &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>-></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 </color…
Large files files are truncated, but you can click here to view the full file