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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2978 - (hide annotations) (download)
Mon Aug 15 19:10:16 2016 UTC (7 years, 8 months ago) by capela
File size: 22152 byte(s)
* Fixed a race condition on creating sampler channels that ended
  in duplicate channel strips; also fixed channel auto-arrange.
1 schoenebeck 1461 <ui version="4.0" >
2     <author>rncbc aka Rui Nuno Capela</author>
3     <comment>qsampler - A LinuxSampler Qt GUI Interface.
4 capela 95
5 capela 2978 Copyright (C) 2005-2016, rncbc aka Rui Nuno Capela. All rights reserved.
6 capela 1464 Copyright (C) 2007, Christian Schoenebeck
7 capela 95
8     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License
10     as published by the Free Software Foundation; either version 2
11     of the License, or (at your option) any later version.
12    
13     This program is distributed in the hope that it will be useful,
14     but WITHOUT ANY WARRANTY; without even the implied warranty of
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16     GNU General Public License for more details.
17    
18 capela 920 You should have received a copy of the GNU General Public License along
19     with this program; if not, write to the Free Software Foundation, Inc.,
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21 capela 95
22     </comment>
23 schoenebeck 1461 <class>qsamplerChannelForm</class>
24     <widget class="QDialog" name="qsamplerChannelForm" >
25     <property name="geometry" >
26     <rect>
27     <x>0</x>
28     <y>0</y>
29 capela 1509 <width>460</width>
30     <height>320</height>
31 schoenebeck 1461 </rect>
32     </property>
33     <property name="focusPolicy" >
34     <enum>Qt::StrongFocus</enum>
35     </property>
36     <property name="windowTitle" >
37     <string>Qsampler: Channel</string>
38     </property>
39     <property name="windowIcon" >
40 capela 2074 <iconset resource="qsampler.qrc" >:/images/qsamplerChannel.png</iconset>
41 schoenebeck 1461 </property>
42     <layout class="QVBoxLayout" >
43     <property name="margin" >
44 capela 2978 <number>8</number>
45 schoenebeck 1461 </property>
46     <property name="spacing" >
47 capela 2978 <number>4</number>
48 schoenebeck 1461 </property>
49     <item>
50     <layout class="QGridLayout" >
51     <item row="1" column="2" >
52     <widget class="QToolButton" name="InstrumentFileToolButton" >
53     <property name="sizePolicy" >
54 capela 95 <sizepolicy>
55 schoenebeck 1461 <hsizetype>0</hsizetype>
56     <vsizetype>0</vsizetype>
57     <horstretch>0</horstretch>
58     <verstretch>0</verstretch>
59     </sizepolicy>
60     </property>
61     <property name="minimumSize" >
62     <size>
63     <width>24</width>
64     <height>24</height>
65     </size>
66     </property>
67     <property name="maximumSize" >
68     <size>
69     <width>26</width>
70     <height>26</height>
71     </size>
72     </property>
73     <property name="focusPolicy" >
74     <enum>Qt::TabFocus</enum>
75     </property>
76     <property name="toolTip" >
77     <string>Browse for instrument filename</string>
78     </property>
79     <property name="text" >
80     <string/>
81     </property>
82     <property name="icon" >
83 capela 2074 <iconset resource="qsampler.qrc" >:/images/fileOpen.png</iconset>
84 schoenebeck 1461 </property>
85     </widget>
86     </item>
87     <item row="2" column="1" colspan="2" >
88     <widget class="QComboBox" name="InstrumentNrComboBox" >
89     <property name="sizePolicy" >
90     <sizepolicy>
91     <hsizetype>7</hsizetype>
92     <vsizetype>0</vsizetype>
93     <horstretch>0</horstretch>
94     <verstretch>0</verstretch>
95     </sizepolicy>
96     </property>
97     <property name="minimumSize" >
98     <size>
99     <width>320</width>
100     <height>0</height>
101     </size>
102     </property>
103     <property name="toolTip" >
104     <string>Instrument name</string>
105     </property>
106     </widget>
107     </item>
108     <item row="0" column="0" >
109     <widget class="QLabel" name="EngineNameTextLabel" >
110     <property name="text" >
111     <string>&amp;Engine:</string>
112     </property>
113     <property name="alignment" >
114     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
115     </property>
116     <property name="wordWrap" >
117     <bool>false</bool>
118     </property>
119     <property name="buddy" >
120     <cstring>EngineNameComboBox</cstring>
121     </property>
122     </widget>
123     </item>
124 capela 1528 <item row="0" column="1" colspan="1" >
125 schoenebeck 1461 <widget class="QComboBox" name="EngineNameComboBox" >
126     <property name="sizePolicy" >
127     <sizepolicy>
128     <hsizetype>7</hsizetype>
129     <vsizetype>0</vsizetype>
130     <horstretch>0</horstretch>
131     <verstretch>0</verstretch>
132     </sizepolicy>
133     </property>
134     <property name="toolTip" >
135     <string>Engine name</string>
136     </property>
137     </widget>
138     </item>
139     <item row="1" column="0" >
140     <widget class="QLabel" name="InstrumentFileTextLabel" >
141     <property name="text" >
142     <string>&amp;Filename:</string>
143     </property>
144     <property name="alignment" >
145     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
146     </property>
147     <property name="wordWrap" >
148     <bool>false</bool>
149     </property>
150     <property name="buddy" >
151     <cstring>InstrumentFileComboBox</cstring>
152     </property>
153     </widget>
154     </item>
155     <item row="2" column="0" >
156     <widget class="QLabel" name="InstrumentNrTextLabel" >
157     <property name="text" >
158     <string>&amp;Instrument:</string>
159     </property>
160     <property name="alignment" >
161     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
162     </property>
163     <property name="wordWrap" >
164     <bool>false</bool>
165     </property>
166     <property name="buddy" >
167     <cstring>InstrumentNrComboBox</cstring>
168     </property>
169     </widget>
170     </item>
171     <item row="1" column="1" >
172     <widget class="QComboBox" name="InstrumentFileComboBox" >
173     <property name="sizePolicy" >
174     <sizepolicy>
175     <hsizetype>7</hsizetype>
176     <vsizetype>0</vsizetype>
177     <horstretch>0</horstretch>
178     <verstretch>0</verstretch>
179     </sizepolicy>
180     </property>
181     <property name="minimumSize" >
182     <size>
183     <width>320</width>
184     <height>0</height>
185     </size>
186     </property>
187     <property name="toolTip" >
188     <string>Instrument filename</string>
189     </property>
190     <property name="editable" >
191     <bool>true</bool>
192     </property>
193     </widget>
194     </item>
195     </layout>
196     </item>
197     <item>
198     <widget class="QGroupBox" name="MidiGroupBox" >
199     <property name="title" >
200     <string>MIDI / Input</string>
201     </property>
202     <layout class="QGridLayout" >
203     <property name="margin" >
204     <number>9</number>
205     </property>
206     <property name="spacing" >
207     <number>6</number>
208     </property>
209     <item row="1" column="1" >
210     <layout class="QHBoxLayout" >
211     <property name="margin" >
212     <number>0</number>
213     </property>
214     <property name="spacing" >
215     <number>4</number>
216     </property>
217     <item>
218     <widget class="QComboBox" name="MidiDeviceComboBox" >
219     <property name="sizePolicy" >
220     <sizepolicy>
221 capela 95 <hsizetype>7</hsizetype>
222 schoenebeck 1461 <vsizetype>0</vsizetype>
223 capela 95 <horstretch>0</horstretch>
224     <verstretch>0</verstretch>
225 schoenebeck 1461 </sizepolicy>
226     </property>
227     <property name="toolTip" >
228     <string>MIDI input device</string>
229     </property>
230     </widget>
231     </item>
232     <item>
233     <widget class="QToolButton" name="MidiDeviceToolButton" >
234     <property name="sizePolicy" >
235     <sizepolicy>
236     <hsizetype>0</hsizetype>
237     <vsizetype>0</vsizetype>
238     <horstretch>0</horstretch>
239     <verstretch>0</verstretch>
240     </sizepolicy>
241     </property>
242     <property name="minimumSize" >
243     <size>
244     <width>24</width>
245     <height>24</height>
246     </size>
247     </property>
248     <property name="maximumSize" >
249     <size>
250     <width>26</width>
251     <height>26</height>
252     </size>
253     </property>
254     <property name="focusPolicy" >
255     <enum>Qt::TabFocus</enum>
256     </property>
257     <property name="toolTip" >
258     <string>MIDI input device setup</string>
259     </property>
260     <property name="text" >
261     <string/>
262     </property>
263     <property name="icon" >
264 capela 2074 <iconset resource="qsampler.qrc" >:/images/midi1.png</iconset>
265 schoenebeck 1461 </property>
266     </widget>
267     </item>
268     </layout>
269     </item>
270     <item row="2" column="0" >
271     <widget class="QLabel" name="MidiMapTextLabel" >
272     <property name="text" >
273     <string>&amp;Map:</string>
274 capela 95 </property>
275 schoenebeck 1461 <property name="alignment" >
276     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
277     </property>
278     <property name="wordWrap" >
279     <bool>false</bool>
280     </property>
281     <property name="buddy" >
282     <cstring>MidiMapComboBox</cstring>
283     </property>
284     </widget>
285     </item>
286     <item row="1" column="0" >
287     <widget class="QLabel" name="MidiDeviceTextLabel" >
288     <property name="text" >
289     <string>&amp;Device:</string>
290     </property>
291     <property name="alignment" >
292 capela 1507 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
293 schoenebeck 1461 </property>
294     <property name="wordWrap" >
295     <bool>false</bool>
296     </property>
297     <property name="buddy" >
298     <cstring>MidiDeviceComboBox</cstring>
299     </property>
300     </widget>
301     </item>
302     <item row="2" column="1" >
303     <layout class="QHBoxLayout" >
304     <property name="margin" >
305     <number>0</number>
306     </property>
307     <property name="spacing" >
308     <number>4</number>
309     </property>
310     <item>
311     <widget class="QComboBox" name="MidiMapComboBox" >
312     <property name="sizePolicy" >
313     <sizepolicy>
314     <hsizetype>7</hsizetype>
315     <vsizetype>0</vsizetype>
316     <horstretch>0</horstretch>
317     <verstretch>0</verstretch>
318     </sizepolicy>
319     </property>
320     <property name="toolTip" >
321     <string>Instrument map</string>
322     </property>
323     </widget>
324     </item>
325     <item>
326     <spacer>
327     <property name="orientation" >
328     <enum>Qt::Horizontal</enum>
329     </property>
330     <property name="sizeType" >
331     <enum>QSizePolicy::Expanding</enum>
332     </property>
333     <property name="sizeHint" >
334     <size>
335     <width>160</width>
336     <height>20</height>
337     </size>
338     </property>
339     </spacer>
340     </item>
341     </layout>
342     </item>
343     <item row="0" column="0" >
344     <widget class="QLabel" name="MidiDriverTextLabel" >
345     <property name="text" >
346     <string>&amp;Type:</string>
347     </property>
348     <property name="alignment" >
349 capela 1507 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
350 schoenebeck 1461 </property>
351     <property name="wordWrap" >
352     <bool>false</bool>
353     </property>
354     <property name="buddy" >
355     <cstring>MidiDriverComboBox</cstring>
356     </property>
357     </widget>
358     </item>
359     <item row="0" column="1" >
360     <layout class="QHBoxLayout" >
361     <property name="margin" >
362     <number>0</number>
363     </property>
364     <property name="spacing" >
365     <number>4</number>
366     </property>
367     <item>
368     <widget class="QComboBox" name="MidiDriverComboBox" >
369     <property name="sizePolicy" >
370     <sizepolicy>
371     <hsizetype>5</hsizetype>
372     <vsizetype>0</vsizetype>
373     <horstretch>0</horstretch>
374     <verstretch>0</verstretch>
375     </sizepolicy>
376     </property>
377     <property name="toolTip" >
378     <string>MIDI input driver type</string>
379     </property>
380     </widget>
381     </item>
382     <item>
383     <spacer>
384     <property name="orientation" >
385     <enum>Qt::Horizontal</enum>
386     </property>
387     <property name="sizeType" >
388     <enum>QSizePolicy::Expanding</enum>
389     </property>
390     <property name="sizeHint" >
391     <size>
392     <width>20</width>
393     <height>20</height>
394     </size>
395     </property>
396     </spacer>
397     </item>
398     <item>
399     <widget class="QLabel" name="MidiPortTextLabel" >
400     <property name="text" >
401     <string>&amp;Port:</string>
402     </property>
403     <property name="alignment" >
404     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
405     </property>
406     <property name="wordWrap" >
407     <bool>false</bool>
408     </property>
409     <property name="buddy" >
410     <cstring>MidiPortSpinBox</cstring>
411     </property>
412     </widget>
413     </item>
414     <item>
415     <widget class="QSpinBox" name="MidiPortSpinBox" >
416     <property name="toolTip" >
417     <string>MIDI input port number</string>
418     </property>
419     </widget>
420     </item>
421     <item>
422     <widget class="QLabel" name="MidiChannelTextLabel" >
423     <property name="text" >
424     <string>&amp;Channel:</string>
425     </property>
426     <property name="alignment" >
427     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
428     </property>
429     <property name="wordWrap" >
430     <bool>false</bool>
431     </property>
432     <property name="buddy" >
433     <cstring>MidiChannelComboBox</cstring>
434     </property>
435     </widget>
436     </item>
437     <item>
438     <widget class="QComboBox" name="MidiChannelComboBox" >
439     <property name="toolTip" >
440     <string>MIDI input channel</string>
441     </property>
442     <item>
443     <property name="text" >
444     <string>1</string>
445     </property>
446     </item>
447     <item>
448     <property name="text" >
449     <string>2</string>
450     </property>
451     </item>
452     <item>
453     <property name="text" >
454     <string>3</string>
455     </property>
456     </item>
457     <item>
458     <property name="text" >
459     <string>4</string>
460     </property>
461     </item>
462     <item>
463     <property name="text" >
464     <string>5</string>
465     </property>
466     </item>
467     <item>
468     <property name="text" >
469     <string>6</string>
470     </property>
471     </item>
472     <item>
473     <property name="text" >
474     <string>7</string>
475     </property>
476     </item>
477     <item>
478     <property name="text" >
479     <string>8</string>
480     </property>
481     </item>
482     <item>
483     <property name="text" >
484     <string>9</string>
485     </property>
486     </item>
487     <item>
488     <property name="text" >
489     <string>10</string>
490     </property>
491     </item>
492     <item>
493     <property name="text" >
494     <string>11</string>
495     </property>
496     </item>
497     <item>
498     <property name="text" >
499     <string>12</string>
500     </property>
501     </item>
502     <item>
503     <property name="text" >
504     <string>13</string>
505     </property>
506     </item>
507     <item>
508     <property name="text" >
509     <string>14</string>
510     </property>
511     </item>
512     <item>
513     <property name="text" >
514     <string>15</string>
515     </property>
516     </item>
517     <item>
518     <property name="text" >
519     <string>16</string>
520     </property>
521     </item>
522     <item>
523     <property name="text" >
524     <string>All</string>
525     </property>
526     </item>
527     </widget>
528     </item>
529     </layout>
530     </item>
531     </layout>
532     </widget>
533     </item>
534     <item>
535     <widget class="QGroupBox" name="AudioGroupBox" >
536     <property name="title" >
537     <string>Audio / Output</string>
538     </property>
539     <layout class="QVBoxLayout" >
540     <property name="margin" >
541     <number>9</number>
542     </property>
543     <property name="spacing" >
544     <number>6</number>
545     </property>
546     <item>
547     <layout class="QGridLayout" >
548     <property name="margin" >
549     <number>0</number>
550     </property>
551     <property name="spacing" >
552     <number>6</number>
553     </property>
554     <item row="1" column="1" >
555     <layout class="QHBoxLayout" >
556     <property name="margin" >
557     <number>0</number>
558     </property>
559     <property name="spacing" >
560     <number>4</number>
561     </property>
562     <item>
563     <widget class="QComboBox" name="AudioDeviceComboBox" >
564     <property name="sizePolicy" >
565     <sizepolicy>
566     <hsizetype>7</hsizetype>
567     <vsizetype>0</vsizetype>
568     <horstretch>0</horstretch>
569     <verstretch>0</verstretch>
570     </sizepolicy>
571 capela 95 </property>
572 schoenebeck 1461 <property name="toolTip" >
573     <string>Audio output device</string>
574 capela 95 </property>
575 schoenebeck 1461 </widget>
576     </item>
577     <item>
578     <widget class="QToolButton" name="AudioDeviceToolButton" >
579     <property name="sizePolicy" >
580     <sizepolicy>
581     <hsizetype>0</hsizetype>
582     <vsizetype>0</vsizetype>
583     <horstretch>0</horstretch>
584     <verstretch>0</verstretch>
585     </sizepolicy>
586 capela 95 </property>
587 schoenebeck 1461 <property name="minimumSize" >
588     <size>
589     <width>24</width>
590     <height>24</height>
591     </size>
592 capela 95 </property>
593 schoenebeck 1461 <property name="maximumSize" >
594     <size>
595     <width>26</width>
596     <height>26</height>
597     </size>
598 capela 95 </property>
599 schoenebeck 1461 <property name="focusPolicy" >
600     <enum>Qt::TabFocus</enum>
601 capela 95 </property>
602 schoenebeck 1461 <property name="toolTip" >
603     <string>Audio output device setup</string>
604 capela 95 </property>
605 schoenebeck 1461 <property name="text" >
606     <string/>
607 capela 95 </property>
608 schoenebeck 1461 <property name="icon" >
609 capela 2074 <iconset resource="qsampler.qrc" >:/images/audio1.png</iconset>
610 capela 95 </property>
611 schoenebeck 1461 </widget>
612     </item>
613     </layout>
614     </item>
615     <item row="1" column="0" >
616     <widget class="QLabel" name="AudioDeviceTextLabel" >
617     <property name="text" >
618 capela 1507 <string>&amp;Device:</string>
619 schoenebeck 1461 </property>
620     <property name="alignment" >
621 capela 1507 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
622 schoenebeck 1461 </property>
623     <property name="wordWrap" >
624     <bool>false</bool>
625     </property>
626 capela 1507 <property name="buddy" >
627     <cstring>AudioDeviceComboBox</cstring>
628     </property>
629 schoenebeck 1461 </widget>
630     </item>
631     <item row="0" column="1" >
632     <layout class="QHBoxLayout" >
633     <property name="margin" >
634     <number>0</number>
635     </property>
636     <property name="spacing" >
637     <number>4</number>
638     </property>
639     <item>
640     <widget class="QComboBox" name="AudioDriverComboBox" >
641     <property name="sizePolicy" >
642     <sizepolicy>
643     <hsizetype>5</hsizetype>
644     <vsizetype>0</vsizetype>
645     <horstretch>0</horstretch>
646     <verstretch>0</verstretch>
647     </sizepolicy>
648 capela 95 </property>
649 schoenebeck 1461 <property name="toolTip" >
650     <string>Audio output driver type</string>
651 capela 95 </property>
652 schoenebeck 1461 </widget>
653     </item>
654     <item>
655     <spacer>
656     <property name="orientation" >
657     <enum>Qt::Horizontal</enum>
658 capela 95 </property>
659 schoenebeck 1461 <property name="sizeType" >
660     <enum>QSizePolicy::Expanding</enum>
661 capela 95 </property>
662 schoenebeck 1461 <property name="sizeHint" >
663     <size>
664     <width>20</width>
665     <height>20</height>
666     </size>
667 capela 95 </property>
668 schoenebeck 1461 </spacer>
669     </item>
670     </layout>
671     </item>
672     <item row="0" column="0" >
673     <widget class="QLabel" name="AudioDriverTextLabel" >
674     <property name="text" >
675 capela 1507 <string>&amp;Type:</string>
676 schoenebeck 1461 </property>
677     <property name="alignment" >
678 capela 1507 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
679 schoenebeck 1461 </property>
680     <property name="wordWrap" >
681     <bool>false</bool>
682     </property>
683 capela 1507 <property name="buddy" >
684     <cstring>AudioDriverComboBox</cstring>
685     </property>
686 schoenebeck 1461 </widget>
687     </item>
688     </layout>
689     </item>
690     <item>
691 capela 1509 <widget class="QTableView" name="AudioRoutingTable" >
692     <property name="sizePolicy" >
693     <sizepolicy>
694     <hsizetype>7</hsizetype>
695     <vsizetype>7</vsizetype>
696     <horstretch>0</horstretch>
697     <verstretch>0</verstretch>
698     </sizepolicy>
699     </property>
700     <property name="toolTip" >
701     <string>Audio routing table</string>
702     </property>
703     <property name="minimumSize" >
704     <size>
705     <width>320</width>
706 capela 1519 <height>80</height>
707 capela 1509 </size>
708     </property>
709     </widget>
710 schoenebeck 1461 </item>
711     </layout>
712     </widget>
713     </item>
714     <item>
715 capela 2107 <widget class="QDialogButtonBox" name="DialogButtonBox">
716     <property name="orientation">
717     <enum>Qt::Horizontal</enum>
718 schoenebeck 1461 </property>
719 capela 2107 <property name="standardButtons">
720     <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
721 schoenebeck 1461 </property>
722 capela 2107 </widget>
723 schoenebeck 1461 </item>
724     </layout>
725     </widget>
726 capela 2978 <layoutdefault spacing="4" margin="8" />
727 schoenebeck 1461 <tabstops>
728     <tabstop>EngineNameComboBox</tabstop>
729     <tabstop>InstrumentFileComboBox</tabstop>
730     <tabstop>InstrumentFileToolButton</tabstop>
731     <tabstop>InstrumentNrComboBox</tabstop>
732 capela 2107 <tabstop>DialogButtonBox</tabstop>
733 schoenebeck 1461 </tabstops>
734     <resources>
735 capela 2074 <include location="qsampler.qrc" />
736 schoenebeck 1461 </resources>
737     </ui>

  ViewVC Help
Powered by ViewVC