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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 980 - (hide annotations) (download)
Sun Dec 17 22:29:29 2006 UTC (17 years, 4 months ago) by capela
File size: 41062 byte(s)
* Revised and extended MIDI instrument mapping feature; this time
  two (2) MIDI maps are being implicitly created, ones designated
  as 'Chromatic' (0) and another as 'Drum Kits' (1), which can be
  assigned to each sampler channel. (ATTN: this commit elevates the
  requirements for liblscp >= 0.5.0, also on todays CVS and pending
  proper release very soon).

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

  ViewVC Help
Powered by ViewVC