/[svn]/qsampler/trunk/src/qsamplerChannelForm.ui
ViewVC logotype

Contents of /qsampler/trunk/src/qsamplerChannelForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 758 - (show annotations) (download)
Sun Aug 28 00:31:34 2005 UTC (18 years, 7 months ago) by capela
File size: 37622 byte(s)
* Audio output channel routing configuration finally hits
  the sampler channel dialog, at last! (EXPERIMENTAL).

1 <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
2 <class>qsamplerChannelForm</class>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.
6
7 This program is free software; you can redistribute it and/or
8 modify it under the terms of the GNU General Public License
9 as published by the Free Software Foundation; either version 2
10 of the License, or (at your option) any later version.
11
12 This program is distributed in the hope that it will be useful,
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 GNU General Public License for more details.
16
17 You should have received a copy of the GNU General Public License
18 along with this program; if not, write to the Free Software
19 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20
21 </comment>
22 <author>rncbc aka Rui Nuno Capela</author>
23 <widget class="QDialog">
24 <property name="name">
25 <cstring>qsamplerChannelForm</cstring>
26 </property>
27 <property name="geometry">
28 <rect>
29 <x>0</x>
30 <y>0</y>
31 <width>508</width>
32 <height>445</height>
33 </rect>
34 </property>
35 <property name="sizePolicy">
36 <sizepolicy>
37 <hsizetype>7</hsizetype>
38 <vsizetype>1</vsizetype>
39 <horstretch>0</horstretch>
40 <verstretch>0</verstretch>
41 </sizepolicy>
42 </property>
43 <property name="caption">
44 <string>Qsampler: Channel</string>
45 </property>
46 <property name="icon">
47 <pixmap>qsamplerChannel.png</pixmap>
48 </property>
49 <property name="focusPolicy">
50 <enum>StrongFocus</enum>
51 </property>
52 <grid>
53 <property name="name">
54 <cstring>unnamed</cstring>
55 </property>
56 <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="2">
57 <property name="name">
58 <cstring>EngineNameComboBox</cstring>
59 </property>
60 <property name="sizePolicy">
61 <sizepolicy>
62 <hsizetype>7</hsizetype>
63 <vsizetype>0</vsizetype>
64 <horstretch>0</horstretch>
65 <verstretch>0</verstretch>
66 </sizepolicy>
67 </property>
68 <property name="toolTip" stdset="0">
69 <string>Engine name</string>
70 </property>
71 </widget>
72 <widget class="QLabel" row="0" column="0">
73 <property name="name">
74 <cstring>EngineNameTextLabel</cstring>
75 </property>
76 <property name="text">
77 <string>&amp;Engine:</string>
78 </property>
79 <property name="alignment">
80 <set>AlignVCenter|AlignRight</set>
81 </property>
82 <property name="buddy" stdset="0">
83 <cstring>EngineNameComboBox</cstring>
84 </property>
85 </widget>
86 <widget class="QLabel" row="1" column="0">
87 <property name="name">
88 <cstring>InstrumentFileTextLabel</cstring>
89 </property>
90 <property name="text">
91 <string>&amp;Filename:</string>
92 </property>
93 <property name="alignment">
94 <set>AlignVCenter|AlignRight</set>
95 </property>
96 <property name="buddy" stdset="0">
97 <cstring>InstrumentFileComboBox</cstring>
98 </property>
99 </widget>
100 <widget class="QPushButton" row="1" column="2">
101 <property name="name">
102 <cstring>InstrumentFilePushButton</cstring>
103 </property>
104 <property name="sizePolicy">
105 <sizepolicy>
106 <hsizetype>0</hsizetype>
107 <vsizetype>0</vsizetype>
108 <horstretch>0</horstretch>
109 <verstretch>0</verstretch>
110 </sizepolicy>
111 </property>
112 <property name="minimumSize">
113 <size>
114 <width>24</width>
115 <height>24</height>
116 </size>
117 </property>
118 <property name="maximumSize">
119 <size>
120 <width>26</width>
121 <height>26</height>
122 </size>
123 </property>
124 <property name="text">
125 <string></string>
126 </property>
127 <property name="pixmap">
128 <pixmap>fileOpen.png</pixmap>
129 </property>
130 <property name="toolTip" stdset="0">
131 <string>Browse for instrument filename</string>
132 </property>
133 </widget>
134 <widget class="QComboBox" row="1" column="1">
135 <property name="name">
136 <cstring>InstrumentFileComboBox</cstring>
137 </property>
138 <property name="sizePolicy">
139 <sizepolicy>
140 <hsizetype>7</hsizetype>
141 <vsizetype>0</vsizetype>
142 <horstretch>0</horstretch>
143 <verstretch>0</verstretch>
144 </sizepolicy>
145 </property>
146 <property name="minimumSize">
147 <size>
148 <width>320</width>
149 <height>0</height>
150 </size>
151 </property>
152 <property name="editable">
153 <bool>true</bool>
154 </property>
155 <property name="toolTip" stdset="0">
156 <string>Instrument filename</string>
157 </property>
158 </widget>
159 <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="2">
160 <property name="name">
161 <cstring>InstrumentNrComboBox</cstring>
162 </property>
163 <property name="sizePolicy">
164 <sizepolicy>
165 <hsizetype>7</hsizetype>
166 <vsizetype>0</vsizetype>
167 <horstretch>0</horstretch>
168 <verstretch>0</verstretch>
169 </sizepolicy>
170 </property>
171 <property name="minimumSize">
172 <size>
173 <width>320</width>
174 <height>0</height>
175 </size>
176 </property>
177 <property name="toolTip" stdset="0">
178 <string>Instrument name</string>
179 </property>
180 </widget>
181 <widget class="QLabel" row="2" column="0">
182 <property name="name">
183 <cstring>InstrumentNrTextLabel</cstring>
184 </property>
185 <property name="text">
186 <string>&amp;Instrument:</string>
187 </property>
188 <property name="alignment">
189 <set>AlignVCenter|AlignRight</set>
190 </property>
191 <property name="buddy" stdset="0">
192 <cstring>InstrumentNrComboBox</cstring>
193 </property>
194 </widget>
195 <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="2">
196 <property name="name">
197 <cstring>MidiGroupBox</cstring>
198 </property>
199 <property name="sizePolicy">
200 <sizepolicy>
201 <hsizetype>7</hsizetype>
202 <vsizetype>5</vsizetype>
203 <horstretch>0</horstretch>
204 <verstretch>0</verstretch>
205 </sizepolicy>
206 </property>
207 <property name="title">
208 <string>MIDI / Input</string>
209 </property>
210 <grid>
211 <property name="name">
212 <cstring>unnamed</cstring>
213 </property>
214 <property name="margin">
215 <number>8</number>
216 </property>
217 <property name="spacing">
218 <number>8</number>
219 </property>
220 <widget class="QLabel" row="0" column="0">
221 <property name="name">
222 <cstring>MidiDriverTextLabel</cstring>
223 </property>
224 <property name="text">
225 <string>&amp;Type:</string>
226 </property>
227 <property name="alignment">
228 <set>AlignVCenter</set>
229 </property>
230 <property name="buddy" stdset="0">
231 <cstring>MidiDriverComboBox</cstring>
232 </property>
233 </widget>
234 <widget class="QLabel" row="1" column="0">
235 <property name="name">
236 <cstring>MidiDeviceTextLabel</cstring>
237 </property>
238 <property name="text">
239 <string>&amp;Device:</string>
240 </property>
241 <property name="alignment">
242 <set>AlignVCenter</set>
243 </property>
244 <property name="buddy" stdset="0">
245 <cstring>MidiDeviceComboBox</cstring>
246 </property>
247 </widget>
248 <widget class="QLayoutWidget" row="0" column="1">
249 <property name="name">
250 <cstring>layout11</cstring>
251 </property>
252 <hbox>
253 <property name="name">
254 <cstring>unnamed</cstring>
255 </property>
256 <widget class="QComboBox">
257 <property name="name">
258 <cstring>MidiDriverComboBox</cstring>
259 </property>
260 <property name="sizePolicy">
261 <sizepolicy>
262 <hsizetype>5</hsizetype>
263 <vsizetype>0</vsizetype>
264 <horstretch>0</horstretch>
265 <verstretch>0</verstretch>
266 </sizepolicy>
267 </property>
268 <property name="toolTip" stdset="0">
269 <string>MIDI input driver type</string>
270 </property>
271 </widget>
272 <spacer>
273 <property name="name">
274 <cstring>spacer1</cstring>
275 </property>
276 <property name="orientation">
277 <enum>Horizontal</enum>
278 </property>
279 <property name="sizeType">
280 <enum>Expanding</enum>
281 </property>
282 <property name="sizeHint">
283 <size>
284 <width>25</width>
285 <height>16</height>
286 </size>
287 </property>
288 </spacer>
289 <widget class="QLabel">
290 <property name="name">
291 <cstring>MidiPortTextLabel</cstring>
292 </property>
293 <property name="text">
294 <string>&amp;Port:</string>
295 </property>
296 <property name="alignment">
297 <set>AlignVCenter|AlignRight</set>
298 </property>
299 <property name="buddy" stdset="0">
300 <cstring>MidiPortSpinBox</cstring>
301 </property>
302 </widget>
303 <widget class="QSpinBox">
304 <property name="name">
305 <cstring>MidiPortSpinBox</cstring>
306 </property>
307 <property name="toolTip" stdset="0">
308 <string>MIDI input port number</string>
309 </property>
310 </widget>
311 <widget class="QLabel">
312 <property name="name">
313 <cstring>MidiChannelTextLabel</cstring>
314 </property>
315 <property name="text">
316 <string>&amp;Channel:</string>
317 </property>
318 <property name="alignment">
319 <set>AlignVCenter|AlignRight</set>
320 </property>
321 <property name="buddy" stdset="0">
322 <cstring>MidiChannelComboBox</cstring>
323 </property>
324 </widget>
325 <widget class="QComboBox">
326 <item>
327 <property name="text">
328 <string>1</string>
329 </property>
330 </item>
331 <item>
332 <property name="text">
333 <string>2</string>
334 </property>
335 </item>
336 <item>
337 <property name="text">
338 <string>3</string>
339 </property>
340 </item>
341 <item>
342 <property name="text">
343 <string>4</string>
344 </property>
345 </item>
346 <item>
347 <property name="text">
348 <string>5</string>
349 </property>
350 </item>
351 <item>
352 <property name="text">
353 <string>6</string>
354 </property>
355 </item>
356 <item>
357 <property name="text">
358 <string>7</string>
359 </property>
360 </item>
361 <item>
362 <property name="text">
363 <string>8</string>
364 </property>
365 </item>
366 <item>
367 <property name="text">
368 <string>9</string>
369 </property>
370 </item>
371 <item>
372 <property name="text">
373 <string>10</string>
374 </property>
375 </item>
376 <item>
377 <property name="text">
378 <string>11</string>
379 </property>
380 </item>
381 <item>
382 <property name="text">
383 <string>12</string>
384 </property>
385 </item>
386 <item>
387 <property name="text">
388 <string>13</string>
389 </property>
390 </item>
391 <item>
392 <property name="text">
393 <string>14</string>
394 </property>
395 </item>
396 <item>
397 <property name="text">
398 <string>15</string>
399 </property>
400 </item>
401 <item>
402 <property name="text">
403 <string>16</string>
404 </property>
405 </item>
406 <item>
407 <property name="text">
408 <string>All</string>
409 </property>
410 </item>
411 <property name="name">
412 <cstring>MidiChannelComboBox</cstring>
413 </property>
414 <property name="toolTip" stdset="0">
415 <string>MIDI input channel</string>
416 </property>
417 </widget>
418 </hbox>
419 </widget>
420 <widget class="QLayoutWidget" row="1" column="1">
421 <property name="name">
422 <cstring>layout12</cstring>
423 </property>
424 <hbox>
425 <property name="name">
426 <cstring>unnamed</cstring>
427 </property>
428 <widget class="QComboBox">
429 <property name="name">
430 <cstring>MidiDeviceComboBox</cstring>
431 </property>
432 <property name="sizePolicy">
433 <sizepolicy>
434 <hsizetype>7</hsizetype>
435 <vsizetype>0</vsizetype>
436 <horstretch>0</horstretch>
437 <verstretch>0</verstretch>
438 </sizepolicy>
439 </property>
440 <property name="toolTip" stdset="0">
441 <string>MIDI input device</string>
442 </property>
443 </widget>
444 <widget class="QPushButton">
445 <property name="name">
446 <cstring>MidiDevicePushButton</cstring>
447 </property>
448 <property name="sizePolicy">
449 <sizepolicy>
450 <hsizetype>0</hsizetype>
451 <vsizetype>0</vsizetype>
452 <horstretch>0</horstretch>
453 <verstretch>0</verstretch>
454 </sizepolicy>
455 </property>
456 <property name="minimumSize">
457 <size>
458 <width>24</width>
459 <height>24</height>
460 </size>
461 </property>
462 <property name="maximumSize">
463 <size>
464 <width>26</width>
465 <height>26</height>
466 </size>
467 </property>
468 <property name="text">
469 <string></string>
470 </property>
471 <property name="pixmap">
472 <pixmap>midi1.png</pixmap>
473 </property>
474 <property name="toolTip" stdset="0">
475 <string>MIDI input device setup</string>
476 </property>
477 </widget>
478 </hbox>
479 </widget>
480 </grid>
481 </widget>
482 <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="3">
483 <property name="name">
484 <cstring>layout01</cstring>
485 </property>
486 <hbox>
487 <property name="name">
488 <cstring>unnamed</cstring>
489 </property>
490 <spacer>
491 <property name="name">
492 <cstring>spacer3</cstring>
493 </property>
494 <property name="orientation">
495 <enum>Horizontal</enum>
496 </property>
497 <property name="sizeType">
498 <enum>Expanding</enum>
499 </property>
500 <property name="sizeHint">
501 <size>
502 <width>8</width>
503 <height>8</height>
504 </size>
505 </property>
506 </spacer>
507 <widget class="QPushButton">
508 <property name="name">
509 <cstring>OkPushButton</cstring>
510 </property>
511 <property name="text">
512 <string>OK</string>
513 </property>
514 <property name="iconSet">
515 <iconset>formAccept.png</iconset>
516 </property>
517 </widget>
518 <widget class="QPushButton">
519 <property name="name">
520 <cstring>CancelPushButton</cstring>
521 </property>
522 <property name="text">
523 <string>Cancel</string>
524 </property>
525 <property name="iconSet">
526 <iconset>formReject.png</iconset>
527 </property>
528 </widget>
529 </hbox>
530 </widget>
531 <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="2">
532 <property name="name">
533 <cstring>AudioGroupBox</cstring>
534 </property>
535 <property name="sizePolicy">
536 <sizepolicy>
537 <hsizetype>7</hsizetype>
538 <vsizetype>5</vsizetype>
539 <horstretch>0</horstretch>
540 <verstretch>0</verstretch>
541 </sizepolicy>
542 </property>
543 <property name="title">
544 <string>Audio / Output</string>
545 </property>
546 <property name="alignment">
547 <set>AlignAuto</set>
548 </property>
549 <grid>
550 <property name="name">
551 <cstring>unnamed</cstring>
552 </property>
553 <property name="margin">
554 <number>8</number>
555 </property>
556 <property name="spacing">
557 <number>8</number>
558 </property>
559 <widget class="QLabel" row="0" column="0">
560 <property name="name">
561 <cstring>AudioDriverTextLabel</cstring>
562 </property>
563 <property name="text">
564 <string>&amp;Type:</string>
565 </property>
566 <property name="alignment">
567 <set>AlignVCenter</set>
568 </property>
569 <property name="buddy" stdset="0">
570 <cstring>AudioDriverComboBox</cstring>
571 </property>
572 </widget>
573 <widget class="QLayoutWidget" row="0" column="1">
574 <property name="name">
575 <cstring>layout21</cstring>
576 </property>
577 <hbox>
578 <property name="name">
579 <cstring>unnamed</cstring>
580 </property>
581 <widget class="QComboBox">
582 <property name="name">
583 <cstring>AudioDriverComboBox</cstring>
584 </property>
585 <property name="sizePolicy">
586 <sizepolicy>
587 <hsizetype>5</hsizetype>
588 <vsizetype>0</vsizetype>
589 <horstretch>0</horstretch>
590 <verstretch>0</verstretch>
591 </sizepolicy>
592 </property>
593 <property name="toolTip" stdset="0">
594 <string>Audio output driver type</string>
595 </property>
596 </widget>
597 <spacer>
598 <property name="name">
599 <cstring>spacer2</cstring>
600 </property>
601 <property name="orientation">
602 <enum>Horizontal</enum>
603 </property>
604 <property name="sizeType">
605 <enum>Expanding</enum>
606 </property>
607 <property name="sizeHint">
608 <size>
609 <width>210</width>
610 <height>16</height>
611 </size>
612 </property>
613 </spacer>
614 </hbox>
615 </widget>
616 <widget class="QLayoutWidget" row="1" column="1">
617 <property name="name">
618 <cstring>layout22</cstring>
619 </property>
620 <hbox>
621 <property name="name">
622 <cstring>unnamed</cstring>
623 </property>
624 <widget class="QComboBox">
625 <property name="name">
626 <cstring>AudioDeviceComboBox</cstring>
627 </property>
628 <property name="sizePolicy">
629 <sizepolicy>
630 <hsizetype>7</hsizetype>
631 <vsizetype>0</vsizetype>
632 <horstretch>0</horstretch>
633 <verstretch>0</verstretch>
634 </sizepolicy>
635 </property>
636 <property name="toolTip" stdset="0">
637 <string>Audio output device</string>
638 </property>
639 </widget>
640 <widget class="QPushButton">
641 <property name="name">
642 <cstring>AudioDevicePushButton</cstring>
643 </property>
644 <property name="sizePolicy">
645 <sizepolicy>
646 <hsizetype>0</hsizetype>
647 <vsizetype>0</vsizetype>
648 <horstretch>0</horstretch>
649 <verstretch>0</verstretch>
650 </sizepolicy>
651 </property>
652 <property name="minimumSize">
653 <size>
654 <width>24</width>
655 <height>24</height>
656 </size>
657 </property>
658 <property name="maximumSize">
659 <size>
660 <width>26</width>
661 <height>26</height>
662 </size>
663 </property>
664 <property name="text">
665 <string></string>
666 </property>
667 <property name="pixmap">
668 <pixmap>audio1.png</pixmap>
669 </property>
670 <property name="toolTip" stdset="0">
671 <string>Audio output device setup</string>
672 </property>
673 </widget>
674 </hbox>
675 </widget>
676 <widget class="QLabel" row="1" column="0">
677 <property name="name">
678 <cstring>AudioDeviceTextLabel</cstring>
679 </property>
680 <property name="text">
681 <string>&amp;Device:</string>
682 </property>
683 <property name="alignment">
684 <set>AlignVCenter</set>
685 </property>
686 <property name="buddy" stdset="0">
687 <cstring>AudioDeviceComboBox</cstring>
688 </property>
689 </widget>
690 <widget class="qsamplerChannelRoutingTable" row="2" column="1">
691 <property name="name">
692 <cstring>AudioRoutingTable</cstring>
693 </property>
694 <property name="minimumSize">
695 <size>
696 <width>0</width>
697 <height>100</height>
698 </size>
699 </property>
700 <property name="focusPolicy">
701 <enum>StrongFocus</enum>
702 </property>
703 <property name="toolTip" stdset="0">
704 <string>Audio output channel routing</string>
705 </property>
706 </widget>
707 </grid>
708 </widget>
709 </grid>
710 </widget>
711 <customwidgets>
712 <customwidget>
713 <class>qsamplerChannelRoutingTable</class>
714 <header location="local">qsamplerChannel.h</header>
715 <sizehint>
716 <width>-1</width>
717 <height>-1</height>
718 </sizehint>
719 <container>0</container>
720 <sizepolicy>
721 <hordata>7</hordata>
722 <verdata>7</verdata>
723 <horstretch>0</horstretch>
724 <verstretch>0</verstretch>
725 </sizepolicy>
726 </customwidget>
727 </customwidgets>
728 <connections>
729 <connection>
730 <sender>EngineNameComboBox</sender>
731 <signal>activated(int)</signal>
732 <receiver>qsamplerChannelForm</receiver>
733 <slot>optionsChanged()</slot>
734 </connection>
735 <connection>
736 <sender>InstrumentFileComboBox</sender>
737 <signal>activated(const QString&amp;)</signal>
738 <receiver>qsamplerChannelForm</receiver>
739 <slot>updateInstrumentName()</slot>
740 </connection>
741 <connection>
742 <sender>InstrumentFilePushButton</sender>
743 <signal>clicked()</signal>
744 <receiver>qsamplerChannelForm</receiver>
745 <slot>openInstrumentFile()</slot>
746 </connection>
747 <connection>
748 <sender>InstrumentNrComboBox</sender>
749 <signal>activated(int)</signal>
750 <receiver>qsamplerChannelForm</receiver>
751 <slot>optionsChanged()</slot>
752 </connection>
753 <connection>
754 <sender>MidiDriverComboBox</sender>
755 <signal>activated(const QString&amp;)</signal>
756 <receiver>qsamplerChannelForm</receiver>
757 <slot>selectMidiDriver(const QString&amp;)</slot>
758 </connection>
759 <connection>
760 <sender>MidiDeviceComboBox</sender>
761 <signal>activated(int)</signal>
762 <receiver>qsamplerChannelForm</receiver>
763 <slot>selectMidiDevice(int)</slot>
764 </connection>
765 <connection>
766 <sender>MidiPortSpinBox</sender>
767 <signal>valueChanged(int)</signal>
768 <receiver>qsamplerChannelForm</receiver>
769 <slot>optionsChanged()</slot>
770 </connection>
771 <connection>
772 <sender>MidiChannelComboBox</sender>
773 <signal>activated(int)</signal>
774 <receiver>qsamplerChannelForm</receiver>
775 <slot>optionsChanged()</slot>
776 </connection>
777 <connection>
778 <sender>AudioDriverComboBox</sender>
779 <signal>activated(const QString&amp;)</signal>
780 <receiver>qsamplerChannelForm</receiver>
781 <slot>selectAudioDriver(const QString&amp;)</slot>
782 </connection>
783 <connection>
784 <sender>AudioDeviceComboBox</sender>
785 <signal>activated(int)</signal>
786 <receiver>qsamplerChannelForm</receiver>
787 <slot>selectAudioDevice(int)</slot>
788 </connection>
789 <connection>
790 <sender>OkPushButton</sender>
791 <signal>clicked()</signal>
792 <receiver>qsamplerChannelForm</receiver>
793 <slot>accept()</slot>
794 </connection>
795 <connection>
796 <sender>CancelPushButton</sender>
797 <signal>clicked()</signal>
798 <receiver>qsamplerChannelForm</receiver>
799 <slot>reject()</slot>
800 </connection>
801 <connection>
802 <sender>MidiDevicePushButton</sender>
803 <signal>clicked()</signal>
804 <receiver>qsamplerChannelForm</receiver>
805 <slot>setupMidiDevice()</slot>
806 </connection>
807 <connection>
808 <sender>AudioDevicePushButton</sender>
809 <signal>clicked()</signal>
810 <receiver>qsamplerChannelForm</receiver>
811 <slot>setupAudioDevice()</slot>
812 </connection>
813 </connections>
814 <tabstops>
815 <tabstop>EngineNameComboBox</tabstop>
816 <tabstop>InstrumentFileComboBox</tabstop>
817 <tabstop>InstrumentFilePushButton</tabstop>
818 <tabstop>InstrumentNrComboBox</tabstop>
819 <tabstop>MidiDriverComboBox</tabstop>
820 <tabstop>MidiPortSpinBox</tabstop>
821 <tabstop>MidiChannelComboBox</tabstop>
822 <tabstop>MidiDeviceComboBox</tabstop>
823 <tabstop>MidiDevicePushButton</tabstop>
824 <tabstop>AudioDriverComboBox</tabstop>
825 <tabstop>AudioDeviceComboBox</tabstop>
826 <tabstop>AudioDevicePushButton</tabstop>
827 <tabstop>AudioRoutingTable</tabstop>
828 <tabstop>OkPushButton</tabstop>
829 <tabstop>CancelPushButton</tabstop>
830 </tabstops>
831 <includes>
832 <include location="local" impldecl="in declaration">qsamplerDevice.h</include>
833 <include location="local" impldecl="in declaration">qsamplerChannel.h</include>
834 <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>
835 </includes>
836 <forwards>
837 <forward>class qsamplerDeviceForm;</forward>
838 </forwards>
839 <variables>
840 <variable access="private">qsamplerChannel *m_pChannel;</variable>
841 <variable access="private">int m_iDirtySetup;</variable>
842 <variable access="private">int m_iDirtyCount;</variable>
843 <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_audioDevices;</variable>
844 <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_midiDevices;</variable>
845 <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
846 <variable access="private">qsamplerChannelRoutingMap m_audioRouting;</variable>
847 </variables>
848 <slots>
849 <slot specifier="non virtual">accept()</slot>
850 <slot specifier="non virtual">reject()</slot>
851 <slot specifier="non virtual">openInstrumentFile()</slot>
852 <slot specifier="non virtual">updateInstrumentName()</slot>
853 <slot specifier="non virtual">selectMidiDriver( const QString &amp; sMidiDriver )</slot>
854 <slot specifier="non virtual">selectMidiDevice( int iMidiItem )</slot>
855 <slot specifier="non virtual">setupMidiDevice()</slot>
856 <slot specifier="non virtual">selectAudioDriver( const QString &amp; sAudioDriver )</slot>
857 <slot specifier="non virtual">selectAudioDevice( int iAudioItem )</slot>
858 <slot specifier="non virtual">setupAudioDevice()</slot>
859 <slot specifier="non virtual">changeAudioRouting( int iRow, int iCol )</slot>
860 <slot specifier="non virtual">updateDevices()</slot>
861 <slot specifier="non virtual">optionsChanged()</slot>
862 <slot specifier="non virtual">stabilizeForm()</slot>
863 </slots>
864 <functions>
865 <function access="private" specifier="non virtual">init()</function>
866 <function access="private" specifier="non virtual">destroy()</function>
867 <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>
868 <function specifier="non virtual">setupDevice( qsamplerDevice *pDevice, qsamplerDevice::qsamplerDeviceType deviceTypeMode, const QString &amp; sDriverName )</function>
869 <function specifier="non virtual">selectMidiDriverItem( const QString &amp; sMidiDriver )</function>
870 <function specifier="non virtual">selectMidiDeviceItem( int iMidiItem )</function>
871 <function specifier="non virtual">selectAudioDriverItem( const QString &amp; sAudioDriver )</function>
872 <function specifier="non virtual">selectAudioDeviceItem( int iAudioItem )</function>
873 </functions>
874 <pixmapinproject/>
875 <layoutdefaults spacing="4" margin="4"/>
876 </UI>

  ViewVC Help
Powered by ViewVC