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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 367 by capela, Fri Feb 11 08:46:58 2005 UTC revision 1016 by capela, Mon Jan 8 22:04:33 2007 UTC
# Line 2  Line 2 
2  <class>qsamplerChannelForm</class>  <class>qsamplerChannelForm</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>430</width>              <width>446</width>
32              <height>255</height>              <height>436</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 41  Line 41 
41          </sizepolicy>          </sizepolicy>
42      </property>      </property>
43      <property name="caption">      <property name="caption">
44          <string>Channel</string>          <string>Qsampler: Channel</string>
45      </property>      </property>
46      <property name="icon">      <property name="icon">
47          <pixmap>qsamplerChannel.png</pixmap>          <pixmap>qsamplerChannel.png</pixmap>
# Line 53  Line 53 
53          <property name="name">          <property name="name">
54              <cstring>unnamed</cstring>              <cstring>unnamed</cstring>
55          </property>          </property>
56          <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="3">          <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="2">
57              <property name="name">              <property name="name">
58                  <cstring>EngineNameComboBox</cstring>                  <cstring>EngineNameComboBox</cstring>
59              </property>              </property>
# Line 73  Line 73 
73              <property name="name">              <property name="name">
74                  <cstring>EngineNameTextLabel</cstring>                  <cstring>EngineNameTextLabel</cstring>
75              </property>              </property>
             <property name="sizePolicy">  
                 <sizepolicy>  
                     <hsizetype>1</hsizetype>  
                     <vsizetype>5</vsizetype>  
                     <horstretch>0</horstretch>  
                     <verstretch>0</verstretch>  
                 </sizepolicy>  
             </property>  
76              <property name="text">              <property name="text">
77                  <string>&amp;Engine:</string>                  <string>&amp;Engine:</string>
78              </property>              </property>
# Line 95  Line 87 
87              <property name="name">              <property name="name">
88                  <cstring>InstrumentFileTextLabel</cstring>                  <cstring>InstrumentFileTextLabel</cstring>
89              </property>              </property>
             <property name="sizePolicy">  
                 <sizepolicy>  
                     <hsizetype>1</hsizetype>  
                     <vsizetype>5</vsizetype>  
                     <horstretch>0</horstretch>  
                     <verstretch>0</verstretch>  
                 </sizepolicy>  
             </property>  
90              <property name="text">              <property name="text">
91                  <string>&amp;Filename:</string>                  <string>&amp;Filename:</string>
92              </property>              </property>
# Line 113  Line 97 
97                  <cstring>InstrumentFileComboBox</cstring>                  <cstring>InstrumentFileComboBox</cstring>
98              </property>              </property>
99          </widget>          </widget>
100          <widget class="QPushButton" row="1" column="3">          <widget class="QToolButton" row="1" column="2">
101              <property name="name">              <property name="name">
102                  <cstring>InstrumentFilePushButton</cstring>                  <cstring>InstrumentFileToolButton</cstring>
103              </property>              </property>
104              <property name="sizePolicy">              <property name="sizePolicy">
105                  <sizepolicy>                  <sizepolicy>
# Line 137  Line 121 
121                      <height>26</height>                      <height>26</height>
122                  </size>                  </size>
123              </property>              </property>
124                <property name="focusPolicy">
125                    <enum>TabFocus</enum>
126                </property>
127              <property name="text">              <property name="text">
128                  <string></string>                  <string></string>
129              </property>              </property>
130              <property name="pixmap">              <property name="iconSet">
131                  <pixmap>fileOpen.png</pixmap>                  <iconset>fileOpen.png</iconset>
132              </property>              </property>
133              <property name="toolTip" stdset="0">              <property name="toolTip" stdset="0">
134                  <string>Browse for instrument filename</string>                  <string>Browse for instrument filename</string>
135              </property>              </property>
136          </widget>          </widget>
137          <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">          <widget class="QComboBox" row="1" column="1">
138              <property name="name">              <property name="name">
139                  <cstring>InstrumentFileComboBox</cstring>                  <cstring>InstrumentFileComboBox</cstring>
140              </property>              </property>
# Line 172  Line 159 
159                  <string>Instrument filename</string>                  <string>Instrument filename</string>
160              </property>              </property>
161          </widget>          </widget>
162          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="4">          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="3">
163              <property name="name">              <property name="name">
164                  <cstring>layout1</cstring>                  <cstring>layout01</cstring>
165              </property>              </property>
166              <hbox>              <hbox>
167                  <property name="name">                  <property name="name">
# Line 182  Line 169 
169                  </property>                  </property>
170                  <spacer>                  <spacer>
171                      <property name="name">                      <property name="name">
172                          <cstring>spacer3</cstring>                          <cstring>spacer4</cstring>
173                      </property>                      </property>
174                      <property name="orientation">                      <property name="orientation">
175                          <enum>Horizontal</enum>                          <enum>Horizontal</enum>
# Line 221  Line 208 
208                  </widget>                  </widget>
209              </hbox>              </hbox>
210          </widget>          </widget>
211          <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="3">          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="2">
212              <property name="name">              <property name="name">
213                  <cstring>InstrumentNrComboBox</cstring>                  <cstring>AudioGroupBox</cstring>
214              </property>              </property>
215              <property name="sizePolicy">              <property name="sizePolicy">
216                  <sizepolicy>                  <sizepolicy>
217                      <hsizetype>7</hsizetype>                      <hsizetype>7</hsizetype>
                     <vsizetype>0</vsizetype>  
                     <horstretch>0</horstretch>  
                     <verstretch>0</verstretch>  
                 </sizepolicy>  
             </property>  
             <property name="minimumSize">  
                 <size>  
                     <width>320</width>  
                     <height>0</height>  
                 </size>  
             </property>  
             <property name="toolTip" stdset="0">  
                 <string>Instrument name</string>  
             </property>  
         </widget>  
         <widget class="QLabel" row="2" column="0">  
             <property name="name">  
                 <cstring>InstrumentNrTextLabel</cstring>  
             </property>  
             <property name="text">  
                 <string>&amp;Instrument:</string>  
             </property>  
             <property name="alignment">  
                 <set>AlignVCenter|AlignRight</set>  
             </property>  
             <property name="buddy" stdset="0">  
                 <cstring>InstrumentNrComboBox</cstring>  
             </property>  
         </widget>  
         <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="3">  
             <property name="name">  
                 <cstring>MidiGroupBox</cstring>  
             </property>  
             <property name="sizePolicy">  
                 <sizepolicy>  
                     <hsizetype>1</hsizetype>  
218                      <vsizetype>5</vsizetype>                      <vsizetype>5</vsizetype>
219                      <horstretch>0</horstretch>                      <horstretch>0</horstretch>
220                      <verstretch>0</verstretch>                      <verstretch>0</verstretch>
221                  </sizepolicy>                  </sizepolicy>
222              </property>              </property>
223              <property name="title">              <property name="title">
224                  <string>MIDI / Input</string>                  <string>Audio / Output</string>
225              </property>              </property>
226              <hbox>              <property name="alignment">
227                    <set>AlignAuto</set>
228                </property>
229                <grid>
230                  <property name="name">                  <property name="name">
231                      <cstring>unnamed</cstring>                      <cstring>unnamed</cstring>
232                  </property>                  </property>
# Line 282  Line 236 
236                  <property name="spacing">                  <property name="spacing">
237                      <number>8</number>                      <number>8</number>
238                  </property>                  </property>
239                  <widget class="QLabel">                  <widget class="QLabel" row="0" column="0">
240                      <property name="name">                      <property name="name">
241                          <cstring>MidiDriverTextLabel</cstring>                          <cstring>AudioDriverTextLabel</cstring>
242                      </property>                      </property>
243                      <property name="text">                      <property name="text">
244                          <string>&amp;Type:</string>                          <string>&amp;Type:</string>
245                      </property>                      </property>
246                      <property name="alignment">                      <property name="alignment">
247                          <set>AlignVCenter|AlignRight</set>                          <set>AlignVCenter</set>
248                      </property>                      </property>
249                      <property name="buddy" stdset="0">                      <property name="buddy" stdset="0">
250                          <cstring>MidiDriverComboBox</cstring>                          <cstring>AudioDriverComboBox</cstring>
                     </property>  
                 </widget>  
                 <widget class="QComboBox">  
                     <item>  
                         <property name="text">  
                             <string>ALSA</string>  
                         </property>  
                     </item>  
                     <property name="name">  
                         <cstring>MidiDriverComboBox</cstring>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>MIDI input driver type</string>  
251                      </property>                      </property>
252                  </widget>                  </widget>
253                  <widget class="QLabel">                  <widget class="QLayoutWidget" row="0" column="1">
254                      <property name="name">                      <property name="name">
255                          <cstring>MidiPortTextLabel</cstring>                          <cstring>layout21</cstring>
                     </property>  
                     <property name="text">  
                         <string>&amp;Port:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>MidiPortSpinBox</cstring>  
256                      </property>                      </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>                  </widget>
296                  <widget class="QSpinBox">                  <widget class="QLayoutWidget" row="1" column="1">
297                      <property name="name">                      <property name="name">
298                          <cstring>MidiPortSpinBox</cstring>                          <cstring>layout22</cstring>
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>MIDI input port number</string>  
299                      </property>                      </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>                  </widget>
359                  <widget class="QLabel">                  <widget class="QLabel" row="1" column="0">
360                      <property name="name">                      <property name="name">
361                          <cstring>MidiChannelTextLabel</cstring>                          <cstring>AudioDeviceTextLabel</cstring>
362                      </property>                      </property>
363                      <property name="text">                      <property name="text">
364                          <string>&amp;Channel:</string>                          <string>&amp;Device:</string>
365                      </property>                      </property>
366                      <property name="alignment">                      <property name="alignment">
367                          <set>AlignVCenter|AlignRight</set>                          <set>AlignVCenter</set>
368                      </property>                      </property>
369                      <property name="buddy" stdset="0">                      <property name="buddy" stdset="0">
370                          <cstring>MidiChannelComboBox</cstring>                          <cstring>AudioDeviceComboBox</cstring>
                     </property>  
                 </widget>  
                 <widget class="QComboBox">  
                     <item>  
                         <property name="text">  
                             <string>1</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>2</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>3</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>4</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>5</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>6</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>7</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>8</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>9</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>10</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>11</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>12</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>13</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>14</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>15</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>16</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>All</string>  
                         </property>  
                     </item>  
                     <property name="name">  
                         <cstring>MidiChannelComboBox</cstring>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>MIDI input channel</string>  
371                      </property>                      </property>
372                  </widget>                  </widget>
373                  <spacer>                  <widget class="qsamplerChannelRoutingTable" row="2" column="1">
374                      <property name="name">                      <property name="name">
375                          <cstring>spacer2</cstring>                          <cstring>AudioRoutingTable</cstring>
                     </property>  
                     <property name="orientation">  
                         <enum>Horizontal</enum>  
                     </property>  
                     <property name="sizeType">  
                         <enum>Expanding</enum>  
376                      </property>                      </property>
377                      <property name="sizeHint">                      <property name="minimumSize">
378                          <size>                          <size>
379                              <width>8</width>                              <width>0</width>
380                              <height>8</height>                              <height>100</height>
381                          </size>                          </size>
382                      </property>                      </property>
383                  </spacer>                      <property name="focusPolicy">
384              </hbox>                          <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          </widget>          </widget>
392          <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="3">          <widget class="QLabel" row="2" column="0">
393              <property name="name">              <property name="name">
394                  <cstring>AudioGroupBox</cstring>                  <cstring>InstrumentNrTextLabel</cstring>
395                </property>
396                <property name="text">
397                    <string>&amp;Instrument:</string>
398                </property>
399                <property name="alignment">
400                    <set>AlignVCenter|AlignRight</set>
401                </property>
402                <property name="buddy" stdset="0">
403                    <cstring>InstrumentNrComboBox</cstring>
404                </property>
405            </widget>
406            <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="2">
407                <property name="name">
408                    <cstring>InstrumentNrComboBox</cstring>
409              </property>              </property>
410              <property name="sizePolicy">              <property name="sizePolicy">
411                  <sizepolicy>                  <sizepolicy>
412                      <hsizetype>1</hsizetype>                      <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            <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="2">
429                <property name="name">
430                    <cstring>MidiGroupBox</cstring>
431                </property>
432                <property name="sizePolicy">
433                    <sizepolicy>
434                        <hsizetype>7</hsizetype>
435                      <vsizetype>5</vsizetype>                      <vsizetype>5</vsizetype>
436                      <horstretch>0</horstretch>                      <horstretch>0</horstretch>
437                      <verstretch>0</verstretch>                      <verstretch>0</verstretch>
438                  </sizepolicy>                  </sizepolicy>
439              </property>              </property>
440              <property name="title">              <property name="title">
441                  <string>Audio / Output</string>                  <string>MIDI / Input</string>
             </property>  
             <property name="alignment">  
                 <set>AlignAuto</set>  
442              </property>              </property>
443              <hbox>              <grid>
444                  <property name="name">                  <property name="name">
445                      <cstring>unnamed</cstring>                      <cstring>unnamed</cstring>
446                  </property>                  </property>
# Line 485  Line 450 
450                  <property name="spacing">                  <property name="spacing">
451                      <number>8</number>                      <number>8</number>
452                  </property>                  </property>
453                  <widget class="QLabel">                  <widget class="QLabel" row="0" column="0">
454                      <property name="name">                      <property name="name">
455                          <cstring>AudioDriverTextLabel</cstring>                          <cstring>MidiDriverTextLabel</cstring>
456                      </property>                      </property>
457                      <property name="text">                      <property name="text">
458                          <string>&amp;Type:</string>                          <string>&amp;Type:</string>
459                      </property>                      </property>
460                      <property name="alignment">                      <property name="alignment">
461                          <set>AlignVCenter|AlignRight</set>                          <set>AlignVCenter</set>
462                      </property>                      </property>
463                      <property name="buddy" stdset="0">                      <property name="buddy" stdset="0">
464                          <cstring>AudioDriverComboBox</cstring>                          <cstring>MidiDriverComboBox</cstring>
465                      </property>                      </property>
466                  </widget>                  </widget>
467                  <widget class="QComboBox">                  <widget class="QLayoutWidget" row="1" column="1">
                     <item>  
                         <property name="text">  
                             <string>ALSA</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>JACK</string>  
                         </property>  
                     </item>  
468                      <property name="name">                      <property name="name">
469                          <cstring>AudioDriverComboBox</cstring>                          <cstring>layout12</cstring>
470                      </property>                      </property>
471                      <property name="toolTip" stdset="0">                      <hbox>
472                          <string>Audio output driver type</string>                          <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                    <widget class="QLabel" row="1" column="0">
531                        <property name="name">
532                            <cstring>MidiDeviceTextLabel</cstring>
533                        </property>
534                        <property name="text">
535                            <string>&amp;Device:</string>
536                        </property>
537                        <property name="alignment">
538                            <set>AlignVCenter</set>
539                        </property>
540                        <property name="buddy" stdset="0">
541                            <cstring>MidiDeviceComboBox</cstring>
542                      </property>                      </property>
543                  </widget>                  </widget>
544                  <spacer>                  <widget class="QLabel" row="2" column="0">
545                      <property name="name">                      <property name="name">
546                          <cstring>spacer3</cstring>                          <cstring>MidiMapTextLabel</cstring>
547                      </property>                      </property>
548                      <property name="orientation">                      <property name="text">
549                          <enum>Horizontal</enum>                          <string>&amp;Map:</string>
550                      </property>                      </property>
551                      <property name="sizeType">                      <property name="alignment">
552                          <enum>Expanding</enum>                          <set>AlignVCenter|AlignRight</set>
553                      </property>                      </property>
554                      <property name="sizeHint">                      <property name="buddy" stdset="0">
555                          <size>                          <cstring>MidiMapComboBox</cstring>
                             <width>8</width>  
                             <height>8</height>  
                         </size>  
556                      </property>                      </property>
557                  </spacer>                  </widget>
558              </hbox>                  <widget class="QLayoutWidget" row="0" column="1">
559                        <property name="name">
560                            <cstring>layout11</cstring>
561                        </property>
562                        <hbox>
563                            <property name="name">
564                                <cstring>unnamed</cstring>
565                            </property>
566                            <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                                        <width>20</width>
595                                        <height>20</height>
596                                    </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                    </widget>
730                    <widget class="QLayoutWidget" row="2" column="1">
731                        <property name="name">
732                            <cstring>layout6</cstring>
733                        </property>
734                        <hbox>
735                            <property name="name">
736                                <cstring>unnamed</cstring>
737                            </property>
738                            <widget class="QComboBox">
739                                <property name="name">
740                                    <cstring>MidiMapComboBox</cstring>
741                                </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                                    <string>Instrument map</string>
752                                </property>
753                            </widget>
754                            <spacer>
755                                <property name="name">
756                                    <cstring>spacer1_2</cstring>
757                                </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                                        <width>160</width>
767                                        <height>20</height>
768                                    </size>
769                                </property>
770                            </spacer>
771                        </hbox>
772                    </widget>
773                </grid>
774          </widget>          </widget>
775      </grid>      </grid>
776  </widget>  </widget>
777    <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  <connections>  <connections>
795      <connection>      <connection>
796          <sender>EngineNameComboBox</sender>          <sender>EngineNameComboBox</sender>
# Line 547  Line 800 
800      </connection>      </connection>
801      <connection>      <connection>
802          <sender>InstrumentFileComboBox</sender>          <sender>InstrumentFileComboBox</sender>
803          <signal>textChanged(const QString &amp;)</signal>          <signal>activated(const QString&amp;)</signal>
804          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
805          <slot>updateInstrumentName()</slot>          <slot>updateInstrumentName()</slot>
806      </connection>      </connection>
807      <connection>      <connection>
808          <sender>InstrumentFilePushButton</sender>          <sender>InstrumentFileToolButton</sender>
809          <signal>clicked()</signal>          <signal>clicked()</signal>
810          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
811          <slot>openInstrumentFile()</slot>          <slot>openInstrumentFile()</slot>
# Line 565  Line 818 
818      </connection>      </connection>
819      <connection>      <connection>
820          <sender>MidiDriverComboBox</sender>          <sender>MidiDriverComboBox</sender>
821            <signal>activated(const QString&amp;)</signal>
822            <receiver>qsamplerChannelForm</receiver>
823            <slot>selectMidiDriver(const QString&amp;)</slot>
824        </connection>
825        <connection>
826            <sender>MidiDeviceComboBox</sender>
827          <signal>activated(int)</signal>          <signal>activated(int)</signal>
828          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
829          <slot>optionsChanged()</slot>          <slot>selectMidiDevice(int)</slot>
830      </connection>      </connection>
831      <connection>      <connection>
832          <sender>MidiPortSpinBox</sender>          <sender>MidiPortSpinBox</sender>
# Line 582  Line 841 
841          <slot>optionsChanged()</slot>          <slot>optionsChanged()</slot>
842      </connection>      </connection>
843      <connection>      <connection>
844          <sender>AudioDriverComboBox</sender>          <sender>MidiMapComboBox</sender>
845          <signal>activated(int)</signal>          <signal>activated(int)</signal>
846          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
847          <slot>optionsChanged()</slot>          <slot>optionsChanged()</slot>
848      </connection>      </connection>
849      <connection>      <connection>
850            <sender>AudioDriverComboBox</sender>
851            <signal>activated(const QString&amp;)</signal>
852            <receiver>qsamplerChannelForm</receiver>
853            <slot>selectAudioDriver(const QString&amp;)</slot>
854        </connection>
855        <connection>
856            <sender>AudioDeviceComboBox</sender>
857            <signal>activated(int)</signal>
858            <receiver>qsamplerChannelForm</receiver>
859            <slot>selectAudioDevice(int)</slot>
860        </connection>
861        <connection>
862          <sender>OkPushButton</sender>          <sender>OkPushButton</sender>
863          <signal>clicked()</signal>          <signal>clicked()</signal>
864          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
# Line 599  Line 870 
870          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
871          <slot>reject()</slot>          <slot>reject()</slot>
872      </connection>      </connection>
873        <connection>
874            <sender>MidiDeviceToolButton</sender>
875            <signal>clicked()</signal>
876            <receiver>qsamplerChannelForm</receiver>
877            <slot>setupMidiDevice()</slot>
878        </connection>
879        <connection>
880            <sender>AudioDeviceToolButton</sender>
881            <signal>clicked()</signal>
882            <receiver>qsamplerChannelForm</receiver>
883            <slot>setupAudioDevice()</slot>
884        </connection>
885  </connections>  </connections>
886  <tabstops>  <tabstops>
887      <tabstop>EngineNameComboBox</tabstop>      <tabstop>EngineNameComboBox</tabstop>
888      <tabstop>InstrumentFileComboBox</tabstop>      <tabstop>InstrumentFileComboBox</tabstop>
889      <tabstop>InstrumentFilePushButton</tabstop>      <tabstop>InstrumentFileToolButton</tabstop>
890      <tabstop>InstrumentNrComboBox</tabstop>      <tabstop>InstrumentNrComboBox</tabstop>
891      <tabstop>MidiDriverComboBox</tabstop>      <tabstop>MidiDriverComboBox</tabstop>
892      <tabstop>MidiPortSpinBox</tabstop>      <tabstop>MidiPortSpinBox</tabstop>
893      <tabstop>MidiChannelComboBox</tabstop>      <tabstop>MidiChannelComboBox</tabstop>
894        <tabstop>MidiDeviceComboBox</tabstop>
895        <tabstop>MidiDeviceToolButton</tabstop>
896        <tabstop>MidiMapComboBox</tabstop>
897      <tabstop>AudioDriverComboBox</tabstop>      <tabstop>AudioDriverComboBox</tabstop>
898        <tabstop>AudioDeviceComboBox</tabstop>
899        <tabstop>AudioDeviceToolButton</tabstop>
900        <tabstop>AudioRoutingTable</tabstop>
901      <tabstop>OkPushButton</tabstop>      <tabstop>OkPushButton</tabstop>
902      <tabstop>CancelPushButton</tabstop>      <tabstop>CancelPushButton</tabstop>
903  </tabstops>  </tabstops>
904  <includes>  <includes>
905        <include location="local" impldecl="in declaration">qsamplerDevice.h</include>
906      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>      <include location="local" impldecl="in declaration">qsamplerChannel.h</include>
907      <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>      <include location="local" impldecl="in implementation">qsamplerChannelForm.ui.h</include>
908  </includes>  </includes>
909    <forwards>
910        <forward>class qsamplerDeviceForm;</forward>
911    </forwards>
912  <variables>  <variables>
913      <variable access="private">qsamplerChannel *m_pChannel;</variable>      <variable access="private">qsamplerChannel *m_pChannel;</variable>
914      <variable access="private">int m_iDirtySetup;</variable>      <variable access="private">int m_iDirtySetup;</variable>
915      <variable access="private">int m_iDirtyCount;</variable>      <variable access="private">int m_iDirtyCount;</variable>
916        <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_audioDevices;</variable>
917        <variable access="private">QPtrList &lt; qsamplerDevice &gt; m_midiDevices;</variable>
918        <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
919        <variable access="private">qsamplerChannelRoutingMap m_audioRouting;</variable>
920  </variables>  </variables>
921  <slots>  <slots>
922      <slot specifier="non virtual">accept()</slot>      <slot specifier="non virtual">accept()</slot>
923      <slot specifier="non virtual">reject()</slot>      <slot specifier="non virtual">reject()</slot>
924      <slot specifier="non virtual">openInstrumentFile()</slot>      <slot specifier="non virtual">openInstrumentFile()</slot>
925      <slot specifier="non virtual">updateInstrumentName()</slot>      <slot specifier="non virtual">updateInstrumentName()</slot>
926        <slot specifier="non virtual">selectMidiDriver( const QString &amp; sMidiDriver )</slot>
927        <slot specifier="non virtual">selectMidiDevice( int iMidiItem )</slot>
928        <slot specifier="non virtual">setupMidiDevice()</slot>
929        <slot specifier="non virtual">selectAudioDriver( const QString &amp; sAudioDriver )</slot>
930        <slot specifier="non virtual">selectAudioDevice( int iAudioItem )</slot>
931        <slot specifier="non virtual">setupAudioDevice()</slot>
932        <slot specifier="non virtual">changeAudioRouting( int iRow, int iCol )</slot>
933        <slot specifier="non virtual">updateDevices()</slot>
934      <slot specifier="non virtual">optionsChanged()</slot>      <slot specifier="non virtual">optionsChanged()</slot>
935      <slot specifier="non virtual">stabilizeForm()</slot>      <slot specifier="non virtual">stabilizeForm()</slot>
936  </slots>  </slots>
# Line 633  Line 938 
938      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>
939      <function access="private" specifier="non virtual">destroy()</function>      <function access="private" specifier="non virtual">destroy()</function>
940      <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>      <function specifier="non virtual">setup( qsamplerChannel *pChannel )</function>
941        <function specifier="non virtual">setupDevice( qsamplerDevice *pDevice, qsamplerDevice::qsamplerDeviceType deviceTypeMode, const QString &amp; sDriverName )</function>
942        <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  </functions>  </functions>
947  <pixmapinproject/>  <pixmapinproject/>
948  <layoutdefaults spacing="8" margin="8"/>  <layoutdefaults spacing="4" margin="4"/>
949    <includehints>
950        <includehint>qsamplerChannel.h</includehint>
951    </includehints>
952  </UI>  </UI>

Legend:
Removed from v.367  
changed lines
  Added in v.1016

  ViewVC Help
Powered by ViewVC