1 <?xml version=
"1.0" encoding=
"UTF-8"?>
3 <class>PluginEdit
</class>
4 <widget class=
"QDialog" name=
"PluginEdit">
5 <property name=
"geometry">
13 <property name=
"windowTitle">
14 <string>Plugin Editor
</string>
16 <layout class=
"QVBoxLayout" name=
"verticalLayout">
18 <widget class=
"QTabWidget" name=
"tabWidget">
19 <property name=
"tabPosition">
20 <enum>QTabWidget::South
</enum>
22 <property name=
"currentIndex">
25 <widget class=
"QWidget" name=
"tabEdit">
26 <attribute name=
"title">
29 <layout class=
"QGridLayout" name=
"gridLayout_2">
30 <item row=
"2" column=
"0">
31 <widget class=
"QGroupBox" name=
"groupBox_3">
32 <property name=
"title">
33 <string>Control
</string>
35 <layout class=
"QVBoxLayout" name=
"verticalLayout_5">
37 <layout class=
"QHBoxLayout" name=
"horizontalLayout_5">
39 <spacer name=
"horizontalSpacer_5">
40 <property name=
"orientation">
41 <enum>Qt::Horizontal
</enum>
43 <property name=
"sizeHint" stdset=
"0">
52 <widget class=
"QLabel" name=
"label_ctrl_channel">
53 <property name=
"text">
54 <string>MIDI Control Channel:
</string>
59 <widget class=
"QSpinBox" name=
"sb_ctrl_channel">
60 <property name=
"contextMenuPolicy">
61 <enum>Qt::CustomContextMenu
</enum>
63 <property name=
"alignment">
64 <set>Qt::AlignCenter
</set>
66 <property name=
"specialValueText">
69 <property name=
"minimum">
72 <property name=
"maximum">
75 <property name=
"value">
81 <spacer name=
"horizontalSpacer_3">
82 <property name=
"orientation">
83 <enum>Qt::Horizontal
</enum>
85 <property name=
"sizeHint" stdset=
"0">
96 <layout class=
"QHBoxLayout" name=
"horizontalLayout_8">
98 <spacer name=
"horizontalSpacer_6">
99 <property name=
"orientation">
100 <enum>Qt::Horizontal
</enum>
102 <property name=
"sizeHint" stdset=
"0">
111 <widget class=
"ScalableDial" name=
"dial_drywet">
112 <property name=
"minimumSize">
118 <property name=
"maximumSize">
124 <property name=
"contextMenuPolicy">
125 <enum>Qt::CustomContextMenu
</enum>
127 <property name=
"statusTip">
128 <string>Output dry/wet (
100%)
</string>
133 <widget class=
"ScalableDial" name=
"dial_vol">
134 <property name=
"minimumSize">
140 <property name=
"maximumSize">
146 <property name=
"contextMenuPolicy">
147 <enum>Qt::CustomContextMenu
</enum>
149 <property name=
"statusTip">
150 <string>Output volume (
100%)
</string>
155 <widget class=
"QStackedWidget" name=
"stackedWidget">
156 <property name=
"maximumSize">
158 <width>16777215</width>
162 <property name=
"lineWidth">
165 <property name=
"currentIndex">
168 <widget class=
"QWidget" name=
"page_bal">
169 <layout class=
"QHBoxLayout" name=
"horizontalLayout_6">
170 <property name=
"spacing">
173 <property name=
"leftMargin">
176 <property name=
"topMargin">
179 <property name=
"rightMargin">
182 <property name=
"bottomMargin">
186 <widget class=
"ScalableDial" name=
"dial_b_left">
187 <property name=
"minimumSize">
193 <property name=
"maximumSize">
199 <property name=
"contextMenuPolicy">
200 <enum>Qt::CustomContextMenu
</enum>
202 <property name=
"statusTip">
203 <string>Balance Left (
0%)
</string>
208 <widget class=
"ScalableDial" name=
"dial_b_right">
209 <property name=
"minimumSize">
215 <property name=
"maximumSize">
221 <property name=
"contextMenuPolicy">
222 <enum>Qt::CustomContextMenu
</enum>
224 <property name=
"statusTip">
225 <string>Balance Right (
0%)
</string>
231 <widget class=
"QWidget" name=
"page_pan">
232 <layout class=
"QHBoxLayout" name=
"horizontalLayout_7">
233 <property name=
"spacing">
236 <property name=
"leftMargin">
239 <property name=
"topMargin">
242 <property name=
"rightMargin">
245 <property name=
"bottomMargin">
249 <widget class=
"ScalableDial" name=
"dial_pan">
250 <property name=
"minimumSize">
256 <property name=
"maximumSize">
262 <property name=
"contextMenuPolicy">
263 <enum>Qt::CustomContextMenu
</enum>
265 <property name=
"statusTip">
266 <string>Balance Right (
0%)
</string>
275 <layout class=
"QVBoxLayout" name=
"verticalLayout_2">
276 <property name=
"spacing">
280 <widget class=
"QRadioButton" name=
"rb_balance">
281 <property name=
"text">
282 <string>Use Balance
</string>
284 <property name=
"checked">
290 <widget class=
"QRadioButton" name=
"rb_pan">
291 <property name=
"text">
292 <string>Use Panning
</string>
299 <spacer name=
"horizontalSpacer_4">
300 <property name=
"orientation">
301 <enum>Qt::Horizontal
</enum>
303 <property name=
"sizeHint" stdset=
"0">
316 <item row=
"1" column=
"1" rowspan=
"2">
317 <widget class=
"QGroupBox" name=
"groupBox">
318 <property name=
"sizePolicy">
319 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Expanding">
320 <horstretch>0</horstretch>
321 <verstretch>0</verstretch>
324 <property name=
"title">
325 <string>Settings
</string>
327 <layout class=
"QVBoxLayout" name=
"verticalLayout_4">
329 <widget class=
"QCheckBox" name=
"ch_use_chunks">
330 <property name=
"text">
331 <string>Use Chunks
</string>
336 <widget class=
"Line" name=
"line_2">
337 <property name=
"lineWidth">
340 <property name=
"midLineWidth">
343 <property name=
"orientation">
344 <enum>Qt::Horizontal
</enum>
349 <widget class=
"QLabel" name=
"label">
350 <property name=
"font">
356 <property name=
"text">
357 <string> Audio:
</string>
362 <widget class=
"QCheckBox" name=
"ch_fixed_buffer">
363 <property name=
"text">
364 <string>Fixed-Size Buffer
</string>
369 <widget class=
"QCheckBox" name=
"ch_force_stereo">
370 <property name=
"text">
371 <string>Force Stereo (needs reload)
</string>
376 <widget class=
"Line" name=
"line">
377 <property name=
"lineWidth">
380 <property name=
"midLineWidth">
383 <property name=
"orientation">
384 <enum>Qt::Horizontal
</enum>
389 <widget class=
"QLabel" name=
"label_2">
390 <property name=
"font">
396 <property name=
"text">
397 <string> MIDI:
</string>
402 <widget class=
"QCheckBox" name=
"ch_map_program_changes">
403 <property name=
"text">
404 <string>Map Program Changes
</string>
409 <widget class=
"QCheckBox" name=
"ch_send_notes">
410 <property name=
"text">
411 <string>Send Notes
</string>
416 <widget class=
"QCheckBox" name=
"ch_send_program_changes">
417 <property name=
"text">
418 <string>Send Bank/Program Changes
</string>
423 <widget class=
"QCheckBox" name=
"ch_send_control_changes">
424 <property name=
"text">
425 <string>Send Control Changes
</string>
430 <widget class=
"QCheckBox" name=
"ch_send_channel_pressure">
431 <property name=
"text">
432 <string>Send Channel Pressure
</string>
437 <widget class=
"QCheckBox" name=
"ch_send_note_aftertouch">
438 <property name=
"text">
439 <string>Send Note Aftertouch
</string>
444 <widget class=
"QCheckBox" name=
"ch_send_pitchbend">
445 <property name=
"text">
446 <string>Send Pitchbend
</string>
451 <widget class=
"QCheckBox" name=
"ch_send_all_sound_off">
452 <property name=
"text">
453 <string>Send All Sound/Notes Off
</string>
460 <item row=
"0" column=
"0" colspan=
"2">
461 <layout class=
"QHBoxLayout" name=
"horizontalLayout">
463 <spacer name=
"horizontalSpacer">
464 <property name=
"orientation">
465 <enum>Qt::Horizontal
</enum>
467 <property name=
"sizeType">
468 <enum>QSizePolicy::Expanding
</enum>
470 <property name=
"sizeHint" stdset=
"0">
479 <widget class=
"QLabel" name=
"label_plugin">
480 <property name=
"text">
485 <property name=
"alignment">
486 <set>Qt::AlignCenter
</set>
488 <property name=
"wordWrap">
494 <spacer name=
"horizontalSpacer_2">
495 <property name=
"orientation">
496 <enum>Qt::Horizontal
</enum>
498 <property name=
"sizeType">
499 <enum>QSizePolicy::Expanding
</enum>
501 <property name=
"sizeHint" stdset=
"0">
510 <layout class=
"QGridLayout" name=
"gridLayout">
511 <item row=
"0" column=
"1" colspan=
"2">
512 <widget class=
"QStackedWidget" name=
"sw_programs">
513 <property name=
"sizePolicy">
514 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Preferred">
515 <horstretch>0</horstretch>
516 <verstretch>0</verstretch>
519 <property name=
"lineWidth">
522 <property name=
"currentIndex">
525 <widget class=
"QWidget" name=
"sww_programs">
526 <layout class=
"QHBoxLayout" name=
"horizontalLayout_3">
527 <property name=
"leftMargin">
530 <property name=
"topMargin">
533 <property name=
"rightMargin">
536 <property name=
"bottomMargin">
540 <spacer name=
"horizontalSpacer_8">
541 <property name=
"orientation">
542 <enum>Qt::Horizontal
</enum>
544 <property name=
"sizeHint" stdset=
"0">
553 <widget class=
"QLabel" name=
"label_programs">
554 <property name=
"sizePolicy">
555 <sizepolicy hsizetype=
"Fixed" vsizetype=
"Preferred">
556 <horstretch>0</horstretch>
557 <verstretch>0</verstretch>
560 <property name=
"text">
561 <string>Program:
</string>
566 <widget class=
"QComboBox" name=
"cb_programs">
567 <property name=
"minimumSize">
577 <widget class=
"QWidget" name=
"sww_midiPrograms">
578 <layout class=
"QHBoxLayout" name=
"horizontalLayout_4">
579 <property name=
"leftMargin">
582 <property name=
"topMargin">
585 <property name=
"rightMargin">
588 <property name=
"bottomMargin">
592 <spacer name=
"horizontalSpacer_7">
593 <property name=
"orientation">
594 <enum>Qt::Horizontal
</enum>
596 <property name=
"sizeType">
597 <enum>QSizePolicy::Expanding
</enum>
599 <property name=
"sizeHint" stdset=
"0">
608 <widget class=
"QLabel" name=
"label_midi_programs">
609 <property name=
"sizePolicy">
610 <sizepolicy hsizetype=
"Fixed" vsizetype=
"Preferred">
611 <horstretch>0</horstretch>
612 <verstretch>0</verstretch>
615 <property name=
"text">
616 <string>MIDI Program:
</string>
621 <widget class=
"QComboBox" name=
"cb_midi_programs">
622 <property name=
"minimumSize">
634 <item row=
"1" column=
"1">
635 <widget class=
"QPushButton" name=
"b_save_state">
636 <property name=
"focusPolicy">
637 <enum>Qt::NoFocus
</enum>
639 <property name=
"text">
640 <string>Save State
</string>
642 <property name=
"icon">
644 <normaloff>:/
16x16/document-save.png
</normaloff>:/
16x16/document-save.png
</iconset>
648 <item row=
"1" column=
"2">
649 <widget class=
"QPushButton" name=
"b_load_state">
650 <property name=
"focusPolicy">
651 <enum>Qt::NoFocus
</enum>
653 <property name=
"text">
654 <string>Load State
</string>
656 <property name=
"icon">
658 <normaloff>:/
16x16/document-open.png
</normaloff>:/
16x16/document-open.png
</iconset>
662 <item row=
"1" column=
"0">
663 <spacer name=
"horizontalSpacer_9">
664 <property name=
"orientation">
665 <enum>Qt::Horizontal
</enum>
667 <property name=
"sizeType">
668 <enum>QSizePolicy::Expanding
</enum>
670 <property name=
"sizeHint" stdset=
"0">
682 <item row=
"1" column=
"0">
683 <widget class=
"QGroupBox" name=
"groupBox_2">
684 <property name=
"sizePolicy">
685 <sizepolicy hsizetype=
"Preferred" vsizetype=
"Expanding">
686 <horstretch>0</horstretch>
687 <verstretch>0</verstretch>
690 <property name=
"title">
691 <string>Information
</string>
693 <layout class=
"QVBoxLayout" name=
"verticalLayout_3">
695 <layout class=
"QGridLayout" name=
"gridLayout_3">
696 <item row=
"3" column=
"1">
697 <widget class=
"QLineEdit" name=
"le_maker">
698 <property name=
"inputMask">
699 <string notr=
"true"/>
701 <property name=
"text">
702 <string notr=
"true"/>
704 <property name=
"frame">
707 <property name=
"readOnly">
712 <item row=
"2" column=
"0">
713 <widget class=
"QLabel" name=
"label_label">
714 <property name=
"text">
715 <string>Label/URI:
</string>
717 <property name=
"alignment">
718 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
722 <item row=
"1" column=
"0">
723 <widget class=
"QLabel" name=
"label_name">
724 <property name=
"text">
725 <string>Name:
</string>
727 <property name=
"alignment">
728 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
732 <item row=
"1" column=
"1">
733 <widget class=
"QLineEdit" name=
"le_name">
734 <property name=
"inputMask">
735 <string notr=
"true"/>
737 <property name=
"text">
738 <string notr=
"true"/>
740 <property name=
"frame">
743 <property name=
"readOnly">
748 <item row=
"0" column=
"1">
749 <widget class=
"QLineEdit" name=
"le_type">
750 <property name=
"inputMask">
751 <string notr=
"true"/>
753 <property name=
"text">
754 <string notr=
"true"/>
756 <property name=
"frame">
759 <property name=
"readOnly">
764 <item row=
"4" column=
"1">
765 <widget class=
"QLineEdit" name=
"le_copyright">
766 <property name=
"inputMask">
767 <string notr=
"true"/>
769 <property name=
"text">
770 <string notr=
"true"/>
772 <property name=
"frame">
775 <property name=
"readOnly">
780 <item row=
"5" column=
"1">
781 <widget class=
"QLineEdit" name=
"le_unique_id">
782 <property name=
"inputMask">
783 <string notr=
"true"/>
785 <property name=
"text">
786 <string notr=
"true"/>
788 <property name=
"frame">
791 <property name=
"readOnly">
796 <item row=
"0" column=
"0">
797 <widget class=
"QLabel" name=
"label_type">
798 <property name=
"text">
799 <string>Type:
</string>
801 <property name=
"alignment">
802 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
806 <item row=
"3" column=
"0">
807 <widget class=
"QLabel" name=
"label_maker">
808 <property name=
"text">
809 <string>Maker:
</string>
811 <property name=
"alignment">
812 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
816 <item row=
"4" column=
"0">
817 <widget class=
"QLabel" name=
"label_copyright">
818 <property name=
"text">
819 <string>Copyright:
</string>
821 <property name=
"alignment">
822 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
826 <item row=
"5" column=
"0">
827 <widget class=
"QLabel" name=
"label_unique_id">
828 <property name=
"text">
829 <string>Unique ID:
</string>
831 <property name=
"alignment">
832 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter
</set>
836 <item row=
"2" column=
"1">
837 <widget class=
"QLineEdit" name=
"le_label">
838 <property name=
"inputMask">
839 <string notr=
"true"/>
841 <property name=
"text">
842 <string notr=
"true"/>
844 <property name=
"frame">
847 <property name=
"readOnly">
857 <item row=
"3" column=
"0" colspan=
"2">
858 <spacer name=
"verticalSpacer">
859 <property name=
"orientation">
860 <enum>Qt::Vertical
</enum>
862 <property name=
"sizeType">
863 <enum>QSizePolicy::MinimumExpanding
</enum>
865 <property name=
"sizeHint" stdset=
"0">
881 <class>ScalableDial
</class>
882 <extends>QDial
</extends>
883 <header>widgets/scalabledial.h
</header>
887 <include location=
"../resources.qrc"/>