comparison Plugins/Output/crossfade/interface.glade @ 259:88b38e2414a1 trunk

[svn] First attempt at porting the crossfade plugin; patches from bug #363 applied, GThreadified, includes fixed. Will most probably not compile as of yet.
author chainsaw
date Sun, 04 Dec 2005 15:58:55 -0800
parents
children
comparison
equal deleted inserted replaced
258:f4a57eac3ba3 259:88b38e2414a1
1 <?xml version="1.0"?>
2 <GTK-Interface>
3
4 <project>
5 <name>Crossfade_config</name>
6 <program_name>crossfade_config</program_name>
7 <directory></directory>
8 <source_directory></source_directory>
9 <pixmaps_directory></pixmaps_directory>
10 <language>C</language>
11 <gnome_support>False</gnome_support>
12 <gettext_support>False</gettext_support>
13 <output_main_file>False</output_main_file>
14 <output_build_files>False</output_build_files>
15 </project>
16
17 <widget>
18 <class>GtkWindow</class>
19 <name>config_win</name>
20 <title>Crossfade Configuration</title>
21 <type>GTK_WINDOW_TOPLEVEL</type>
22 <position>GTK_WIN_POS_NONE</position>
23 <modal>False</modal>
24 <allow_shrink>False</allow_shrink>
25 <allow_grow>True</allow_grow>
26 <auto_shrink>False</auto_shrink>
27
28 <widget>
29 <class>GtkVBox</class>
30 <name>config_vbox</name>
31 <border_width>10</border_width>
32 <homogeneous>False</homogeneous>
33 <spacing>10</spacing>
34
35 <widget>
36 <class>GtkNotebook</class>
37 <name>config_notebook</name>
38 <can_focus>True</can_focus>
39 <show_tabs>True</show_tabs>
40 <show_border>True</show_border>
41 <tab_pos>GTK_POS_TOP</tab_pos>
42 <scrollable>False</scrollable>
43 <tab_hborder>2</tab_hborder>
44 <tab_vborder>2</tab_vborder>
45 <popup_enable>False</popup_enable>
46 <child>
47 <padding>0</padding>
48 <expand>True</expand>
49 <fill>True</fill>
50 </child>
51
52 <widget>
53 <class>GtkVBox</class>
54 <name>config_output_page</name>
55 <border_width>5</border_width>
56 <homogeneous>False</homogeneous>
57 <spacing>5</spacing>
58
59 <widget>
60 <class>GtkHBox</class>
61 <name>output_options_hbox</name>
62 <homogeneous>False</homogeneous>
63 <spacing>6</spacing>
64 <child>
65 <padding>0</padding>
66 <expand>False</expand>
67 <fill>True</fill>
68 </child>
69
70 <widget>
71 <class>GtkFrame</class>
72 <name>output_method_frame</name>
73 <label>Output method</label>
74 <label_xalign>0</label_xalign>
75 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
76 <child>
77 <padding>0</padding>
78 <expand>True</expand>
79 <fill>True</fill>
80 </child>
81
82 <widget>
83 <class>GtkVBox</class>
84 <name>output_method_vbox</name>
85 <border_width>5</border_width>
86 <homogeneous>False</homogeneous>
87 <spacing>2</spacing>
88
89 <widget>
90 <class>GtkRadioButton</class>
91 <name>output_oss_radio</name>
92 <tooltip>Use XMMS-crossfade's builtin OSS driver for output.</tooltip>
93 <can_focus>True</can_focus>
94 <signal>
95 <name>toggled</name>
96 <handler>on_output_oss_radio_toggled</handler>
97 <last_modification_time>Tue, 04 Jul 2000 17:09:06 GMT</last_modification_time>
98 </signal>
99 <label>Builtin OSS driver</label>
100 <active>False</active>
101 <draw_indicator>True</draw_indicator>
102 <group>output_method_group</group>
103 <child>
104 <padding>0</padding>
105 <expand>False</expand>
106 <fill>False</fill>
107 </child>
108 </widget>
109
110 <widget>
111 <class>GtkRadioButton</class>
112 <name>output_plugin_radio</name>
113 <tooltip>Use an existing plugin for output.</tooltip>
114 <can_focus>True</can_focus>
115 <signal>
116 <name>toggled</name>
117 <handler>on_output_plugin_radio_toggled</handler>
118 <last_modification_time>Tue, 04 Jul 2000 17:09:11 GMT</last_modification_time>
119 </signal>
120 <label>Output plugin</label>
121 <active>False</active>
122 <draw_indicator>True</draw_indicator>
123 <group>output_method_group</group>
124 <child>
125 <padding>0</padding>
126 <expand>False</expand>
127 <fill>False</fill>
128 </child>
129 </widget>
130
131 <widget>
132 <class>GtkRadioButton</class>
133 <name>output_none_radio</name>
134 <visible>False</visible>
135 <sensitive>False</sensitive>
136 <can_focus>True</can_focus>
137 <signal>
138 <name>toggled</name>
139 <handler>on_output_none_radio_toggled</handler>
140 <last_modification_time>Tue, 04 Jul 2000 17:09:15 GMT</last_modification_time>
141 </signal>
142 <label>None [not implemented]</label>
143 <active>False</active>
144 <draw_indicator>True</draw_indicator>
145 <group>output_method_group</group>
146 <child>
147 <padding>0</padding>
148 <expand>False</expand>
149 <fill>False</fill>
150 </child>
151 </widget>
152 </widget>
153 </widget>
154
155 <widget>
156 <class>GtkFrame</class>
157 <name>output_resampling_frame</name>
158 <label>Resampling</label>
159 <label_xalign>0</label_xalign>
160 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
161 <child>
162 <padding>0</padding>
163 <expand>False</expand>
164 <fill>True</fill>
165 </child>
166
167 <widget>
168 <class>GtkTable</class>
169 <name>output_resampling_table</name>
170 <border_width>5</border_width>
171 <rows>2</rows>
172 <columns>2</columns>
173 <homogeneous>False</homogeneous>
174 <row_spacing>2</row_spacing>
175 <column_spacing>2</column_spacing>
176
177 <widget>
178 <class>GtkOptionMenu</class>
179 <name>resampling_rate_optionmenu</name>
180 <tooltip>Set the sample rate for playback. Internally, XMMS-crossfade will resample all audio to this sample rate before playback.
181 Default: 44100 Hz</tooltip>
182 <can_focus>True</can_focus>
183 <items></items>
184 <initial_choice>0</initial_choice>
185 <child>
186 <left_attach>1</left_attach>
187 <right_attach>2</right_attach>
188 <top_attach>0</top_attach>
189 <bottom_attach>1</bottom_attach>
190 <xpad>0</xpad>
191 <ypad>0</ypad>
192 <xexpand>False</xexpand>
193 <yexpand>False</yexpand>
194 <xshrink>False</xshrink>
195 <yshrink>False</yshrink>
196 <xfill>True</xfill>
197 <yfill>False</yfill>
198 </child>
199 </widget>
200
201 <widget>
202 <class>GtkOptionMenu</class>
203 <name>resampling_quality_optionmenu</name>
204 <tooltip>Set the resampling quality. Note that higher quality also means higher CPU usage.</tooltip>
205 <can_focus>True</can_focus>
206 <items></items>
207 <initial_choice>0</initial_choice>
208 <child>
209 <left_attach>1</left_attach>
210 <right_attach>2</right_attach>
211 <top_attach>1</top_attach>
212 <bottom_attach>2</bottom_attach>
213 <xpad>0</xpad>
214 <ypad>0</ypad>
215 <xexpand>False</xexpand>
216 <yexpand>False</yexpand>
217 <xshrink>False</xshrink>
218 <yshrink>False</yshrink>
219 <xfill>True</xfill>
220 <yfill>False</yfill>
221 </child>
222 </widget>
223
224 <widget>
225 <class>GtkHBox</class>
226 <name>resampling_rate_hbox</name>
227 <homogeneous>False</homogeneous>
228 <spacing>0</spacing>
229 <child>
230 <left_attach>0</left_attach>
231 <right_attach>1</right_attach>
232 <top_attach>0</top_attach>
233 <bottom_attach>1</bottom_attach>
234 <xpad>0</xpad>
235 <ypad>0</ypad>
236 <xexpand>False</xexpand>
237 <yexpand>False</yexpand>
238 <xshrink>False</xshrink>
239 <yshrink>False</yshrink>
240 <xfill>True</xfill>
241 <yfill>True</yfill>
242 </child>
243
244 <widget>
245 <class>GtkLabel</class>
246 <name>resampling_rate_label</name>
247 <label>Rate:</label>
248 <justify>GTK_JUSTIFY_CENTER</justify>
249 <wrap>False</wrap>
250 <xalign>0.5</xalign>
251 <yalign>0.5</yalign>
252 <xpad>0</xpad>
253 <ypad>0</ypad>
254 <child>
255 <padding>0</padding>
256 <expand>False</expand>
257 <fill>False</fill>
258 <pack>GTK_PACK_END</pack>
259 </child>
260 </widget>
261 </widget>
262
263 <widget>
264 <class>GtkHBox</class>
265 <name>resampling_quality_hbox</name>
266 <homogeneous>False</homogeneous>
267 <spacing>0</spacing>
268 <child>
269 <left_attach>0</left_attach>
270 <right_attach>1</right_attach>
271 <top_attach>1</top_attach>
272 <bottom_attach>2</bottom_attach>
273 <xpad>0</xpad>
274 <ypad>0</ypad>
275 <xexpand>False</xexpand>
276 <yexpand>False</yexpand>
277 <xshrink>False</xshrink>
278 <yshrink>False</yshrink>
279 <xfill>True</xfill>
280 <yfill>True</yfill>
281 </child>
282
283 <widget>
284 <class>GtkLabel</class>
285 <name>resampling_quality_label</name>
286 <label>Quality:</label>
287 <justify>GTK_JUSTIFY_CENTER</justify>
288 <wrap>False</wrap>
289 <xalign>0.5</xalign>
290 <yalign>0.5</yalign>
291 <xpad>0</xpad>
292 <ypad>0</ypad>
293 <child>
294 <padding>0</padding>
295 <expand>False</expand>
296 <fill>False</fill>
297 <pack>GTK_PACK_END</pack>
298 </child>
299 </widget>
300 </widget>
301 </widget>
302 </widget>
303 </widget>
304
305 <widget>
306 <class>GtkNotebook</class>
307 <name>output_notebook</name>
308 <show_tabs>False</show_tabs>
309 <show_border>False</show_border>
310 <tab_pos>GTK_POS_TOP</tab_pos>
311 <scrollable>False</scrollable>
312 <tab_hborder>2</tab_hborder>
313 <tab_vborder>2</tab_vborder>
314 <popup_enable>False</popup_enable>
315 <child>
316 <padding>0</padding>
317 <expand>False</expand>
318 <fill>True</fill>
319 </child>
320
321 <widget>
322 <class>GtkVBox</class>
323 <name>output_oss_page</name>
324 <homogeneous>False</homogeneous>
325 <spacing>5</spacing>
326
327 <widget>
328 <class>GtkNotebook</class>
329 <name>output_oss_notebook</name>
330 <can_focus>True</can_focus>
331 <show_tabs>True</show_tabs>
332 <show_border>True</show_border>
333 <tab_pos>GTK_POS_TOP</tab_pos>
334 <scrollable>False</scrollable>
335 <tab_hborder>2</tab_hborder>
336 <tab_vborder>2</tab_vborder>
337 <popup_enable>False</popup_enable>
338 <child>
339 <padding>0</padding>
340 <expand>False</expand>
341 <fill>False</fill>
342 </child>
343
344 <widget>
345 <class>GtkVBox</class>
346 <name>oss_device_page</name>
347 <border_width>5</border_width>
348 <homogeneous>False</homogeneous>
349 <spacing>5</spacing>
350
351 <widget>
352 <class>GtkFrame</class>
353 <name>oss_adevice_frame</name>
354 <label>Audio device</label>
355 <label_xalign>0</label_xalign>
356 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
357 <child>
358 <padding>0</padding>
359 <expand>False</expand>
360 <fill>False</fill>
361 </child>
362
363 <widget>
364 <class>GtkVBox</class>
365 <name>oss_adevice_vbox</name>
366 <border_width>5</border_width>
367 <homogeneous>False</homogeneous>
368 <spacing>2</spacing>
369
370 <widget>
371 <class>GtkHBox</class>
372 <name>oss_adevice_hbox</name>
373 <homogeneous>False</homogeneous>
374 <spacing>0</spacing>
375 <child>
376 <padding>0</padding>
377 <expand>True</expand>
378 <fill>True</fill>
379 </child>
380
381 <widget>
382 <class>GtkOptionMenu</class>
383 <name>oss_adevice_optionmenu</name>
384 <can_focus>True</can_focus>
385 <items>dummy
386 </items>
387 <initial_choice>0</initial_choice>
388 <child>
389 <padding>0</padding>
390 <expand>True</expand>
391 <fill>True</fill>
392 </child>
393 </widget>
394 </widget>
395
396 <widget>
397 <class>GtkHBox</class>
398 <name>oss_adevice_alt_hbox</name>
399 <homogeneous>False</homogeneous>
400 <spacing>0</spacing>
401 <child>
402 <padding>0</padding>
403 <expand>True</expand>
404 <fill>True</fill>
405 </child>
406
407 <widget>
408 <class>GtkCheckButton</class>
409 <name>oss_adevice_alt_check</name>
410 <can_focus>True</can_focus>
411 <signal>
412 <name>toggled</name>
413 <handler>on_config_adevice_alt_check_toggled</handler>
414 <last_modification_time>Thu, 15 Jun 2000 13:10:13 GMT</last_modification_time>
415 </signal>
416 <label>Use alternate device:</label>
417 <active>False</active>
418 <draw_indicator>True</draw_indicator>
419 <child>
420 <padding>0</padding>
421 <expand>False</expand>
422 <fill>False</fill>
423 </child>
424 </widget>
425
426 <widget>
427 <class>GtkEntry</class>
428 <name>oss_adevice_alt_entry</name>
429 <can_focus>True</can_focus>
430 <editable>True</editable>
431 <text_visible>True</text_visible>
432 <text_max_length>0</text_max_length>
433 <text></text>
434 <child>
435 <padding>0</padding>
436 <expand>True</expand>
437 <fill>True</fill>
438 </child>
439 </widget>
440 </widget>
441 </widget>
442 </widget>
443
444 <widget>
445 <class>GtkFrame</class>
446 <name>oss_mdevice_frame</name>
447 <label>Mixer device</label>
448 <label_xalign>0</label_xalign>
449 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
450 <child>
451 <padding>0</padding>
452 <expand>False</expand>
453 <fill>False</fill>
454 </child>
455
456 <widget>
457 <class>GtkVBox</class>
458 <name>oss_mdevice_vbox</name>
459 <border_width>5</border_width>
460 <homogeneous>False</homogeneous>
461 <spacing>2</spacing>
462
463 <widget>
464 <class>GtkHBox</class>
465 <name>oss_mdevice_hbox</name>
466 <homogeneous>False</homogeneous>
467 <spacing>0</spacing>
468 <child>
469 <padding>0</padding>
470 <expand>True</expand>
471 <fill>True</fill>
472 </child>
473
474 <widget>
475 <class>GtkOptionMenu</class>
476 <name>oss_mdevice_optionmenu</name>
477 <can_focus>True</can_focus>
478 <items>dummy
479 </items>
480 <initial_choice>0</initial_choice>
481 <child>
482 <padding>0</padding>
483 <expand>True</expand>
484 <fill>True</fill>
485 </child>
486 </widget>
487 </widget>
488
489 <widget>
490 <class>GtkHBox</class>
491 <name>oss_mdevice_alt_hbox</name>
492 <homogeneous>False</homogeneous>
493 <spacing>0</spacing>
494 <child>
495 <padding>0</padding>
496 <expand>False</expand>
497 <fill>False</fill>
498 </child>
499
500 <widget>
501 <class>GtkCheckButton</class>
502 <name>oss_mdevice_alt_check</name>
503 <can_focus>True</can_focus>
504 <signal>
505 <name>toggled</name>
506 <handler>on_config_mdevice_alt_check_toggled</handler>
507 <last_modification_time>Fri, 25 Aug 2000 11:17:49 GMT</last_modification_time>
508 </signal>
509 <label>Use alternate device:</label>
510 <active>False</active>
511 <draw_indicator>True</draw_indicator>
512 <child>
513 <padding>0</padding>
514 <expand>False</expand>
515 <fill>False</fill>
516 </child>
517 </widget>
518
519 <widget>
520 <class>GtkEntry</class>
521 <name>oss_mdevice_alt_entry</name>
522 <can_focus>True</can_focus>
523 <editable>True</editable>
524 <text_visible>True</text_visible>
525 <text_max_length>0</text_max_length>
526 <text></text>
527 <child>
528 <padding>0</padding>
529 <expand>True</expand>
530 <fill>True</fill>
531 </child>
532 </widget>
533 </widget>
534 </widget>
535 </widget>
536 </widget>
537
538 <widget>
539 <class>GtkLabel</class>
540 <child_name>Notebook:tab</child_name>
541 <name>oss_device_label</name>
542 <label>Device</label>
543 <justify>GTK_JUSTIFY_CENTER</justify>
544 <wrap>False</wrap>
545 <xalign>0.5</xalign>
546 <yalign>0.5</yalign>
547 <xpad>0</xpad>
548 <ypad>0</ypad>
549 </widget>
550
551 <widget>
552 <class>GtkVBox</class>
553 <name>oss_buffer_page</name>
554 <border_width>5</border_width>
555 <homogeneous>False</homogeneous>
556 <spacing>5</spacing>
557
558 <widget>
559 <class>GtkFrame</class>
560 <name>oss_buffer_frame</name>
561 <label>Software buffer</label>
562 <label_xalign>0</label_xalign>
563 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
564 <child>
565 <padding>0</padding>
566 <expand>False</expand>
567 <fill>False</fill>
568 </child>
569
570 <widget>
571 <class>GtkVBox</class>
572 <name>oss_buffer_vbox</name>
573 <border_width>5</border_width>
574 <homogeneous>False</homogeneous>
575 <spacing>2</spacing>
576
577 <widget>
578 <class>GtkHBox</class>
579 <name>ossbuf_buffer_hbox</name>
580 <homogeneous>False</homogeneous>
581 <spacing>5</spacing>
582 <child>
583 <padding>0</padding>
584 <expand>False</expand>
585 <fill>False</fill>
586 </child>
587
588 <widget>
589 <class>GtkLabel</class>
590 <name>ossbuf_buffer_label</name>
591 <label>Buffer size (ms):</label>
592 <justify>GTK_JUSTIFY_LEFT</justify>
593 <wrap>False</wrap>
594 <xalign>0.5</xalign>
595 <yalign>0.5</yalign>
596 <xpad>0</xpad>
597 <ypad>0</ypad>
598 <child>
599 <padding>0</padding>
600 <expand>False</expand>
601 <fill>False</fill>
602 </child>
603 </widget>
604
605 <widget>
606 <class>GtkSpinButton</class>
607 <name>ossbuf_buffer_spin</name>
608 <can_focus>True</can_focus>
609 <climb_rate>0</climb_rate>
610 <digits>0</digits>
611 <numeric>True</numeric>
612 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
613 <snap>False</snap>
614 <wrap>False</wrap>
615 <value>0</value>
616 <lower>0</lower>
617 <upper>60000</upper>
618 <step>10</step>
619 <page>100</page>
620 <page_size>10</page_size>
621 <child>
622 <padding>0</padding>
623 <expand>True</expand>
624 <fill>True</fill>
625 </child>
626 </widget>
627 </widget>
628
629 <widget>
630 <class>GtkHBox</class>
631 <name>ossbuf_preload_hbox</name>
632 <homogeneous>False</homogeneous>
633 <spacing>5</spacing>
634 <child>
635 <padding>0</padding>
636 <expand>True</expand>
637 <fill>True</fill>
638 </child>
639
640 <widget>
641 <class>GtkLabel</class>
642 <name>ossbuf_preload_label</name>
643 <label>Preload size (ms):</label>
644 <justify>GTK_JUSTIFY_LEFT</justify>
645 <wrap>False</wrap>
646 <xalign>0.5</xalign>
647 <yalign>0.5</yalign>
648 <xpad>0</xpad>
649 <ypad>0</ypad>
650 <child>
651 <padding>0</padding>
652 <expand>False</expand>
653 <fill>False</fill>
654 </child>
655 </widget>
656
657 <widget>
658 <class>GtkSpinButton</class>
659 <name>ossbuf_preload_spin</name>
660 <can_focus>True</can_focus>
661 <climb_rate>0</climb_rate>
662 <digits>0</digits>
663 <numeric>True</numeric>
664 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
665 <snap>False</snap>
666 <wrap>False</wrap>
667 <value>1500</value>
668 <lower>0</lower>
669 <upper>60000</upper>
670 <step>10</step>
671 <page>100</page>
672 <page_size>10</page_size>
673 <child>
674 <padding>0</padding>
675 <expand>True</expand>
676 <fill>True</fill>
677 </child>
678 </widget>
679 </widget>
680 </widget>
681 </widget>
682
683 <widget>
684 <class>GtkFrame</class>
685 <name>oss_hwbuf_frame</name>
686 <label>Hardware device buffer</label>
687 <label_xalign>0</label_xalign>
688 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
689 <child>
690 <padding>0</padding>
691 <expand>True</expand>
692 <fill>True</fill>
693 </child>
694
695 <widget>
696 <class>GtkVBox</class>
697 <name>oss_hwbuf_vbox</name>
698 <border_width>5</border_width>
699 <homogeneous>False</homogeneous>
700 <spacing>2</spacing>
701
702 <widget>
703 <class>GtkCheckButton</class>
704 <name>osshwb_maxbuf_check</name>
705 <can_focus>True</can_focus>
706 <signal>
707 <name>toggled</name>
708 <handler>on_osshwb_maxbuf_check_toggled</handler>
709 <last_modification_time>Sat, 20 Oct 2001 11:43:18 GMT</last_modification_time>
710 </signal>
711 <label>Maximum device buffer size</label>
712 <active>False</active>
713 <draw_indicator>True</draw_indicator>
714 <child>
715 <padding>0</padding>
716 <expand>False</expand>
717 <fill>False</fill>
718 </child>
719 </widget>
720
721 <widget>
722 <class>GtkHBox</class>
723 <name>osshwb_fragments_hbox</name>
724 <homogeneous>False</homogeneous>
725 <spacing>5</spacing>
726 <child>
727 <padding>0</padding>
728 <expand>False</expand>
729 <fill>False</fill>
730 </child>
731
732 <widget>
733 <class>GtkLabel</class>
734 <name>osshwb_fragments_label</name>
735 <label>Number of Fragments:</label>
736 <justify>GTK_JUSTIFY_LEFT</justify>
737 <wrap>False</wrap>
738 <xalign>0.5</xalign>
739 <yalign>0.5</yalign>
740 <xpad>0</xpad>
741 <ypad>0</ypad>
742 <child>
743 <padding>0</padding>
744 <expand>False</expand>
745 <fill>False</fill>
746 </child>
747 </widget>
748
749 <widget>
750 <class>GtkSpinButton</class>
751 <name>osshwb_fragments_spin</name>
752 <can_focus>True</can_focus>
753 <climb_rate>0</climb_rate>
754 <digits>0</digits>
755 <numeric>True</numeric>
756 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
757 <snap>False</snap>
758 <wrap>False</wrap>
759 <value>50</value>
760 <lower>2</lower>
761 <upper>65535</upper>
762 <step>1</step>
763 <page>10</page>
764 <page_size>10</page_size>
765 <child>
766 <padding>0</padding>
767 <expand>True</expand>
768 <fill>True</fill>
769 </child>
770 </widget>
771 </widget>
772
773 <widget>
774 <class>GtkHBox</class>
775 <name>osshwb_fragsize_hbox</name>
776 <homogeneous>False</homogeneous>
777 <spacing>5</spacing>
778 <child>
779 <padding>0</padding>
780 <expand>True</expand>
781 <fill>True</fill>
782 </child>
783
784 <widget>
785 <class>GtkLabel</class>
786 <name>osshwb_fragsize_label</name>
787 <label>Fragment size (2^x bytes):</label>
788 <justify>GTK_JUSTIFY_LEFT</justify>
789 <wrap>False</wrap>
790 <xalign>0.5</xalign>
791 <yalign>0.5</yalign>
792 <xpad>0</xpad>
793 <ypad>0</ypad>
794 <child>
795 <padding>0</padding>
796 <expand>False</expand>
797 <fill>False</fill>
798 </child>
799 </widget>
800
801 <widget>
802 <class>GtkSpinButton</class>
803 <name>osshwb_fragsize_spin</name>
804 <can_focus>True</can_focus>
805 <climb_rate>0</climb_rate>
806 <digits>0</digits>
807 <numeric>True</numeric>
808 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
809 <snap>False</snap>
810 <wrap>False</wrap>
811 <value>11</value>
812 <lower>4</lower>
813 <upper>16</upper>
814 <step>1</step>
815 <page>10</page>
816 <page_size>10</page_size>
817 <child>
818 <padding>0</padding>
819 <expand>True</expand>
820 <fill>True</fill>
821 </child>
822 </widget>
823 </widget>
824 </widget>
825 </widget>
826 </widget>
827
828 <widget>
829 <class>GtkLabel</class>
830 <child_name>Notebook:tab</child_name>
831 <name>oss_buffer_label</name>
832 <label>Buffer</label>
833 <justify>GTK_JUSTIFY_CENTER</justify>
834 <wrap>False</wrap>
835 <xalign>0.5</xalign>
836 <yalign>0.5</yalign>
837 <xpad>0</xpad>
838 <ypad>0</ypad>
839 </widget>
840
841 <widget>
842 <class>GtkVBox</class>
843 <name>oss_mixer_page</name>
844 <border_width>5</border_width>
845 <homogeneous>False</homogeneous>
846 <spacing>5</spacing>
847
848 <widget>
849 <class>GtkFrame</class>
850 <name>oss_mixer_frame</name>
851 <label>Mixer options</label>
852 <label_xalign>0</label_xalign>
853 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
854 <child>
855 <padding>0</padding>
856 <expand>False</expand>
857 <fill>False</fill>
858 </child>
859
860 <widget>
861 <class>GtkVBox</class>
862 <name>oss_mixer_vbox</name>
863 <border_width>5</border_width>
864 <homogeneous>False</homogeneous>
865 <spacing>2</spacing>
866
867 <widget>
868 <class>GtkCheckButton</class>
869 <name>ossmixer_pcm_check</name>
870 <can_focus>True</can_focus>
871 <label>Volume controls Master not PCM</label>
872 <active>False</active>
873 <draw_indicator>True</draw_indicator>
874 <child>
875 <padding>0</padding>
876 <expand>False</expand>
877 <fill>False</fill>
878 </child>
879 </widget>
880 </widget>
881 </widget>
882 </widget>
883
884 <widget>
885 <class>GtkLabel</class>
886 <child_name>Notebook:tab</child_name>
887 <name>oss_mixer_label</name>
888 <label>Mixer</label>
889 <justify>GTK_JUSTIFY_CENTER</justify>
890 <wrap>False</wrap>
891 <xalign>0.5</xalign>
892 <yalign>0.5</yalign>
893 <xpad>0</xpad>
894 <ypad>0</ypad>
895 </widget>
896 </widget>
897 </widget>
898
899 <widget>
900 <class>Placeholder</class>
901 <child_name>Notebook:tab</child_name>
902 </widget>
903
904 <widget>
905 <class>GtkVBox</class>
906 <name>output_plugin_page</name>
907 <homogeneous>False</homogeneous>
908 <spacing>5</spacing>
909
910 <widget>
911 <class>GtkFrame</class>
912 <name>op_plugin_frame</name>
913 <label>Output plugin</label>
914 <label_xalign>0</label_xalign>
915 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
916 <child>
917 <padding>0</padding>
918 <expand>False</expand>
919 <fill>True</fill>
920 </child>
921
922 <widget>
923 <class>GtkVBox</class>
924 <name>op_plugin_vbox</name>
925 <border_width>5</border_width>
926 <homogeneous>False</homogeneous>
927 <spacing>2</spacing>
928
929 <widget>
930 <class>GtkOptionMenu</class>
931 <name>op_plugin_optionmenu</name>
932 <can_focus>True</can_focus>
933 <items>dummy
934 </items>
935 <initial_choice>0</initial_choice>
936 <child>
937 <padding>0</padding>
938 <expand>False</expand>
939 <fill>False</fill>
940 </child>
941 </widget>
942
943 <widget>
944 <class>GtkHButtonBox</class>
945 <name>op_plugin_buttonbox</name>
946 <layout_style>GTK_BUTTONBOX_START</layout_style>
947 <spacing>5</spacing>
948 <child_min_width>85</child_min_width>
949 <child_min_height>27</child_min_height>
950 <child_ipad_x>7</child_ipad_x>
951 <child_ipad_y>0</child_ipad_y>
952 <child>
953 <padding>0</padding>
954 <expand>False</expand>
955 <fill>True</fill>
956 </child>
957
958 <widget>
959 <class>GtkButton</class>
960 <name>op_configure_button</name>
961 <can_default>True</can_default>
962 <can_focus>True</can_focus>
963 <signal>
964 <name>clicked</name>
965 <handler>on_output_plugin_configure_button_clicked</handler>
966 <last_modification_time>Wed, 05 Jul 2000 00:05:26 GMT</last_modification_time>
967 </signal>
968 <label>Configure</label>
969 <relief>GTK_RELIEF_NORMAL</relief>
970 </widget>
971
972 <widget>
973 <class>GtkButton</class>
974 <name>op_about_button</name>
975 <can_default>True</can_default>
976 <can_focus>True</can_focus>
977 <signal>
978 <name>clicked</name>
979 <handler>on_output_plugin_about_button_clicked</handler>
980 <last_modification_time>Wed, 05 Jul 2000 00:05:29 GMT</last_modification_time>
981 </signal>
982 <label>About</label>
983 <relief>GTK_RELIEF_NORMAL</relief>
984 </widget>
985 </widget>
986 </widget>
987 </widget>
988
989 <widget>
990 <class>GtkFrame</class>
991 <name>op_options_frame</name>
992 <label>Plugin compatibility options</label>
993 <label_xalign>0</label_xalign>
994 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
995 <child>
996 <padding>0</padding>
997 <expand>False</expand>
998 <fill>True</fill>
999 </child>
1000
1001 <widget>
1002 <class>GtkVBox</class>
1003 <name>op_options_vbox</name>
1004 <border_width>5</border_width>
1005 <homogeneous>False</homogeneous>
1006 <spacing>2</spacing>
1007
1008 <widget>
1009 <class>GtkCheckButton</class>
1010 <name>op_throttle_check</name>
1011 <can_focus>True</can_focus>
1012 <signal>
1013 <name>toggled</name>
1014 <handler>on_op_throttle_check_toggled</handler>
1015 <last_modification_time>Sun, 26 Nov 2000 19:32:01 GMT</last_modification_time>
1016 </signal>
1017 <label>Throttle Output</label>
1018 <active>False</active>
1019 <draw_indicator>True</draw_indicator>
1020 <child>
1021 <padding>0</padding>
1022 <expand>False</expand>
1023 <fill>False</fill>
1024 </child>
1025 </widget>
1026
1027 <widget>
1028 <class>GtkHBox</class>
1029 <name>op_maxblock_hbox</name>
1030 <homogeneous>False</homogeneous>
1031 <spacing>5</spacing>
1032 <child>
1033 <padding>0</padding>
1034 <expand>True</expand>
1035 <fill>True</fill>
1036 </child>
1037
1038 <widget>
1039 <class>GtkCheckButton</class>
1040 <name>op_maxblock_check</name>
1041 <can_focus>True</can_focus>
1042 <signal>
1043 <name>toggled</name>
1044 <handler>on_op_maxblock_check_toggled</handler>
1045 <last_modification_time>Sat, 26 Aug 2000 12:19:52 GMT</last_modification_time>
1046 </signal>
1047 <label>Max block size (bytes):</label>
1048 <active>False</active>
1049 <draw_indicator>True</draw_indicator>
1050 <child>
1051 <padding>0</padding>
1052 <expand>False</expand>
1053 <fill>False</fill>
1054 </child>
1055 </widget>
1056
1057 <widget>
1058 <class>GtkSpinButton</class>
1059 <name>op_maxblock_spin</name>
1060 <can_focus>True</can_focus>
1061 <signal>
1062 <name>changed</name>
1063 <handler>on_op_maxblock_spin_changed</handler>
1064 <last_modification_time>Sun, 26 Nov 2000 19:31:57 GMT</last_modification_time>
1065 </signal>
1066 <climb_rate>10</climb_rate>
1067 <digits>0</digits>
1068 <numeric>True</numeric>
1069 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1070 <snap>True</snap>
1071 <wrap>False</wrap>
1072 <value>1024</value>
1073 <lower>4</lower>
1074 <upper>1.04858e+06</upper>
1075 <step>4</step>
1076 <page>16</page>
1077 <page_size>10</page_size>
1078 <child>
1079 <padding>0</padding>
1080 <expand>True</expand>
1081 <fill>True</fill>
1082 </child>
1083 </widget>
1084 </widget>
1085
1086 <widget>
1087 <class>GtkCheckButton</class>
1088 <name>op_forcereopen_check</name>
1089 <can_focus>True</can_focus>
1090 <signal>
1091 <name>toggled</name>
1092 <handler>on_op_forcereopen_check_toggled</handler>
1093 <last_modification_time>Sun, 26 Nov 2000 19:31:51 GMT</last_modification_time>
1094 </signal>
1095 <label>Force close/reopen on songchange</label>
1096 <active>False</active>
1097 <draw_indicator>True</draw_indicator>
1098 <child>
1099 <padding>0</padding>
1100 <expand>False</expand>
1101 <fill>False</fill>
1102 </child>
1103 </widget>
1104 </widget>
1105 </widget>
1106 </widget>
1107
1108 <widget>
1109 <class>Placeholder</class>
1110 <child_name>Notebook:tab</child_name>
1111 </widget>
1112
1113 <widget>
1114 <class>Placeholder</class>
1115 </widget>
1116
1117 <widget>
1118 <class>Placeholder</class>
1119 <child_name>Notebook:tab</child_name>
1120 </widget>
1121 </widget>
1122
1123 <widget>
1124 <class>GtkLabel</class>
1125 <name>output_help_label</name>
1126 <label>When modifying the Output Options or the Mixing buffer size, you need to stop/restart playback for the settings to take effect.</label>
1127 <justify>GTK_JUSTIFY_LEFT</justify>
1128 <wrap>True</wrap>
1129 <xalign>0.5</xalign>
1130 <yalign>0.5</yalign>
1131 <xpad>0</xpad>
1132 <ypad>0</ypad>
1133 <child>
1134 <padding>0</padding>
1135 <expand>True</expand>
1136 <fill>True</fill>
1137 <pack>GTK_PACK_END</pack>
1138 </child>
1139 </widget>
1140 </widget>
1141
1142 <widget>
1143 <class>GtkLabel</class>
1144 <child_name>Notebook:tab</child_name>
1145 <name>config_devices_label</name>
1146 <label>Output</label>
1147 <justify>GTK_JUSTIFY_CENTER</justify>
1148 <wrap>False</wrap>
1149 <xalign>0.5</xalign>
1150 <yalign>0.5</yalign>
1151 <xpad>0</xpad>
1152 <ypad>0</ypad>
1153 </widget>
1154
1155 <widget>
1156 <class>GtkVBox</class>
1157 <name>config_effects_page</name>
1158 <border_width>5</border_width>
1159 <homogeneous>False</homogeneous>
1160 <spacing>5</spacing>
1161
1162 <widget>
1163 <class>GtkFrame</class>
1164 <name>ep_plugin_frame</name>
1165 <label>Pre-mixing effect plugin</label>
1166 <label_xalign>0</label_xalign>
1167 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1168 <child>
1169 <padding>0</padding>
1170 <expand>False</expand>
1171 <fill>True</fill>
1172 </child>
1173
1174 <widget>
1175 <class>GtkVBox</class>
1176 <name>ep_plugin_vbox</name>
1177 <border_width>5</border_width>
1178 <homogeneous>False</homogeneous>
1179 <spacing>2</spacing>
1180
1181 <widget>
1182 <class>GtkOptionMenu</class>
1183 <name>ep_plugin_optionmenu</name>
1184 <tooltip>Select an effect plugin. Take care not to use the same plugin as selected in XMMS' configuration dialog.</tooltip>
1185 <can_focus>True</can_focus>
1186 <items>dummy
1187 </items>
1188 <initial_choice>0</initial_choice>
1189 <child>
1190 <padding>0</padding>
1191 <expand>False</expand>
1192 <fill>False</fill>
1193 </child>
1194 </widget>
1195
1196 <widget>
1197 <class>GtkHButtonBox</class>
1198 <name>ep_plugin_buttonbox</name>
1199 <layout_style>GTK_BUTTONBOX_START</layout_style>
1200 <spacing>5</spacing>
1201 <child_min_width>85</child_min_width>
1202 <child_min_height>27</child_min_height>
1203 <child_ipad_x>7</child_ipad_x>
1204 <child_ipad_y>0</child_ipad_y>
1205 <child>
1206 <padding>0</padding>
1207 <expand>False</expand>
1208 <fill>True</fill>
1209 </child>
1210
1211 <widget>
1212 <class>GtkButton</class>
1213 <name>ep_configure_button</name>
1214 <tooltip>Open the configuration dialog of the plugin selected above.</tooltip>
1215 <can_default>True</can_default>
1216 <can_focus>True</can_focus>
1217 <signal>
1218 <name>clicked</name>
1219 <handler>on_ep_configure_button_clicked</handler>
1220 <last_modification_time>Fri, 16 Mar 2001 22:09:17 GMT</last_modification_time>
1221 </signal>
1222 <label>Configure</label>
1223 <relief>GTK_RELIEF_NORMAL</relief>
1224 </widget>
1225
1226 <widget>
1227 <class>GtkButton</class>
1228 <name>ep_about_button</name>
1229 <tooltip>Open the about dialog of the plugin selected above.</tooltip>
1230 <can_default>True</can_default>
1231 <can_focus>True</can_focus>
1232 <signal>
1233 <name>clicked</name>
1234 <handler>on_ep_about_button_clicked</handler>
1235 <last_modification_time>Fri, 16 Mar 2001 22:09:06 GMT</last_modification_time>
1236 </signal>
1237 <label>About</label>
1238 <relief>GTK_RELIEF_NORMAL</relief>
1239 </widget>
1240
1241 <widget>
1242 <class>GtkCheckButton</class>
1243 <name>ep_enable_check</name>
1244 <tooltip>Enable the selected plugin. Note that after pressing 'Apply' it may take a while until you can hear the effect, since it is applied before the audio data goes into the buffer.</tooltip>
1245 <can_focus>True</can_focus>
1246 <signal>
1247 <name>toggled</name>
1248 <handler>on_ep_enable_check_toggled</handler>
1249 <last_modification_time>Mon, 10 Nov 2003 06:20:19 GMT</last_modification_time>
1250 </signal>
1251 <label>Use plugin</label>
1252 <active>False</active>
1253 <draw_indicator>True</draw_indicator>
1254 </widget>
1255 </widget>
1256 </widget>
1257 </widget>
1258
1259 <widget>
1260 <class>GtkFrame</class>
1261 <name>effects_volnorm_frame</name>
1262 <visible>False</visible>
1263 <label>Volume normalizer</label>
1264 <label_xalign>0</label_xalign>
1265 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1266 <child>
1267 <padding>0</padding>
1268 <expand>False</expand>
1269 <fill>False</fill>
1270 </child>
1271
1272 <widget>
1273 <class>GtkTable</class>
1274 <name>effects_volnorm_table</name>
1275 <border_width>5</border_width>
1276 <rows>4</rows>
1277 <columns>2</columns>
1278 <homogeneous>False</homogeneous>
1279 <row_spacing>2</row_spacing>
1280 <column_spacing>5</column_spacing>
1281
1282 <widget>
1283 <class>GtkCheckButton</class>
1284 <name>volnorm_quantaudio_check</name>
1285 <can_focus>True</can_focus>
1286 <label>Read Quantaudio comment field</label>
1287 <active>False</active>
1288 <draw_indicator>True</draw_indicator>
1289 <child>
1290 <left_attach>1</left_attach>
1291 <right_attach>2</right_attach>
1292 <top_attach>2</top_attach>
1293 <bottom_attach>3</bottom_attach>
1294 <xpad>0</xpad>
1295 <ypad>0</ypad>
1296 <xexpand>False</xexpand>
1297 <yexpand>False</yexpand>
1298 <xshrink>False</xshrink>
1299 <yshrink>False</yshrink>
1300 <xfill>True</xfill>
1301 <yfill>False</yfill>
1302 </child>
1303 </widget>
1304
1305 <widget>
1306 <class>GtkSpinButton</class>
1307 <name>volnorm_target_spin</name>
1308 <tooltip>Set the maximum length for gaps at the end of a stream.
1309 Default: 500</tooltip>
1310 <can_focus>True</can_focus>
1311 <climb_rate>0</climb_rate>
1312 <digits>0</digits>
1313 <numeric>True</numeric>
1314 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1315 <snap>False</snap>
1316 <wrap>False</wrap>
1317 <value>8000</value>
1318 <lower>0</lower>
1319 <upper>32768</upper>
1320 <step>100</step>
1321 <page>1000</page>
1322 <page_size>10</page_size>
1323 <child>
1324 <left_attach>1</left_attach>
1325 <right_attach>2</right_attach>
1326 <top_attach>3</top_attach>
1327 <bottom_attach>4</bottom_attach>
1328 <xpad>0</xpad>
1329 <ypad>0</ypad>
1330 <xexpand>True</xexpand>
1331 <yexpand>False</yexpand>
1332 <xshrink>False</xshrink>
1333 <yshrink>False</yshrink>
1334 <xfill>True</xfill>
1335 <yfill>False</yfill>
1336 </child>
1337 </widget>
1338
1339 <widget>
1340 <class>GtkHBox</class>
1341 <name>volnorm_target_hbox</name>
1342 <homogeneous>False</homogeneous>
1343 <spacing>0</spacing>
1344 <child>
1345 <left_attach>0</left_attach>
1346 <right_attach>1</right_attach>
1347 <top_attach>3</top_attach>
1348 <bottom_attach>4</bottom_attach>
1349 <xpad>0</xpad>
1350 <ypad>0</ypad>
1351 <xexpand>False</xexpand>
1352 <yexpand>False</yexpand>
1353 <xshrink>False</xshrink>
1354 <yshrink>False</yshrink>
1355 <xfill>True</xfill>
1356 <yfill>True</yfill>
1357 </child>
1358
1359 <widget>
1360 <class>GtkLabel</class>
1361 <name>volnorm_target_label</name>
1362 <label>Target RMS:</label>
1363 <justify>GTK_JUSTIFY_CENTER</justify>
1364 <wrap>False</wrap>
1365 <xalign>0.5</xalign>
1366 <yalign>0.5</yalign>
1367 <xpad>0</xpad>
1368 <ypad>0</ypad>
1369 <child>
1370 <padding>0</padding>
1371 <expand>False</expand>
1372 <fill>False</fill>
1373 </child>
1374 </widget>
1375 </widget>
1376
1377 <widget>
1378 <class>GtkCheckButton</class>
1379 <name>volnorm_enable_check</name>
1380 <can_focus>True</can_focus>
1381 <signal>
1382 <name>toggled</name>
1383 <handler>on_volnorm_enable_check_toggled</handler>
1384 <last_modification_time>Wed, 17 Oct 2001 23:29:26 GMT</last_modification_time>
1385 </signal>
1386 <label>Enable</label>
1387 <active>False</active>
1388 <draw_indicator>True</draw_indicator>
1389 <child>
1390 <left_attach>1</left_attach>
1391 <right_attach>2</right_attach>
1392 <top_attach>0</top_attach>
1393 <bottom_attach>1</bottom_attach>
1394 <xpad>0</xpad>
1395 <ypad>0</ypad>
1396 <xexpand>False</xexpand>
1397 <yexpand>False</yexpand>
1398 <xshrink>False</xshrink>
1399 <yshrink>False</yshrink>
1400 <xfill>True</xfill>
1401 <yfill>False</yfill>
1402 </child>
1403 </widget>
1404
1405 <widget>
1406 <class>GtkCheckButton</class>
1407 <name>volnorm_rva2_check</name>
1408 <can_focus>True</can_focus>
1409 <label>Read ID3V2 RVA2 Tag</label>
1410 <active>False</active>
1411 <draw_indicator>True</draw_indicator>
1412 <child>
1413 <left_attach>1</left_attach>
1414 <right_attach>2</right_attach>
1415 <top_attach>1</top_attach>
1416 <bottom_attach>2</bottom_attach>
1417 <xpad>0</xpad>
1418 <ypad>0</ypad>
1419 <xexpand>False</xexpand>
1420 <yexpand>False</yexpand>
1421 <xshrink>False</xshrink>
1422 <yshrink>False</yshrink>
1423 <xfill>True</xfill>
1424 <yfill>False</yfill>
1425 </child>
1426 </widget>
1427 </widget>
1428 </widget>
1429
1430 <widget>
1431 <class>GtkLabel</class>
1432 <name>effects_help_label</name>
1433 <label>You do not need to press 'Apply' after making changes to the effect plugin settings. It may take a while though until you can hear the change, since the plugin is applied before the mixing buffer.</label>
1434 <justify>GTK_JUSTIFY_LEFT</justify>
1435 <wrap>True</wrap>
1436 <xalign>0.5</xalign>
1437 <yalign>0.5</yalign>
1438 <xpad>0</xpad>
1439 <ypad>0</ypad>
1440 <child>
1441 <padding>0</padding>
1442 <expand>True</expand>
1443 <fill>True</fill>
1444 </child>
1445 </widget>
1446 </widget>
1447
1448 <widget>
1449 <class>GtkLabel</class>
1450 <child_name>Notebook:tab</child_name>
1451 <name>config_effects_label</name>
1452 <label>Effects</label>
1453 <justify>GTK_JUSTIFY_CENTER</justify>
1454 <wrap>False</wrap>
1455 <xalign>0.5</xalign>
1456 <yalign>0.5</yalign>
1457 <xpad>0</xpad>
1458 <ypad>0</ypad>
1459 </widget>
1460
1461 <widget>
1462 <class>GtkVBox</class>
1463 <name>config_crossfader_page</name>
1464 <border_width>5</border_width>
1465 <homogeneous>False</homogeneous>
1466 <spacing>2</spacing>
1467
1468 <widget>
1469 <class>GtkHBox</class>
1470 <name>xf_bufsize_hbox</name>
1471 <homogeneous>False</homogeneous>
1472 <spacing>5</spacing>
1473 <child>
1474 <padding>0</padding>
1475 <expand>False</expand>
1476 <fill>False</fill>
1477 </child>
1478
1479 <widget>
1480 <class>GtkLabel</class>
1481 <name>xf_bufsize_label</name>
1482 <label>Mixing buffer size (ms):</label>
1483 <justify>GTK_JUSTIFY_CENTER</justify>
1484 <wrap>False</wrap>
1485 <xalign>0.5</xalign>
1486 <yalign>0.5</yalign>
1487 <xpad>0</xpad>
1488 <ypad>0</ypad>
1489 <child>
1490 <padding>0</padding>
1491 <expand>False</expand>
1492 <fill>False</fill>
1493 </child>
1494 </widget>
1495
1496 <widget>
1497 <class>GtkSpinButton</class>
1498 <name>xf_buffer_spin</name>
1499 <tooltip>Specify the size of the mixing buffer. Mixing buffer space is required for pauses, fade-outs, offsetting (i.e. interleaving the end and beginning of two songs) and killing trailing gaps. Fade-ins and killing leading gaps are done on-the-fly and do not depend on mixing buffer space.
1500 Default: n/a - calculated automatically</tooltip>
1501 <can_focus>True</can_focus>
1502 <signal>
1503 <name>changed</name>
1504 <handler>on_xf_buffer_spin_changed</handler>
1505 <last_modification_time>Sun, 26 Nov 2000 21:51:06 GMT</last_modification_time>
1506 </signal>
1507 <climb_rate>0</climb_rate>
1508 <digits>0</digits>
1509 <numeric>True</numeric>
1510 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1511 <snap>False</snap>
1512 <wrap>False</wrap>
1513 <value>8500</value>
1514 <lower>0</lower>
1515 <upper>60000</upper>
1516 <step>100</step>
1517 <page>1000</page>
1518 <page_size>10</page_size>
1519 <child>
1520 <padding>0</padding>
1521 <expand>True</expand>
1522 <fill>True</fill>
1523 </child>
1524 </widget>
1525
1526 <widget>
1527 <class>GtkCheckButton</class>
1528 <name>xf_autobuf_check</name>
1529 <tooltip>Automatically calculate an optimal buffer size.
1530 Default: On</tooltip>
1531 <can_focus>True</can_focus>
1532 <signal>
1533 <name>toggled</name>
1534 <handler>on_xf_autobuf_check_toggled</handler>
1535 <last_modification_time>Fri, 24 Nov 2000 11:22:05 GMT</last_modification_time>
1536 </signal>
1537 <label>auto</label>
1538 <active>False</active>
1539 <draw_indicator>True</draw_indicator>
1540 <child>
1541 <padding>0</padding>
1542 <expand>False</expand>
1543 <fill>False</fill>
1544 </child>
1545 </widget>
1546 </widget>
1547
1548 <widget>
1549 <class>GtkHBox</class>
1550 <name>xf_config_hbox</name>
1551 <homogeneous>False</homogeneous>
1552 <spacing>5</spacing>
1553 <child>
1554 <padding>0</padding>
1555 <expand>False</expand>
1556 <fill>False</fill>
1557 </child>
1558
1559 <widget>
1560 <class>GtkLabel</class>
1561 <name>xf_config_label</name>
1562 <label>Set parameters for:</label>
1563 <justify>GTK_JUSTIFY_CENTER</justify>
1564 <wrap>False</wrap>
1565 <xalign>0.5</xalign>
1566 <yalign>0.5</yalign>
1567 <xpad>0</xpad>
1568 <ypad>0</ypad>
1569 <child>
1570 <padding>0</padding>
1571 <expand>False</expand>
1572 <fill>False</fill>
1573 </child>
1574 </widget>
1575
1576 <widget>
1577 <class>GtkOptionMenu</class>
1578 <name>xf_config_optionmenu</name>
1579 <tooltip>Select the type of songchange you want to configure:
1580 * Start of playback: When starting playback by pressing PLAY
1581 * Automatic songchange: When reaching the end of a song and the playlist advances to the next song
1582 * Manual songchange: When manually selecting another song, for example by pressing NEXT/PREV
1583 * Manual stop: When pressing the STOP button
1584 * End of playlist: After the last song in the playlist has been played
1585 * Seeking: When seeking within the current song</tooltip>
1586 <can_focus>True</can_focus>
1587 <items>dummy
1588 </items>
1589 <initial_choice>0</initial_choice>
1590 <child>
1591 <padding>0</padding>
1592 <expand>True</expand>
1593 <fill>True</fill>
1594 </child>
1595 </widget>
1596 </widget>
1597
1598 <widget>
1599 <class>GtkHBox</class>
1600 <name>xf_type_hbox</name>
1601 <homogeneous>False</homogeneous>
1602 <spacing>5</spacing>
1603 <child>
1604 <padding>0</padding>
1605 <expand>False</expand>
1606 <fill>False</fill>
1607 </child>
1608
1609 <widget>
1610 <class>GtkLabel</class>
1611 <name>xf_type_label</name>
1612 <label>Crossfade/Transition type:</label>
1613 <justify>GTK_JUSTIFY_CENTER</justify>
1614 <wrap>False</wrap>
1615 <xalign>0.5</xalign>
1616 <yalign>0.5</yalign>
1617 <xpad>0</xpad>
1618 <ypad>0</ypad>
1619 <child>
1620 <padding>0</padding>
1621 <expand>False</expand>
1622 <fill>False</fill>
1623 </child>
1624 </widget>
1625
1626 <widget>
1627 <class>GtkOptionMenu</class>
1628 <name>xf_type_optionmenu</name>
1629 <tooltip>Select the transition to be used for the songchange type selected above:
1630 * Fade-in: Fade-in at 'Start of playback'
1631 * Reopen output device: Force a close/open on the output plugin. This will most certainly re-introduce gaps and clicks, but might be usefull with some plugins.
1632 * Flush output device: Keeps the output plugin opened, but flushes its buffers. This will give you almost instant reaction when pressing NEXT/PREV.
1633 * None (gapless/off): Gapless mode. Keeps the device opened, but does not do any fading.
1634 * Simple crossfade: Does a simple crossfade between the previous and the next song.
1635 * Advanced crossfade: Allows you to configure the crossfade in more detail.
1636 * Fade-out: Fade-out at 'Manual stop' or 'End of playlist'.</tooltip>
1637 <can_focus>True</can_focus>
1638 <items>dummy
1639 </items>
1640 <initial_choice>0</initial_choice>
1641 <child>
1642 <padding>0</padding>
1643 <expand>True</expand>
1644 <fill>True</fill>
1645 </child>
1646 </widget>
1647 </widget>
1648
1649 <widget>
1650 <class>GtkNotebook</class>
1651 <name>xf_type_notebook</name>
1652 <show_tabs>False</show_tabs>
1653 <show_border>False</show_border>
1654 <tab_pos>GTK_POS_TOP</tab_pos>
1655 <scrollable>False</scrollable>
1656 <tab_hborder>2</tab_hborder>
1657 <tab_vborder>2</tab_vborder>
1658 <popup_enable>False</popup_enable>
1659 <child>
1660 <padding>0</padding>
1661 <expand>False</expand>
1662 <fill>False</fill>
1663 </child>
1664
1665 <widget>
1666 <class>Placeholder</class>
1667 </widget>
1668
1669 <widget>
1670 <class>GtkLabel</class>
1671 <child_name>Notebook:tab</child_name>
1672 <name>xft_reopen_label</name>
1673 <label>Reopen</label>
1674 <justify>GTK_JUSTIFY_CENTER</justify>
1675 <wrap>False</wrap>
1676 <xalign>0.5</xalign>
1677 <yalign>0.5</yalign>
1678 <xpad>0</xpad>
1679 <ypad>0</ypad>
1680 </widget>
1681
1682 <widget>
1683 <class>GtkVBox</class>
1684 <name>xft_flush_page</name>
1685 <homogeneous>False</homogeneous>
1686 <spacing>5</spacing>
1687
1688 <widget>
1689 <class>GtkFrame</class>
1690 <name>xftf_pause_frame</name>
1691 <label>Pause</label>
1692 <label_xalign>0</label_xalign>
1693 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1694 <child>
1695 <padding>0</padding>
1696 <expand>False</expand>
1697 <fill>False</fill>
1698 </child>
1699
1700 <widget>
1701 <class>GtkTable</class>
1702 <name>xftf_pause_table</name>
1703 <border_width>5</border_width>
1704 <rows>2</rows>
1705 <columns>2</columns>
1706 <homogeneous>False</homogeneous>
1707 <row_spacing>2</row_spacing>
1708 <column_spacing>5</column_spacing>
1709
1710 <widget>
1711 <class>GtkLabel</class>
1712 <name>xftfp_length_label</name>
1713 <label>Length (ms):</label>
1714 <justify>GTK_JUSTIFY_LEFT</justify>
1715 <wrap>False</wrap>
1716 <xalign>0.5</xalign>
1717 <yalign>0.5</yalign>
1718 <xpad>0</xpad>
1719 <ypad>0</ypad>
1720 <child>
1721 <left_attach>0</left_attach>
1722 <right_attach>1</right_attach>
1723 <top_attach>1</top_attach>
1724 <bottom_attach>2</bottom_attach>
1725 <xpad>0</xpad>
1726 <ypad>0</ypad>
1727 <xexpand>False</xexpand>
1728 <yexpand>False</yexpand>
1729 <xshrink>False</xshrink>
1730 <yshrink>False</yshrink>
1731 <xfill>True</xfill>
1732 <yfill>False</yfill>
1733 </child>
1734 </widget>
1735
1736 <widget>
1737 <class>GtkSpinButton</class>
1738 <name>xftfp_length_spin</name>
1739 <tooltip>Specify the length of the silence to be inserted between the tracks.
1740 Default: 2000</tooltip>
1741 <can_focus>True</can_focus>
1742 <signal>
1743 <name>changed</name>
1744 <handler>on_xftfp_length_spin_changed</handler>
1745 <last_modification_time>Wed, 17 Oct 2001 14:17:29 GMT</last_modification_time>
1746 </signal>
1747 <climb_rate>0</climb_rate>
1748 <digits>0</digits>
1749 <numeric>True</numeric>
1750 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1751 <snap>False</snap>
1752 <wrap>False</wrap>
1753 <value>1000</value>
1754 <lower>0</lower>
1755 <upper>60000</upper>
1756 <step>100</step>
1757 <page>1000</page>
1758 <page_size>10</page_size>
1759 <child>
1760 <left_attach>1</left_attach>
1761 <right_attach>2</right_attach>
1762 <top_attach>1</top_attach>
1763 <bottom_attach>2</bottom_attach>
1764 <xpad>0</xpad>
1765 <ypad>0</ypad>
1766 <xexpand>True</xexpand>
1767 <yexpand>False</yexpand>
1768 <xshrink>False</xshrink>
1769 <yshrink>False</yshrink>
1770 <xfill>True</xfill>
1771 <yfill>False</yfill>
1772 </child>
1773 </widget>
1774
1775 <widget>
1776 <class>GtkCheckButton</class>
1777 <name>xftfp_enable_check</name>
1778 <can_focus>True</can_focus>
1779 <signal>
1780 <name>toggled</name>
1781 <handler>on_xftfp_enable_check_toggled</handler>
1782 <last_modification_time>Wed, 17 Oct 2001 14:12:28 GMT</last_modification_time>
1783 </signal>
1784 <label>Enable</label>
1785 <active>False</active>
1786 <draw_indicator>True</draw_indicator>
1787 <child>
1788 <left_attach>1</left_attach>
1789 <right_attach>2</right_attach>
1790 <top_attach>0</top_attach>
1791 <bottom_attach>1</bottom_attach>
1792 <xpad>0</xpad>
1793 <ypad>0</ypad>
1794 <xexpand>False</xexpand>
1795 <yexpand>False</yexpand>
1796 <xshrink>False</xshrink>
1797 <yshrink>False</yshrink>
1798 <xfill>True</xfill>
1799 <yfill>False</yfill>
1800 </child>
1801 </widget>
1802 </widget>
1803 </widget>
1804
1805 <widget>
1806 <class>GtkFrame</class>
1807 <name>xftf_fadein_frame</name>
1808 <label>Fade in</label>
1809 <label_xalign>0</label_xalign>
1810 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1811 <child>
1812 <padding>0</padding>
1813 <expand>False</expand>
1814 <fill>False</fill>
1815 </child>
1816
1817 <widget>
1818 <class>GtkTable</class>
1819 <name>xftf_fadein_table</name>
1820 <border_width>5</border_width>
1821 <rows>3</rows>
1822 <columns>2</columns>
1823 <homogeneous>False</homogeneous>
1824 <row_spacing>2</row_spacing>
1825 <column_spacing>5</column_spacing>
1826
1827 <widget>
1828 <class>GtkHBox</class>
1829 <name>xftffi_length_hbox</name>
1830 <homogeneous>False</homogeneous>
1831 <spacing>0</spacing>
1832 <child>
1833 <left_attach>0</left_attach>
1834 <right_attach>1</right_attach>
1835 <top_attach>1</top_attach>
1836 <bottom_attach>2</bottom_attach>
1837 <xpad>0</xpad>
1838 <ypad>0</ypad>
1839 <xexpand>False</xexpand>
1840 <yexpand>True</yexpand>
1841 <xshrink>False</xshrink>
1842 <yshrink>False</yshrink>
1843 <xfill>True</xfill>
1844 <yfill>True</yfill>
1845 </child>
1846
1847 <widget>
1848 <class>GtkLabel</class>
1849 <name>xftffi_length_label</name>
1850 <label>Length (ms):</label>
1851 <justify>GTK_JUSTIFY_LEFT</justify>
1852 <wrap>False</wrap>
1853 <xalign>0.5</xalign>
1854 <yalign>0.5</yalign>
1855 <xpad>0</xpad>
1856 <ypad>0</ypad>
1857 <child>
1858 <padding>0</padding>
1859 <expand>False</expand>
1860 <fill>False</fill>
1861 </child>
1862 </widget>
1863 </widget>
1864
1865 <widget>
1866 <class>GtkHBox</class>
1867 <name>xftffi_volume_hbox</name>
1868 <homogeneous>False</homogeneous>
1869 <spacing>0</spacing>
1870 <child>
1871 <left_attach>0</left_attach>
1872 <right_attach>1</right_attach>
1873 <top_attach>2</top_attach>
1874 <bottom_attach>3</bottom_attach>
1875 <xpad>0</xpad>
1876 <ypad>0</ypad>
1877 <xexpand>False</xexpand>
1878 <yexpand>True</yexpand>
1879 <xshrink>False</xshrink>
1880 <yshrink>False</yshrink>
1881 <xfill>True</xfill>
1882 <yfill>True</yfill>
1883 </child>
1884
1885 <widget>
1886 <class>GtkLabel</class>
1887 <name>xftffi_volume_label</name>
1888 <label>Start volume (%):</label>
1889 <justify>GTK_JUSTIFY_LEFT</justify>
1890 <wrap>False</wrap>
1891 <xalign>0.5</xalign>
1892 <yalign>0.5</yalign>
1893 <xpad>0</xpad>
1894 <ypad>0</ypad>
1895 <child>
1896 <padding>0</padding>
1897 <expand>False</expand>
1898 <fill>False</fill>
1899 </child>
1900 </widget>
1901 </widget>
1902
1903 <widget>
1904 <class>GtkSpinButton</class>
1905 <name>xftffi_length_spin</name>
1906 <tooltip>Set the duration for the fadein of the next song.</tooltip>
1907 <can_focus>True</can_focus>
1908 <signal>
1909 <name>changed</name>
1910 <handler>on_xftffi_length_spin_changed</handler>
1911 <last_modification_time>Thu, 18 Oct 2001 00:10:55 GMT</last_modification_time>
1912 </signal>
1913 <climb_rate>0</climb_rate>
1914 <digits>0</digits>
1915 <numeric>True</numeric>
1916 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1917 <snap>False</snap>
1918 <wrap>False</wrap>
1919 <value>1000</value>
1920 <lower>0</lower>
1921 <upper>60000</upper>
1922 <step>100</step>
1923 <page>1000</page>
1924 <page_size>10</page_size>
1925 <child>
1926 <left_attach>1</left_attach>
1927 <right_attach>2</right_attach>
1928 <top_attach>1</top_attach>
1929 <bottom_attach>2</bottom_attach>
1930 <xpad>0</xpad>
1931 <ypad>0</ypad>
1932 <xexpand>True</xexpand>
1933 <yexpand>False</yexpand>
1934 <xshrink>False</xshrink>
1935 <yshrink>False</yshrink>
1936 <xfill>True</xfill>
1937 <yfill>False</yfill>
1938 </child>
1939 </widget>
1940
1941 <widget>
1942 <class>GtkCheckButton</class>
1943 <name>xftffi_enable_check</name>
1944 <can_focus>True</can_focus>
1945 <signal>
1946 <name>toggled</name>
1947 <handler>on_xftffi_enable_check_toggled</handler>
1948 <last_modification_time>Wed, 17 Oct 2001 14:12:35 GMT</last_modification_time>
1949 </signal>
1950 <label>Enable</label>
1951 <active>False</active>
1952 <draw_indicator>True</draw_indicator>
1953 <child>
1954 <left_attach>1</left_attach>
1955 <right_attach>2</right_attach>
1956 <top_attach>0</top_attach>
1957 <bottom_attach>1</bottom_attach>
1958 <xpad>0</xpad>
1959 <ypad>0</ypad>
1960 <xexpand>True</xexpand>
1961 <yexpand>False</yexpand>
1962 <xshrink>False</xshrink>
1963 <yshrink>False</yshrink>
1964 <xfill>True</xfill>
1965 <yfill>False</yfill>
1966 </child>
1967 </widget>
1968
1969 <widget>
1970 <class>GtkSpinButton</class>
1971 <name>xftffi_volume_spin</name>
1972 <tooltip>Set the start volume. XMMS-crossfade will fade from this volume to 100% during the time specified above.
1973 Default: 0</tooltip>
1974 <can_focus>True</can_focus>
1975 <signal>
1976 <name>changed</name>
1977 <handler>on_xftffi_volume_spin_changed</handler>
1978 <last_modification_time>Thu, 18 Oct 2001 00:11:02 GMT</last_modification_time>
1979 </signal>
1980 <climb_rate>0</climb_rate>
1981 <digits>0</digits>
1982 <numeric>True</numeric>
1983 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
1984 <snap>False</snap>
1985 <wrap>False</wrap>
1986 <value>0</value>
1987 <lower>0</lower>
1988 <upper>100</upper>
1989 <step>1</step>
1990 <page>10</page>
1991 <page_size>10</page_size>
1992 <child>
1993 <left_attach>1</left_attach>
1994 <right_attach>2</right_attach>
1995 <top_attach>2</top_attach>
1996 <bottom_attach>3</bottom_attach>
1997 <xpad>0</xpad>
1998 <ypad>0</ypad>
1999 <xexpand>True</xexpand>
2000 <yexpand>False</yexpand>
2001 <xshrink>False</xshrink>
2002 <yshrink>False</yshrink>
2003 <xfill>True</xfill>
2004 <yfill>False</yfill>
2005 </child>
2006 </widget>
2007 </widget>
2008 </widget>
2009 </widget>
2010
2011 <widget>
2012 <class>GtkLabel</class>
2013 <child_name>Notebook:tab</child_name>
2014 <name>xft_flush_label</name>
2015 <label>Flush</label>
2016 <justify>GTK_JUSTIFY_CENTER</justify>
2017 <wrap>False</wrap>
2018 <xalign>0.5</xalign>
2019 <yalign>0.5</yalign>
2020 <xpad>0</xpad>
2021 <ypad>0</ypad>
2022 </widget>
2023
2024 <widget>
2025 <class>Placeholder</class>
2026 </widget>
2027
2028 <widget>
2029 <class>GtkLabel</class>
2030 <child_name>Notebook:tab</child_name>
2031 <name>xft_none_label</name>
2032 <label>None</label>
2033 <justify>GTK_JUSTIFY_CENTER</justify>
2034 <wrap>False</wrap>
2035 <xalign>0.5</xalign>
2036 <yalign>0.5</yalign>
2037 <xpad>0</xpad>
2038 <ypad>0</ypad>
2039 </widget>
2040
2041 <widget>
2042 <class>GtkVBox</class>
2043 <name>xft_pause_page</name>
2044 <homogeneous>False</homogeneous>
2045 <spacing>5</spacing>
2046
2047 <widget>
2048 <class>GtkFrame</class>
2049 <name>xf_pause_frame</name>
2050 <label>Pause</label>
2051 <label_xalign>0</label_xalign>
2052 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2053 <child>
2054 <padding>0</padding>
2055 <expand>False</expand>
2056 <fill>False</fill>
2057 </child>
2058
2059 <widget>
2060 <class>GtkTable</class>
2061 <name>xf_pause_table</name>
2062 <border_width>5</border_width>
2063 <rows>1</rows>
2064 <columns>2</columns>
2065 <homogeneous>False</homogeneous>
2066 <row_spacing>2</row_spacing>
2067 <column_spacing>5</column_spacing>
2068
2069 <widget>
2070 <class>GtkHBox</class>
2071 <name>pause_length_hbox</name>
2072 <homogeneous>False</homogeneous>
2073 <spacing>0</spacing>
2074 <child>
2075 <left_attach>0</left_attach>
2076 <right_attach>1</right_attach>
2077 <top_attach>0</top_attach>
2078 <bottom_attach>1</bottom_attach>
2079 <xpad>0</xpad>
2080 <ypad>0</ypad>
2081 <xexpand>False</xexpand>
2082 <yexpand>True</yexpand>
2083 <xshrink>False</xshrink>
2084 <yshrink>False</yshrink>
2085 <xfill>True</xfill>
2086 <yfill>True</yfill>
2087 </child>
2088
2089 <widget>
2090 <class>GtkLabel</class>
2091 <name>pause_length_label</name>
2092 <label>Length (ms):</label>
2093 <justify>GTK_JUSTIFY_LEFT</justify>
2094 <wrap>False</wrap>
2095 <xalign>0.5</xalign>
2096 <yalign>0.5</yalign>
2097 <xpad>0</xpad>
2098 <ypad>0</ypad>
2099 <child>
2100 <padding>0</padding>
2101 <expand>False</expand>
2102 <fill>False</fill>
2103 </child>
2104 </widget>
2105 </widget>
2106
2107 <widget>
2108 <class>GtkSpinButton</class>
2109 <name>pause_length_spin</name>
2110 <tooltip>Specify the length of the silence to be inserted between the tracks.
2111 Default: 2000</tooltip>
2112 <can_focus>True</can_focus>
2113 <signal>
2114 <name>changed</name>
2115 <handler>on_pause_length_spin_changed</handler>
2116 <last_modification_time>Mon, 18 Sep 2000 13:23:22 GMT</last_modification_time>
2117 </signal>
2118 <climb_rate>0</climb_rate>
2119 <digits>0</digits>
2120 <numeric>True</numeric>
2121 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2122 <snap>False</snap>
2123 <wrap>False</wrap>
2124 <value>1000</value>
2125 <lower>0</lower>
2126 <upper>60000</upper>
2127 <step>100</step>
2128 <page>1000</page>
2129 <page_size>10</page_size>
2130 <child>
2131 <left_attach>1</left_attach>
2132 <right_attach>2</right_attach>
2133 <top_attach>0</top_attach>
2134 <bottom_attach>1</bottom_attach>
2135 <xpad>0</xpad>
2136 <ypad>0</ypad>
2137 <xexpand>True</xexpand>
2138 <yexpand>False</yexpand>
2139 <xshrink>False</xshrink>
2140 <yshrink>False</yshrink>
2141 <xfill>True</xfill>
2142 <yfill>False</yfill>
2143 </child>
2144 </widget>
2145 </widget>
2146 </widget>
2147 </widget>
2148
2149 <widget>
2150 <class>GtkLabel</class>
2151 <child_name>Notebook:tab</child_name>
2152 <name>xft_pause_label</name>
2153 <label>Pause</label>
2154 <justify>GTK_JUSTIFY_CENTER</justify>
2155 <wrap>False</wrap>
2156 <xalign>0.5</xalign>
2157 <yalign>0.5</yalign>
2158 <xpad>0</xpad>
2159 <ypad>0</ypad>
2160 </widget>
2161
2162 <widget>
2163 <class>GtkVBox</class>
2164 <name>xft_simplexf_page</name>
2165 <homogeneous>False</homogeneous>
2166 <spacing>5</spacing>
2167
2168 <widget>
2169 <class>GtkFrame</class>
2170 <name>xf_simple_frame</name>
2171 <label>Crossfade</label>
2172 <label_xalign>0</label_xalign>
2173 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2174 <child>
2175 <padding>0</padding>
2176 <expand>False</expand>
2177 <fill>False</fill>
2178 </child>
2179
2180 <widget>
2181 <class>GtkTable</class>
2182 <name>xf_simple_table</name>
2183 <border_width>5</border_width>
2184 <rows>1</rows>
2185 <columns>2</columns>
2186 <homogeneous>False</homogeneous>
2187 <row_spacing>2</row_spacing>
2188 <column_spacing>5</column_spacing>
2189
2190 <widget>
2191 <class>GtkHBox</class>
2192 <name>simple_length_hbox</name>
2193 <homogeneous>False</homogeneous>
2194 <spacing>0</spacing>
2195 <child>
2196 <left_attach>0</left_attach>
2197 <right_attach>1</right_attach>
2198 <top_attach>0</top_attach>
2199 <bottom_attach>1</bottom_attach>
2200 <xpad>0</xpad>
2201 <ypad>0</ypad>
2202 <xexpand>False</xexpand>
2203 <yexpand>True</yexpand>
2204 <xshrink>False</xshrink>
2205 <yshrink>False</yshrink>
2206 <xfill>True</xfill>
2207 <yfill>True</yfill>
2208 </child>
2209
2210 <widget>
2211 <class>GtkLabel</class>
2212 <name>simple_length_label</name>
2213 <label>Length (ms):</label>
2214 <justify>GTK_JUSTIFY_LEFT</justify>
2215 <wrap>False</wrap>
2216 <xalign>0.5</xalign>
2217 <yalign>0.5</yalign>
2218 <xpad>0</xpad>
2219 <ypad>0</ypad>
2220 <child>
2221 <padding>0</padding>
2222 <expand>False</expand>
2223 <fill>False</fill>
2224 </child>
2225 </widget>
2226 </widget>
2227
2228 <widget>
2229 <class>GtkSpinButton</class>
2230 <name>simple_length_spin</name>
2231 <tooltip>Specify the length of the crosssfade.
2232 Default: depends on songchange type</tooltip>
2233 <can_focus>True</can_focus>
2234 <signal>
2235 <name>changed</name>
2236 <handler>on_simple_length_spin_changed</handler>
2237 <last_modification_time>Mon, 18 Sep 2000 13:23:48 GMT</last_modification_time>
2238 </signal>
2239 <climb_rate>0</climb_rate>
2240 <digits>0</digits>
2241 <numeric>True</numeric>
2242 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2243 <snap>False</snap>
2244 <wrap>False</wrap>
2245 <value>1500</value>
2246 <lower>0</lower>
2247 <upper>60000</upper>
2248 <step>100</step>
2249 <page>1000</page>
2250 <page_size>10</page_size>
2251 <child>
2252 <left_attach>1</left_attach>
2253 <right_attach>2</right_attach>
2254 <top_attach>0</top_attach>
2255 <bottom_attach>1</bottom_attach>
2256 <xpad>0</xpad>
2257 <ypad>0</ypad>
2258 <xexpand>True</xexpand>
2259 <yexpand>False</yexpand>
2260 <xshrink>False</xshrink>
2261 <yshrink>False</yshrink>
2262 <xfill>True</xfill>
2263 <yfill>False</yfill>
2264 </child>
2265 </widget>
2266 </widget>
2267 </widget>
2268 </widget>
2269
2270 <widget>
2271 <class>GtkLabel</class>
2272 <child_name>Notebook:tab</child_name>
2273 <name>xft_simplexf_label</name>
2274 <label>Simple XF</label>
2275 <justify>GTK_JUSTIFY_CENTER</justify>
2276 <wrap>False</wrap>
2277 <xalign>0.5</xalign>
2278 <yalign>0.5</yalign>
2279 <xpad>0</xpad>
2280 <ypad>0</ypad>
2281 </widget>
2282
2283 <widget>
2284 <class>GtkVBox</class>
2285 <name>xft_advancedxf_page</name>
2286 <homogeneous>False</homogeneous>
2287 <spacing>5</spacing>
2288
2289 <widget>
2290 <class>GtkFrame</class>
2291 <name>xf_fadeout_frame</name>
2292 <label>Fade out</label>
2293 <label_xalign>0</label_xalign>
2294 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2295 <child>
2296 <padding>0</padding>
2297 <expand>False</expand>
2298 <fill>False</fill>
2299 </child>
2300
2301 <widget>
2302 <class>GtkTable</class>
2303 <name>xf_fadeout_table</name>
2304 <border_width>5</border_width>
2305 <rows>3</rows>
2306 <columns>2</columns>
2307 <homogeneous>False</homogeneous>
2308 <row_spacing>2</row_spacing>
2309 <column_spacing>5</column_spacing>
2310
2311 <widget>
2312 <class>GtkHBox</class>
2313 <name>fadeout_length_hbox</name>
2314 <homogeneous>False</homogeneous>
2315 <spacing>0</spacing>
2316 <child>
2317 <left_attach>0</left_attach>
2318 <right_attach>1</right_attach>
2319 <top_attach>1</top_attach>
2320 <bottom_attach>2</bottom_attach>
2321 <xpad>0</xpad>
2322 <ypad>0</ypad>
2323 <xexpand>False</xexpand>
2324 <yexpand>True</yexpand>
2325 <xshrink>False</xshrink>
2326 <yshrink>False</yshrink>
2327 <xfill>True</xfill>
2328 <yfill>True</yfill>
2329 </child>
2330
2331 <widget>
2332 <class>GtkLabel</class>
2333 <name>fadeout_length_label</name>
2334 <label>Length (ms):</label>
2335 <justify>GTK_JUSTIFY_LEFT</justify>
2336 <wrap>False</wrap>
2337 <xalign>0.5</xalign>
2338 <yalign>0.5</yalign>
2339 <xpad>0</xpad>
2340 <ypad>0</ypad>
2341 <child>
2342 <padding>0</padding>
2343 <expand>False</expand>
2344 <fill>False</fill>
2345 </child>
2346 </widget>
2347 </widget>
2348
2349 <widget>
2350 <class>GtkSpinButton</class>
2351 <name>fadeout_length_spin</name>
2352 <tooltip>Set the duration for the fadeout of the previous song.</tooltip>
2353 <can_focus>True</can_focus>
2354 <signal>
2355 <name>changed</name>
2356 <handler>on_fadeout_length_spin_changed</handler>
2357 <last_modification_time>Mon, 28 Aug 2000 13:03:25 GMT</last_modification_time>
2358 </signal>
2359 <climb_rate>0</climb_rate>
2360 <digits>0</digits>
2361 <numeric>True</numeric>
2362 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2363 <snap>False</snap>
2364 <wrap>False</wrap>
2365 <value>1000</value>
2366 <lower>0</lower>
2367 <upper>60000</upper>
2368 <step>100</step>
2369 <page>1000</page>
2370 <page_size>10</page_size>
2371 <child>
2372 <left_attach>1</left_attach>
2373 <right_attach>2</right_attach>
2374 <top_attach>1</top_attach>
2375 <bottom_attach>2</bottom_attach>
2376 <xpad>0</xpad>
2377 <ypad>0</ypad>
2378 <xexpand>True</xexpand>
2379 <yexpand>False</yexpand>
2380 <xshrink>False</xshrink>
2381 <yshrink>False</yshrink>
2382 <xfill>True</xfill>
2383 <yfill>False</yfill>
2384 </child>
2385 </widget>
2386
2387 <widget>
2388 <class>GtkHBox</class>
2389 <name>fadeout_volume_hbox</name>
2390 <homogeneous>False</homogeneous>
2391 <spacing>0</spacing>
2392 <child>
2393 <left_attach>0</left_attach>
2394 <right_attach>1</right_attach>
2395 <top_attach>2</top_attach>
2396 <bottom_attach>3</bottom_attach>
2397 <xpad>0</xpad>
2398 <ypad>0</ypad>
2399 <xexpand>False</xexpand>
2400 <yexpand>True</yexpand>
2401 <xshrink>False</xshrink>
2402 <yshrink>False</yshrink>
2403 <xfill>True</xfill>
2404 <yfill>True</yfill>
2405 </child>
2406
2407 <widget>
2408 <class>GtkLabel</class>
2409 <name>fadeout_volume_label</name>
2410 <label>End volume (%):</label>
2411 <justify>GTK_JUSTIFY_LEFT</justify>
2412 <wrap>False</wrap>
2413 <xalign>0.5</xalign>
2414 <yalign>0.5</yalign>
2415 <xpad>0</xpad>
2416 <ypad>0</ypad>
2417 <child>
2418 <padding>0</padding>
2419 <expand>False</expand>
2420 <fill>False</fill>
2421 </child>
2422 </widget>
2423 </widget>
2424
2425 <widget>
2426 <class>GtkSpinButton</class>
2427 <name>fadeout_volume_spin</name>
2428 <tooltip>Set the end volume. XMMS-crossfade will fade from 100% to this volume during the time specified above.
2429 Default: 0</tooltip>
2430 <can_focus>True</can_focus>
2431 <signal>
2432 <name>changed</name>
2433 <handler>on_fadeout_volume_spin_changed</handler>
2434 <last_modification_time>Mon, 28 Aug 2000 12:59:03 GMT</last_modification_time>
2435 </signal>
2436 <climb_rate>0</climb_rate>
2437 <digits>0</digits>
2438 <numeric>True</numeric>
2439 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2440 <snap>False</snap>
2441 <wrap>False</wrap>
2442 <value>0</value>
2443 <lower>0</lower>
2444 <upper>100</upper>
2445 <step>1</step>
2446 <page>10</page>
2447 <page_size>10</page_size>
2448 <child>
2449 <left_attach>1</left_attach>
2450 <right_attach>2</right_attach>
2451 <top_attach>2</top_attach>
2452 <bottom_attach>3</bottom_attach>
2453 <xpad>0</xpad>
2454 <ypad>0</ypad>
2455 <xexpand>True</xexpand>
2456 <yexpand>False</yexpand>
2457 <xshrink>False</xshrink>
2458 <yshrink>False</yshrink>
2459 <xfill>True</xfill>
2460 <yfill>False</yfill>
2461 </child>
2462 </widget>
2463
2464 <widget>
2465 <class>GtkHBox</class>
2466 <name>fadeout_options_hbox</name>
2467 <homogeneous>False</homogeneous>
2468 <spacing>5</spacing>
2469 <child>
2470 <left_attach>1</left_attach>
2471 <right_attach>2</right_attach>
2472 <top_attach>0</top_attach>
2473 <bottom_attach>1</bottom_attach>
2474 <xpad>0</xpad>
2475 <ypad>0</ypad>
2476 <xexpand>False</xexpand>
2477 <yexpand>True</yexpand>
2478 <xshrink>False</xshrink>
2479 <yshrink>False</yshrink>
2480 <xfill>True</xfill>
2481 <yfill>True</yfill>
2482 </child>
2483
2484 <widget>
2485 <class>GtkCheckButton</class>
2486 <name>fadeout_enable_check</name>
2487 <can_focus>True</can_focus>
2488 <signal>
2489 <name>toggled</name>
2490 <handler>on_fadeout_enable_check_toggled</handler>
2491 <last_modification_time>Fri, 25 Aug 2000 11:19:21 GMT</last_modification_time>
2492 </signal>
2493 <label>Enable</label>
2494 <active>False</active>
2495 <draw_indicator>True</draw_indicator>
2496 <child>
2497 <padding>0</padding>
2498 <expand>False</expand>
2499 <fill>False</fill>
2500 </child>
2501 </widget>
2502 </widget>
2503 </widget>
2504 </widget>
2505
2506 <widget>
2507 <class>GtkFrame</class>
2508 <name>xf_offset_frame</name>
2509 <label>Offset</label>
2510 <label_xalign>0</label_xalign>
2511 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2512 <child>
2513 <padding>0</padding>
2514 <expand>False</expand>
2515 <fill>False</fill>
2516 </child>
2517
2518 <widget>
2519 <class>GtkTable</class>
2520 <name>xf_offset_table</name>
2521 <border_width>5</border_width>
2522 <rows>4</rows>
2523 <columns>1</columns>
2524 <homogeneous>False</homogeneous>
2525 <row_spacing>2</row_spacing>
2526 <column_spacing>5</column_spacing>
2527
2528 <widget>
2529 <class>GtkHBox</class>
2530 <name>xfofs_custom_hbox</name>
2531 <homogeneous>False</homogeneous>
2532 <spacing>5</spacing>
2533 <child>
2534 <left_attach>0</left_attach>
2535 <right_attach>1</right_attach>
2536 <top_attach>3</top_attach>
2537 <bottom_attach>4</bottom_attach>
2538 <xpad>0</xpad>
2539 <ypad>0</ypad>
2540 <xexpand>False</xexpand>
2541 <yexpand>True</yexpand>
2542 <xshrink>False</xshrink>
2543 <yshrink>False</yshrink>
2544 <xfill>True</xfill>
2545 <yfill>True</yfill>
2546 </child>
2547
2548 <widget>
2549 <class>GtkRadioButton</class>
2550 <name>xfofs_custom_radiobutton</name>
2551 <tooltip>Set a custom offset.</tooltip>
2552 <can_focus>True</can_focus>
2553 <signal>
2554 <name>toggled</name>
2555 <handler>on_xfofs_custom_radiobutton_toggled</handler>
2556 <last_modification_time>Fri, 25 Aug 2000 11:19:49 GMT</last_modification_time>
2557 </signal>
2558 <signal>
2559 <name>clicked</name>
2560 <handler>on_xfofs_custom_radiobutton_clicked</handler>
2561 <last_modification_time>Mon, 27 Nov 2000 15:25:09 GMT</last_modification_time>
2562 </signal>
2563 <label>Custom (ms):</label>
2564 <active>False</active>
2565 <draw_indicator>True</draw_indicator>
2566 <group>offset_group</group>
2567 <child>
2568 <padding>0</padding>
2569 <expand>False</expand>
2570 <fill>False</fill>
2571 </child>
2572 </widget>
2573
2574 <widget>
2575 <class>GtkSpinButton</class>
2576 <name>xfofs_custom_spin</name>
2577 <tooltip>Set how much the end of the previous and the beginning of the next song should overlap.
2578 * Negative values indicate that the next song should start before the previous has reached the end.
2579 * A value of 0 means that the songs are concatenated seamlessly.
2580 * Positive values will yield insert silence inbetween..</tooltip>
2581 <can_focus>True</can_focus>
2582 <signal>
2583 <name>changed</name>
2584 <handler>on_xfofs_custom_spin_changed</handler>
2585 <last_modification_time>Wed, 30 Aug 2000 11:26:39 GMT</last_modification_time>
2586 </signal>
2587 <climb_rate>0</climb_rate>
2588 <digits>0</digits>
2589 <numeric>True</numeric>
2590 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2591 <snap>False</snap>
2592 <wrap>False</wrap>
2593 <value>-2000</value>
2594 <lower>-60000</lower>
2595 <upper>60000</upper>
2596 <step>100</step>
2597 <page>1000</page>
2598 <page_size>10</page_size>
2599 <child>
2600 <padding>0</padding>
2601 <expand>True</expand>
2602 <fill>True</fill>
2603 </child>
2604 </widget>
2605 </widget>
2606
2607 <widget>
2608 <class>GtkRadioButton</class>
2609 <name>xfofs_none_radiobutton</name>
2610 <tooltip>Don't overlap the two songs. The next song will start immediatelly after the previous has ended.</tooltip>
2611 <can_focus>True</can_focus>
2612 <signal>
2613 <name>clicked</name>
2614 <handler>on_xfofs_none_radiobutton_clicked</handler>
2615 <last_modification_time>Wed, 06 Sep 2000 16:21:04 GMT</last_modification_time>
2616 </signal>
2617 <signal>
2618 <name>toggled</name>
2619 <handler>on_xfofs_none_radiobutton_toggled</handler>
2620 <last_modification_time>Wed, 06 Sep 2000 16:22:00 GMT</last_modification_time>
2621 </signal>
2622 <label>None (0 ms)</label>
2623 <active>False</active>
2624 <draw_indicator>True</draw_indicator>
2625 <group>offset_group</group>
2626 <child>
2627 <left_attach>0</left_attach>
2628 <right_attach>1</right_attach>
2629 <top_attach>0</top_attach>
2630 <bottom_attach>1</bottom_attach>
2631 <xpad>0</xpad>
2632 <ypad>0</ypad>
2633 <xexpand>True</xexpand>
2634 <yexpand>False</yexpand>
2635 <xshrink>False</xshrink>
2636 <yshrink>False</yshrink>
2637 <xfill>True</xfill>
2638 <yfill>False</yfill>
2639 </child>
2640 </widget>
2641
2642 <widget>
2643 <class>GtkRadioButton</class>
2644 <name>xfofs_lockout_radiobutton</name>
2645 <tooltip>Overlap by the fadeout duration specified above.</tooltip>
2646 <can_focus>True</can_focus>
2647 <signal>
2648 <name>toggled</name>
2649 <handler>on_xfofs_lockout_radiobutton_toggled</handler>
2650 <last_modification_time>Fri, 25 Aug 2000 11:19:41 GMT</last_modification_time>
2651 </signal>
2652 <signal>
2653 <name>clicked</name>
2654 <handler>on_xfofs_lockout_radiobutton_clicked</handler>
2655 <last_modification_time>Fri, 15 Sep 2000 21:39:27 GMT</last_modification_time>
2656 </signal>
2657 <label>Lock to fadeout length</label>
2658 <active>False</active>
2659 <draw_indicator>True</draw_indicator>
2660 <group>offset_group</group>
2661 <child>
2662 <left_attach>0</left_attach>
2663 <right_attach>1</right_attach>
2664 <top_attach>1</top_attach>
2665 <bottom_attach>2</bottom_attach>
2666 <xpad>0</xpad>
2667 <ypad>0</ypad>
2668 <xexpand>True</xexpand>
2669 <yexpand>False</yexpand>
2670 <xshrink>False</xshrink>
2671 <yshrink>False</yshrink>
2672 <xfill>True</xfill>
2673 <yfill>False</yfill>
2674 </child>
2675 </widget>
2676
2677 <widget>
2678 <class>GtkRadioButton</class>
2679 <name>xfofs_lockin_radiobutton</name>
2680 <tooltip>Overlap by the fadein duration specified below..</tooltip>
2681 <can_focus>True</can_focus>
2682 <signal>
2683 <name>toggled</name>
2684 <handler>on_xfofs_lockin_radiobutton_toggled</handler>
2685 <last_modification_time>Fri, 25 Aug 2000 11:19:54 GMT</last_modification_time>
2686 </signal>
2687 <signal>
2688 <name>clicked</name>
2689 <handler>on_xfofs_lockin_radiobutton_clicked</handler>
2690 <last_modification_time>Mon, 27 Nov 2000 15:25:03 GMT</last_modification_time>
2691 </signal>
2692 <label>Lock to fadein length</label>
2693 <active>False</active>
2694 <draw_indicator>True</draw_indicator>
2695 <group>offset_group</group>
2696 <child>
2697 <left_attach>0</left_attach>
2698 <right_attach>1</right_attach>
2699 <top_attach>2</top_attach>
2700 <bottom_attach>3</bottom_attach>
2701 <xpad>0</xpad>
2702 <ypad>0</ypad>
2703 <xexpand>True</xexpand>
2704 <yexpand>False</yexpand>
2705 <xshrink>False</xshrink>
2706 <yshrink>False</yshrink>
2707 <xfill>True</xfill>
2708 <yfill>False</yfill>
2709 </child>
2710 </widget>
2711 </widget>
2712 </widget>
2713
2714 <widget>
2715 <class>GtkFrame</class>
2716 <name>xf_fadein_frame</name>
2717 <label>Fade in</label>
2718 <label_xalign>0</label_xalign>
2719 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2720 <child>
2721 <padding>0</padding>
2722 <expand>False</expand>
2723 <fill>False</fill>
2724 </child>
2725
2726 <widget>
2727 <class>GtkTable</class>
2728 <name>xf_fadein_table</name>
2729 <border_width>5</border_width>
2730 <rows>3</rows>
2731 <columns>2</columns>
2732 <homogeneous>False</homogeneous>
2733 <row_spacing>2</row_spacing>
2734 <column_spacing>5</column_spacing>
2735
2736 <widget>
2737 <class>GtkHBox</class>
2738 <name>fadein_length_hbox</name>
2739 <homogeneous>False</homogeneous>
2740 <spacing>0</spacing>
2741 <child>
2742 <left_attach>0</left_attach>
2743 <right_attach>1</right_attach>
2744 <top_attach>1</top_attach>
2745 <bottom_attach>2</bottom_attach>
2746 <xpad>0</xpad>
2747 <ypad>0</ypad>
2748 <xexpand>False</xexpand>
2749 <yexpand>True</yexpand>
2750 <xshrink>False</xshrink>
2751 <yshrink>False</yshrink>
2752 <xfill>True</xfill>
2753 <yfill>True</yfill>
2754 </child>
2755
2756 <widget>
2757 <class>GtkLabel</class>
2758 <name>fadein_length_label</name>
2759 <label>Length (ms):</label>
2760 <justify>GTK_JUSTIFY_LEFT</justify>
2761 <wrap>False</wrap>
2762 <xalign>0.5</xalign>
2763 <yalign>0.5</yalign>
2764 <xpad>0</xpad>
2765 <ypad>0</ypad>
2766 <child>
2767 <padding>0</padding>
2768 <expand>False</expand>
2769 <fill>False</fill>
2770 </child>
2771 </widget>
2772 </widget>
2773
2774 <widget>
2775 <class>GtkHBox</class>
2776 <name>fadein_volume_hbox</name>
2777 <homogeneous>False</homogeneous>
2778 <spacing>0</spacing>
2779 <child>
2780 <left_attach>0</left_attach>
2781 <right_attach>1</right_attach>
2782 <top_attach>2</top_attach>
2783 <bottom_attach>3</bottom_attach>
2784 <xpad>0</xpad>
2785 <ypad>0</ypad>
2786 <xexpand>False</xexpand>
2787 <yexpand>True</yexpand>
2788 <xshrink>False</xshrink>
2789 <yshrink>False</yshrink>
2790 <xfill>True</xfill>
2791 <yfill>True</yfill>
2792 </child>
2793
2794 <widget>
2795 <class>GtkLabel</class>
2796 <name>fadein_volume_label</name>
2797 <label>Start volume (%):</label>
2798 <justify>GTK_JUSTIFY_LEFT</justify>
2799 <wrap>False</wrap>
2800 <xalign>0.5</xalign>
2801 <yalign>0.5</yalign>
2802 <xpad>0</xpad>
2803 <ypad>0</ypad>
2804 <child>
2805 <padding>0</padding>
2806 <expand>False</expand>
2807 <fill>False</fill>
2808 </child>
2809 </widget>
2810 </widget>
2811
2812 <widget>
2813 <class>GtkSpinButton</class>
2814 <name>fadein_length_spin</name>
2815 <tooltip>Set the duration for the fadein of the next song.</tooltip>
2816 <can_focus>True</can_focus>
2817 <signal>
2818 <name>changed</name>
2819 <handler>on_fadein_length_spin_changed</handler>
2820 <last_modification_time>Mon, 28 Aug 2000 13:05:34 GMT</last_modification_time>
2821 </signal>
2822 <climb_rate>0</climb_rate>
2823 <digits>0</digits>
2824 <numeric>True</numeric>
2825 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2826 <snap>False</snap>
2827 <wrap>False</wrap>
2828 <value>1000</value>
2829 <lower>0</lower>
2830 <upper>60000</upper>
2831 <step>100</step>
2832 <page>1000</page>
2833 <page_size>10</page_size>
2834 <child>
2835 <left_attach>1</left_attach>
2836 <right_attach>2</right_attach>
2837 <top_attach>1</top_attach>
2838 <bottom_attach>2</bottom_attach>
2839 <xpad>0</xpad>
2840 <ypad>0</ypad>
2841 <xexpand>True</xexpand>
2842 <yexpand>False</yexpand>
2843 <xshrink>False</xshrink>
2844 <yshrink>False</yshrink>
2845 <xfill>True</xfill>
2846 <yfill>False</yfill>
2847 </child>
2848 </widget>
2849
2850 <widget>
2851 <class>GtkCheckButton</class>
2852 <name>fadein_enable_check</name>
2853 <can_focus>True</can_focus>
2854 <signal>
2855 <name>toggled</name>
2856 <handler>on_fadein_enable_check_toggled</handler>
2857 <last_modification_time>Fri, 25 Aug 2000 11:20:00 GMT</last_modification_time>
2858 </signal>
2859 <label> Enable</label>
2860 <active>False</active>
2861 <draw_indicator>True</draw_indicator>
2862 <child>
2863 <left_attach>1</left_attach>
2864 <right_attach>2</right_attach>
2865 <top_attach>0</top_attach>
2866 <bottom_attach>1</bottom_attach>
2867 <xpad>0</xpad>
2868 <ypad>0</ypad>
2869 <xexpand>True</xexpand>
2870 <yexpand>False</yexpand>
2871 <xshrink>False</xshrink>
2872 <yshrink>False</yshrink>
2873 <xfill>True</xfill>
2874 <yfill>False</yfill>
2875 </child>
2876 </widget>
2877
2878 <widget>
2879 <class>GtkCheckButton</class>
2880 <name>fadein_lock_check</name>
2881 <tooltip>Use the same settings as fade-out.</tooltip>
2882 <can_focus>True</can_focus>
2883 <signal>
2884 <name>toggled</name>
2885 <handler>on_fadein_lock_check_toggled</handler>
2886 <last_modification_time>Fri, 25 Aug 2000 11:20:04 GMT</last_modification_time>
2887 </signal>
2888 <label>Lock to Fade-out</label>
2889 <active>False</active>
2890 <draw_indicator>True</draw_indicator>
2891 <child>
2892 <left_attach>0</left_attach>
2893 <right_attach>1</right_attach>
2894 <top_attach>0</top_attach>
2895 <bottom_attach>1</bottom_attach>
2896 <xpad>0</xpad>
2897 <ypad>0</ypad>
2898 <xexpand>False</xexpand>
2899 <yexpand>False</yexpand>
2900 <xshrink>False</xshrink>
2901 <yshrink>False</yshrink>
2902 <xfill>True</xfill>
2903 <yfill>False</yfill>
2904 </child>
2905 </widget>
2906
2907 <widget>
2908 <class>GtkSpinButton</class>
2909 <name>fadein_volume_spin</name>
2910 <tooltip>Set the start volume. XMMS-crossfade will fade from this volume to 100% during the time specified above.
2911 Default: 0</tooltip>
2912 <can_focus>True</can_focus>
2913 <signal>
2914 <name>changed</name>
2915 <handler>on_fadein_volume_spin_changed</handler>
2916 <last_modification_time>Wed, 30 Aug 2000 11:26:23 GMT</last_modification_time>
2917 </signal>
2918 <climb_rate>0</climb_rate>
2919 <digits>0</digits>
2920 <numeric>True</numeric>
2921 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
2922 <snap>False</snap>
2923 <wrap>False</wrap>
2924 <value>0</value>
2925 <lower>0</lower>
2926 <upper>100</upper>
2927 <step>1</step>
2928 <page>10</page>
2929 <page_size>10</page_size>
2930 <child>
2931 <left_attach>1</left_attach>
2932 <right_attach>2</right_attach>
2933 <top_attach>2</top_attach>
2934 <bottom_attach>3</bottom_attach>
2935 <xpad>0</xpad>
2936 <ypad>0</ypad>
2937 <xexpand>True</xexpand>
2938 <yexpand>False</yexpand>
2939 <xshrink>False</xshrink>
2940 <yshrink>False</yshrink>
2941 <xfill>True</xfill>
2942 <yfill>False</yfill>
2943 </child>
2944 </widget>
2945 </widget>
2946 </widget>
2947 </widget>
2948
2949 <widget>
2950 <class>GtkLabel</class>
2951 <child_name>Notebook:tab</child_name>
2952 <name>xft_advancedxf_label</name>
2953 <label>Advanced XF</label>
2954 <justify>GTK_JUSTIFY_CENTER</justify>
2955 <wrap>False</wrap>
2956 <xalign>0.5</xalign>
2957 <yalign>0.5</yalign>
2958 <xpad>0</xpad>
2959 <ypad>0</ypad>
2960 </widget>
2961
2962 <widget>
2963 <class>GtkVBox</class>
2964 <name>xft_fadein_page</name>
2965 <homogeneous>False</homogeneous>
2966 <spacing>0</spacing>
2967
2968 <widget>
2969 <class>GtkFrame</class>
2970 <name>xftfi_fadein_frame</name>
2971 <label>Fade in</label>
2972 <label_xalign>0</label_xalign>
2973 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
2974 <child>
2975 <padding>0</padding>
2976 <expand>False</expand>
2977 <fill>False</fill>
2978 </child>
2979
2980 <widget>
2981 <class>GtkTable</class>
2982 <name>xftfi_fadein_table</name>
2983 <border_width>5</border_width>
2984 <rows>2</rows>
2985 <columns>2</columns>
2986 <homogeneous>False</homogeneous>
2987 <row_spacing>2</row_spacing>
2988 <column_spacing>5</column_spacing>
2989
2990 <widget>
2991 <class>GtkHBox</class>
2992 <name>xftfi_length_hbox</name>
2993 <homogeneous>False</homogeneous>
2994 <spacing>0</spacing>
2995 <child>
2996 <left_attach>0</left_attach>
2997 <right_attach>1</right_attach>
2998 <top_attach>0</top_attach>
2999 <bottom_attach>1</bottom_attach>
3000 <xpad>0</xpad>
3001 <ypad>0</ypad>
3002 <xexpand>False</xexpand>
3003 <yexpand>True</yexpand>
3004 <xshrink>False</xshrink>
3005 <yshrink>False</yshrink>
3006 <xfill>True</xfill>
3007 <yfill>True</yfill>
3008 </child>
3009
3010 <widget>
3011 <class>GtkLabel</class>
3012 <name>xftfi_length_label</name>
3013 <label>Length (ms):</label>
3014 <justify>GTK_JUSTIFY_LEFT</justify>
3015 <wrap>False</wrap>
3016 <xalign>0.5</xalign>
3017 <yalign>0.5</yalign>
3018 <xpad>0</xpad>
3019 <ypad>0</ypad>
3020 <child>
3021 <padding>0</padding>
3022 <expand>False</expand>
3023 <fill>False</fill>
3024 </child>
3025 </widget>
3026 </widget>
3027
3028 <widget>
3029 <class>GtkHBox</class>
3030 <name>xftfi_volume_hbox</name>
3031 <homogeneous>False</homogeneous>
3032 <spacing>0</spacing>
3033 <child>
3034 <left_attach>0</left_attach>
3035 <right_attach>1</right_attach>
3036 <top_attach>1</top_attach>
3037 <bottom_attach>2</bottom_attach>
3038 <xpad>0</xpad>
3039 <ypad>0</ypad>
3040 <xexpand>False</xexpand>
3041 <yexpand>True</yexpand>
3042 <xshrink>False</xshrink>
3043 <yshrink>False</yshrink>
3044 <xfill>True</xfill>
3045 <yfill>True</yfill>
3046 </child>
3047
3048 <widget>
3049 <class>GtkLabel</class>
3050 <name>xftfi_volume_label</name>
3051 <label>Start volume (%):</label>
3052 <justify>GTK_JUSTIFY_LEFT</justify>
3053 <wrap>False</wrap>
3054 <xalign>0.5</xalign>
3055 <yalign>0.5</yalign>
3056 <xpad>0</xpad>
3057 <ypad>0</ypad>
3058 <child>
3059 <padding>0</padding>
3060 <expand>False</expand>
3061 <fill>False</fill>
3062 </child>
3063 </widget>
3064 </widget>
3065
3066 <widget>
3067 <class>GtkSpinButton</class>
3068 <name>xftfi_length_spin</name>
3069 <tooltip>Set the duration for the fadein when starting playback.</tooltip>
3070 <can_focus>True</can_focus>
3071 <signal>
3072 <name>changed</name>
3073 <handler>on_fadein_length_spin_changed</handler>
3074 <last_modification_time>Sun, 04 Mar 2001 21:45:53 GMT</last_modification_time>
3075 </signal>
3076 <climb_rate>0</climb_rate>
3077 <digits>0</digits>
3078 <numeric>True</numeric>
3079 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3080 <snap>False</snap>
3081 <wrap>False</wrap>
3082 <value>1000</value>
3083 <lower>0</lower>
3084 <upper>60000</upper>
3085 <step>10</step>
3086 <page>100</page>
3087 <page_size>10</page_size>
3088 <child>
3089 <left_attach>1</left_attach>
3090 <right_attach>2</right_attach>
3091 <top_attach>0</top_attach>
3092 <bottom_attach>1</bottom_attach>
3093 <xpad>0</xpad>
3094 <ypad>0</ypad>
3095 <xexpand>True</xexpand>
3096 <yexpand>False</yexpand>
3097 <xshrink>False</xshrink>
3098 <yshrink>False</yshrink>
3099 <xfill>True</xfill>
3100 <yfill>False</yfill>
3101 </child>
3102 </widget>
3103
3104 <widget>
3105 <class>GtkSpinButton</class>
3106 <name>xftfi_volume_spin</name>
3107 <tooltip>Set the start volume. XMMS-crossfade will fade from this volume to 100% during the time specified above.
3108 Default: 0</tooltip>
3109 <can_focus>True</can_focus>
3110 <signal>
3111 <name>changed</name>
3112 <handler>on_fadein_volume_spin_changed</handler>
3113 <last_modification_time>Sun, 04 Mar 2001 21:46:52 GMT</last_modification_time>
3114 </signal>
3115 <climb_rate>0</climb_rate>
3116 <digits>0</digits>
3117 <numeric>True</numeric>
3118 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3119 <snap>False</snap>
3120 <wrap>False</wrap>
3121 <value>0</value>
3122 <lower>0</lower>
3123 <upper>100</upper>
3124 <step>1</step>
3125 <page>10</page>
3126 <page_size>10</page_size>
3127 <child>
3128 <left_attach>1</left_attach>
3129 <right_attach>2</right_attach>
3130 <top_attach>1</top_attach>
3131 <bottom_attach>2</bottom_attach>
3132 <xpad>0</xpad>
3133 <ypad>0</ypad>
3134 <xexpand>True</xexpand>
3135 <yexpand>False</yexpand>
3136 <xshrink>False</xshrink>
3137 <yshrink>False</yshrink>
3138 <xfill>True</xfill>
3139 <yfill>False</yfill>
3140 </child>
3141 </widget>
3142 </widget>
3143 </widget>
3144 </widget>
3145
3146 <widget>
3147 <class>GtkLabel</class>
3148 <child_name>Notebook:tab</child_name>
3149 <name>xft_fadein_label</name>
3150 <label>Fade in</label>
3151 <justify>GTK_JUSTIFY_CENTER</justify>
3152 <wrap>False</wrap>
3153 <xalign>0.5</xalign>
3154 <yalign>0.5</yalign>
3155 <xpad>0</xpad>
3156 <ypad>0</ypad>
3157 </widget>
3158
3159 <widget>
3160 <class>GtkVBox</class>
3161 <name>xft_fadeout_page</name>
3162 <homogeneous>False</homogeneous>
3163 <spacing>5</spacing>
3164
3165 <widget>
3166 <class>GtkFrame</class>
3167 <name>xftfo_fadeout_frame</name>
3168 <label>Fade out</label>
3169 <label_xalign>0</label_xalign>
3170 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3171 <child>
3172 <padding>0</padding>
3173 <expand>False</expand>
3174 <fill>False</fill>
3175 </child>
3176
3177 <widget>
3178 <class>GtkTable</class>
3179 <name>xftfo_fadeout_table</name>
3180 <border_width>5</border_width>
3181 <rows>2</rows>
3182 <columns>2</columns>
3183 <homogeneous>False</homogeneous>
3184 <row_spacing>2</row_spacing>
3185 <column_spacing>5</column_spacing>
3186
3187 <widget>
3188 <class>GtkHBox</class>
3189 <name>xftfo_length_hbox</name>
3190 <homogeneous>False</homogeneous>
3191 <spacing>0</spacing>
3192 <child>
3193 <left_attach>0</left_attach>
3194 <right_attach>1</right_attach>
3195 <top_attach>0</top_attach>
3196 <bottom_attach>1</bottom_attach>
3197 <xpad>0</xpad>
3198 <ypad>0</ypad>
3199 <xexpand>False</xexpand>
3200 <yexpand>True</yexpand>
3201 <xshrink>False</xshrink>
3202 <yshrink>False</yshrink>
3203 <xfill>True</xfill>
3204 <yfill>True</yfill>
3205 </child>
3206
3207 <widget>
3208 <class>GtkLabel</class>
3209 <name>xftfo_length_label</name>
3210 <label>Length (ms):</label>
3211 <justify>GTK_JUSTIFY_LEFT</justify>
3212 <wrap>False</wrap>
3213 <xalign>0.5</xalign>
3214 <yalign>0.5</yalign>
3215 <xpad>0</xpad>
3216 <ypad>0</ypad>
3217 <child>
3218 <padding>0</padding>
3219 <expand>False</expand>
3220 <fill>False</fill>
3221 </child>
3222 </widget>
3223 </widget>
3224
3225 <widget>
3226 <class>GtkSpinButton</class>
3227 <name>xftfo_length_spin</name>
3228 <tooltip>Set the duration for the fadeout of the last song.</tooltip>
3229 <can_focus>True</can_focus>
3230 <signal>
3231 <name>changed</name>
3232 <handler>on_fadeout_length_spin_changed</handler>
3233 <last_modification_time>Sun, 04 Mar 2001 21:47:08 GMT</last_modification_time>
3234 </signal>
3235 <climb_rate>0</climb_rate>
3236 <digits>0</digits>
3237 <numeric>True</numeric>
3238 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3239 <snap>False</snap>
3240 <wrap>False</wrap>
3241 <value>500</value>
3242 <lower>0</lower>
3243 <upper>60000</upper>
3244 <step>10</step>
3245 <page>100</page>
3246 <page_size>10</page_size>
3247 <child>
3248 <left_attach>1</left_attach>
3249 <right_attach>2</right_attach>
3250 <top_attach>0</top_attach>
3251 <bottom_attach>1</bottom_attach>
3252 <xpad>0</xpad>
3253 <ypad>0</ypad>
3254 <xexpand>True</xexpand>
3255 <yexpand>False</yexpand>
3256 <xshrink>False</xshrink>
3257 <yshrink>False</yshrink>
3258 <xfill>True</xfill>
3259 <yfill>False</yfill>
3260 </child>
3261 </widget>
3262
3263 <widget>
3264 <class>GtkHBox</class>
3265 <name>xftfo_volume_hbox</name>
3266 <homogeneous>False</homogeneous>
3267 <spacing>0</spacing>
3268 <child>
3269 <left_attach>0</left_attach>
3270 <right_attach>1</right_attach>
3271 <top_attach>1</top_attach>
3272 <bottom_attach>2</bottom_attach>
3273 <xpad>0</xpad>
3274 <ypad>0</ypad>
3275 <xexpand>False</xexpand>
3276 <yexpand>True</yexpand>
3277 <xshrink>False</xshrink>
3278 <yshrink>False</yshrink>
3279 <xfill>True</xfill>
3280 <yfill>True</yfill>
3281 </child>
3282
3283 <widget>
3284 <class>GtkLabel</class>
3285 <name>xftfo_volume_label</name>
3286 <label>End volume (%):</label>
3287 <justify>GTK_JUSTIFY_LEFT</justify>
3288 <wrap>False</wrap>
3289 <xalign>0.5</xalign>
3290 <yalign>0.5</yalign>
3291 <xpad>0</xpad>
3292 <ypad>0</ypad>
3293 <child>
3294 <padding>0</padding>
3295 <expand>False</expand>
3296 <fill>False</fill>
3297 </child>
3298 </widget>
3299 </widget>
3300
3301 <widget>
3302 <class>GtkSpinButton</class>
3303 <name>xftfo_volume_spin</name>
3304 <tooltip>Set the end volume. XMMS-crossfade will fade from 100% to this volume during the time specified above.
3305 Default: 0</tooltip>
3306 <can_focus>True</can_focus>
3307 <signal>
3308 <name>changed</name>
3309 <handler>on_fadeout_volume_spin_changed</handler>
3310 <last_modification_time>Sun, 04 Mar 2001 21:47:21 GMT</last_modification_time>
3311 </signal>
3312 <climb_rate>0</climb_rate>
3313 <digits>0</digits>
3314 <numeric>True</numeric>
3315 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3316 <snap>False</snap>
3317 <wrap>False</wrap>
3318 <value>0</value>
3319 <lower>0</lower>
3320 <upper>100</upper>
3321 <step>1</step>
3322 <page>10</page>
3323 <page_size>10</page_size>
3324 <child>
3325 <left_attach>1</left_attach>
3326 <right_attach>2</right_attach>
3327 <top_attach>1</top_attach>
3328 <bottom_attach>2</bottom_attach>
3329 <xpad>0</xpad>
3330 <ypad>0</ypad>
3331 <xexpand>True</xexpand>
3332 <yexpand>False</yexpand>
3333 <xshrink>False</xshrink>
3334 <yshrink>False</yshrink>
3335 <xfill>True</xfill>
3336 <yfill>False</yfill>
3337 </child>
3338 </widget>
3339 </widget>
3340 </widget>
3341
3342 <widget>
3343 <class>GtkFrame</class>
3344 <name>xftfo_silence_frame</name>
3345 <label>Additional silence</label>
3346 <label_xalign>0</label_xalign>
3347 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3348 <child>
3349 <padding>0</padding>
3350 <expand>False</expand>
3351 <fill>False</fill>
3352 </child>
3353
3354 <widget>
3355 <class>GtkTable</class>
3356 <name>xftfo_silence_table</name>
3357 <border_width>5</border_width>
3358 <rows>1</rows>
3359 <columns>2</columns>
3360 <homogeneous>False</homogeneous>
3361 <row_spacing>2</row_spacing>
3362 <column_spacing>5</column_spacing>
3363
3364 <widget>
3365 <class>GtkHBox</class>
3366 <name>xftfo_silence_hbox</name>
3367 <homogeneous>False</homogeneous>
3368 <spacing>0</spacing>
3369 <child>
3370 <left_attach>0</left_attach>
3371 <right_attach>1</right_attach>
3372 <top_attach>0</top_attach>
3373 <bottom_attach>1</bottom_attach>
3374 <xpad>0</xpad>
3375 <ypad>0</ypad>
3376 <xexpand>False</xexpand>
3377 <yexpand>True</yexpand>
3378 <xshrink>False</xshrink>
3379 <yshrink>False</yshrink>
3380 <xfill>True</xfill>
3381 <yfill>True</yfill>
3382 </child>
3383
3384 <widget>
3385 <class>GtkLabel</class>
3386 <name>xftfo_silence_label</name>
3387 <label>Length (ms):</label>
3388 <justify>GTK_JUSTIFY_LEFT</justify>
3389 <wrap>False</wrap>
3390 <xalign>0.5</xalign>
3391 <yalign>0.5</yalign>
3392 <xpad>0</xpad>
3393 <ypad>0</ypad>
3394 <child>
3395 <padding>0</padding>
3396 <expand>False</expand>
3397 <fill>False</fill>
3398 </child>
3399 </widget>
3400 </widget>
3401
3402 <widget>
3403 <class>GtkSpinButton</class>
3404 <name>xftfo_silence_spin</name>
3405 <tooltip>Set how much additional silence should be played after the end of the last song. This way, you can avoid the clicks some soundcards produce when being shut down during playback.
3406 Default: 500</tooltip>
3407 <can_focus>True</can_focus>
3408 <signal>
3409 <name>changed</name>
3410 <handler>on_xfofs_custom_spin_changed</handler>
3411 <last_modification_time>Wed, 30 Aug 2000 11:26:39 GMT</last_modification_time>
3412 </signal>
3413 <climb_rate>0</climb_rate>
3414 <digits>0</digits>
3415 <numeric>True</numeric>
3416 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3417 <snap>False</snap>
3418 <wrap>False</wrap>
3419 <value>100</value>
3420 <lower>0</lower>
3421 <upper>60000</upper>
3422 <step>10</step>
3423 <page>100</page>
3424 <page_size>10</page_size>
3425 <child>
3426 <left_attach>1</left_attach>
3427 <right_attach>2</right_attach>
3428 <top_attach>0</top_attach>
3429 <bottom_attach>1</bottom_attach>
3430 <xpad>0</xpad>
3431 <ypad>0</ypad>
3432 <xexpand>True</xexpand>
3433 <yexpand>False</yexpand>
3434 <xshrink>False</xshrink>
3435 <yshrink>False</yshrink>
3436 <xfill>True</xfill>
3437 <yfill>False</yfill>
3438 </child>
3439 </widget>
3440 </widget>
3441 </widget>
3442 </widget>
3443
3444 <widget>
3445 <class>GtkLabel</class>
3446 <child_name>Notebook:tab</child_name>
3447 <name>xft_fadeout_label</name>
3448 <label>Fade out</label>
3449 <justify>GTK_JUSTIFY_CENTER</justify>
3450 <wrap>False</wrap>
3451 <xalign>0.5</xalign>
3452 <yalign>0.5</yalign>
3453 <xpad>0</xpad>
3454 <ypad>0</ypad>
3455 </widget>
3456
3457 <widget>
3458 <class>Placeholder</class>
3459 </widget>
3460
3461 <widget>
3462 <class>GtkLabel</class>
3463 <child_name>Notebook:tab</child_name>
3464 <name>xft_pause_none_label</name>
3465 <label>None</label>
3466 <justify>GTK_JUSTIFY_CENTER</justify>
3467 <wrap>False</wrap>
3468 <xalign>0.5</xalign>
3469 <yalign>0.5</yalign>
3470 <xpad>0</xpad>
3471 <ypad>0</ypad>
3472 </widget>
3473
3474 <widget>
3475 <class>GtkVBox</class>
3476 <name>xft_pause_adv_page</name>
3477 <homogeneous>False</homogeneous>
3478 <spacing>5</spacing>
3479
3480 <widget>
3481 <class>GtkFrame</class>
3482 <name>xft_fadeoutin_frame</name>
3483 <label>Fade out / Fade in</label>
3484 <label_xalign>0</label_xalign>
3485 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3486 <child>
3487 <padding>0</padding>
3488 <expand>False</expand>
3489 <fill>False</fill>
3490 </child>
3491
3492 <widget>
3493 <class>GtkTable</class>
3494 <name>xft_fadeoutin_table</name>
3495 <border_width>5</border_width>
3496 <rows>3</rows>
3497 <columns>2</columns>
3498 <homogeneous>False</homogeneous>
3499 <row_spacing>2</row_spacing>
3500 <column_spacing>5</column_spacing>
3501
3502 <widget>
3503 <class>GtkSpinButton</class>
3504 <name>xftfoi_fadeout_spin</name>
3505 <tooltip>Set the duration for the fadeout when pausing.
3506 Default: 100
3507 </tooltip>
3508 <can_focus>True</can_focus>
3509 <signal>
3510 <name>changed</name>
3511 <handler>on_fadeout_length_spin_changed</handler>
3512 <last_modification_time>Wed, 12 Mar 2003 11:06:34 GMT</last_modification_time>
3513 </signal>
3514 <climb_rate>0</climb_rate>
3515 <digits>0</digits>
3516 <numeric>True</numeric>
3517 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3518 <snap>False</snap>
3519 <wrap>False</wrap>
3520 <value>100</value>
3521 <lower>0</lower>
3522 <upper>60000</upper>
3523 <step>10</step>
3524 <page>100</page>
3525 <page_size>10</page_size>
3526 <child>
3527 <left_attach>1</left_attach>
3528 <right_attach>2</right_attach>
3529 <top_attach>0</top_attach>
3530 <bottom_attach>1</bottom_attach>
3531 <xpad>0</xpad>
3532 <ypad>0</ypad>
3533 <xexpand>True</xexpand>
3534 <yexpand>False</yexpand>
3535 <xshrink>False</xshrink>
3536 <yshrink>False</yshrink>
3537 <xfill>True</xfill>
3538 <yfill>False</yfill>
3539 </child>
3540 </widget>
3541
3542 <widget>
3543 <class>GtkSpinButton</class>
3544 <name>xftfoi_silence_spin</name>
3545 <tooltip>Set how much additional silence should be played after pausing. This way, you can avoid the clicks some soundcards produce when entering pause.
3546 Default: 100</tooltip>
3547 <can_focus>True</can_focus>
3548 <signal>
3549 <name>changed</name>
3550 <handler>on_xfofs_custom_spin_changed</handler>
3551 <last_modification_time>Wed, 12 Mar 2003 11:07:25 GMT</last_modification_time>
3552 </signal>
3553 <climb_rate>0</climb_rate>
3554 <digits>0</digits>
3555 <numeric>True</numeric>
3556 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3557 <snap>False</snap>
3558 <wrap>False</wrap>
3559 <value>100</value>
3560 <lower>0</lower>
3561 <upper>60000</upper>
3562 <step>10</step>
3563 <page>100</page>
3564 <page_size>10</page_size>
3565 <child>
3566 <left_attach>1</left_attach>
3567 <right_attach>2</right_attach>
3568 <top_attach>1</top_attach>
3569 <bottom_attach>2</bottom_attach>
3570 <xpad>0</xpad>
3571 <ypad>0</ypad>
3572 <xexpand>True</xexpand>
3573 <yexpand>False</yexpand>
3574 <xshrink>False</xshrink>
3575 <yshrink>False</yshrink>
3576 <xfill>True</xfill>
3577 <yfill>False</yfill>
3578 </child>
3579 </widget>
3580
3581 <widget>
3582 <class>GtkSpinButton</class>
3583 <name>xftfoi_fadein_spin</name>
3584 <tooltip>Set the duration for the fadein when unpausing.
3585 Default: 100</tooltip>
3586 <can_focus>True</can_focus>
3587 <signal>
3588 <name>changed</name>
3589 <handler>on_fadein_length_spin_changed</handler>
3590 <last_modification_time>Wed, 12 Mar 2003 11:06:50 GMT</last_modification_time>
3591 </signal>
3592 <climb_rate>0</climb_rate>
3593 <digits>0</digits>
3594 <numeric>True</numeric>
3595 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3596 <snap>False</snap>
3597 <wrap>False</wrap>
3598 <value>100</value>
3599 <lower>0</lower>
3600 <upper>60000</upper>
3601 <step>10</step>
3602 <page>100</page>
3603 <page_size>10</page_size>
3604 <child>
3605 <left_attach>1</left_attach>
3606 <right_attach>2</right_attach>
3607 <top_attach>2</top_attach>
3608 <bottom_attach>3</bottom_attach>
3609 <xpad>0</xpad>
3610 <ypad>0</ypad>
3611 <xexpand>True</xexpand>
3612 <yexpand>False</yexpand>
3613 <xshrink>False</xshrink>
3614 <yshrink>False</yshrink>
3615 <xfill>True</xfill>
3616 <yfill>False</yfill>
3617 </child>
3618 </widget>
3619
3620 <widget>
3621 <class>GtkHBox</class>
3622 <name>xftfoi_fadein_hbox</name>
3623 <homogeneous>False</homogeneous>
3624 <spacing>0</spacing>
3625 <child>
3626 <left_attach>0</left_attach>
3627 <right_attach>1</right_attach>
3628 <top_attach>0</top_attach>
3629 <bottom_attach>1</bottom_attach>
3630 <xpad>0</xpad>
3631 <ypad>0</ypad>
3632 <xexpand>False</xexpand>
3633 <yexpand>False</yexpand>
3634 <xshrink>False</xshrink>
3635 <yshrink>False</yshrink>
3636 <xfill>True</xfill>
3637 <yfill>False</yfill>
3638 </child>
3639
3640 <widget>
3641 <class>GtkLabel</class>
3642 <name>xftfoi_fadein_label</name>
3643 <label>Fade out (ms):</label>
3644 <justify>GTK_JUSTIFY_LEFT</justify>
3645 <wrap>False</wrap>
3646 <xalign>0.5</xalign>
3647 <yalign>0.5</yalign>
3648 <xpad>0</xpad>
3649 <ypad>0</ypad>
3650 <child>
3651 <padding>0</padding>
3652 <expand>False</expand>
3653 <fill>False</fill>
3654 </child>
3655 </widget>
3656 </widget>
3657
3658 <widget>
3659 <class>GtkHBox</class>
3660 <name>xftfoi_silence_hbox</name>
3661 <homogeneous>False</homogeneous>
3662 <spacing>0</spacing>
3663 <child>
3664 <left_attach>0</left_attach>
3665 <right_attach>1</right_attach>
3666 <top_attach>1</top_attach>
3667 <bottom_attach>2</bottom_attach>
3668 <xpad>0</xpad>
3669 <ypad>0</ypad>
3670 <xexpand>False</xexpand>
3671 <yexpand>False</yexpand>
3672 <xshrink>False</xshrink>
3673 <yshrink>False</yshrink>
3674 <xfill>True</xfill>
3675 <yfill>False</yfill>
3676 </child>
3677
3678 <widget>
3679 <class>GtkLabel</class>
3680 <name>xftfoi_silence_label</name>
3681 <label>Silence (ms):</label>
3682 <justify>GTK_JUSTIFY_LEFT</justify>
3683 <wrap>False</wrap>
3684 <xalign>0.5</xalign>
3685 <yalign>0.5</yalign>
3686 <xpad>0</xpad>
3687 <ypad>0</ypad>
3688 <child>
3689 <padding>0</padding>
3690 <expand>False</expand>
3691 <fill>False</fill>
3692 </child>
3693 </widget>
3694 </widget>
3695
3696 <widget>
3697 <class>GtkHBox</class>
3698 <name>xftfoi_fadeout_hbox</name>
3699 <homogeneous>False</homogeneous>
3700 <spacing>0</spacing>
3701 <child>
3702 <left_attach>0</left_attach>
3703 <right_attach>1</right_attach>
3704 <top_attach>2</top_attach>
3705 <bottom_attach>3</bottom_attach>
3706 <xpad>0</xpad>
3707 <ypad>0</ypad>
3708 <xexpand>False</xexpand>
3709 <yexpand>False</yexpand>
3710 <xshrink>False</xshrink>
3711 <yshrink>False</yshrink>
3712 <xfill>True</xfill>
3713 <yfill>False</yfill>
3714 </child>
3715
3716 <widget>
3717 <class>GtkLabel</class>
3718 <name>xftfoi_fadeout_label</name>
3719 <label>Fade in (ms):</label>
3720 <justify>GTK_JUSTIFY_LEFT</justify>
3721 <wrap>False</wrap>
3722 <xalign>0.5</xalign>
3723 <yalign>0.5</yalign>
3724 <xpad>0</xpad>
3725 <ypad>0</ypad>
3726 <child>
3727 <padding>0</padding>
3728 <expand>False</expand>
3729 <fill>False</fill>
3730 </child>
3731 </widget>
3732 </widget>
3733 </widget>
3734 </widget>
3735 </widget>
3736
3737 <widget>
3738 <class>GtkLabel</class>
3739 <child_name>Notebook:tab</child_name>
3740 <name>xft_pause_adv_label</name>
3741 <label>Fade out / Fade in</label>
3742 <justify>GTK_JUSTIFY_CENTER</justify>
3743 <wrap>False</wrap>
3744 <xalign>0.5</xalign>
3745 <yalign>0.5</yalign>
3746 <xpad>0</xpad>
3747 <ypad>0</ypad>
3748 </widget>
3749 </widget>
3750 </widget>
3751
3752 <widget>
3753 <class>GtkLabel</class>
3754 <child_name>Notebook:tab</child_name>
3755 <name>config_crossfade_label</name>
3756 <label>Crossfader</label>
3757 <justify>GTK_JUSTIFY_CENTER</justify>
3758 <wrap>False</wrap>
3759 <xalign>0.5</xalign>
3760 <yalign>0.5</yalign>
3761 <xpad>0</xpad>
3762 <ypad>0</ypad>
3763 </widget>
3764
3765 <widget>
3766 <class>GtkVBox</class>
3767 <name>config_gapkiller_page</name>
3768 <border_width>5</border_width>
3769 <homogeneous>False</homogeneous>
3770 <spacing>5</spacing>
3771
3772 <widget>
3773 <class>GtkFrame</class>
3774 <name>gap_leading_frame</name>
3775 <label>Leading gap killer</label>
3776 <label_xalign>0</label_xalign>
3777 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3778 <child>
3779 <padding>0</padding>
3780 <expand>False</expand>
3781 <fill>True</fill>
3782 </child>
3783
3784 <widget>
3785 <class>GtkTable</class>
3786 <name>gap_leading_table</name>
3787 <border_width>5</border_width>
3788 <rows>3</rows>
3789 <columns>2</columns>
3790 <homogeneous>False</homogeneous>
3791 <row_spacing>2</row_spacing>
3792 <column_spacing>5</column_spacing>
3793
3794 <widget>
3795 <class>GtkSpinButton</class>
3796 <name>lgap_length_spin</name>
3797 <tooltip>Set the maximum length for gaps at the beginning of a stream.
3798 Default: 500</tooltip>
3799 <can_focus>True</can_focus>
3800 <signal>
3801 <name>changed</name>
3802 <handler>on_lgap_length_spin_changed</handler>
3803 <last_modification_time>Sun, 27 Aug 2000 12:14:28 GMT</last_modification_time>
3804 </signal>
3805 <climb_rate>0</climb_rate>
3806 <digits>0</digits>
3807 <numeric>True</numeric>
3808 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3809 <snap>False</snap>
3810 <wrap>False</wrap>
3811 <value>500</value>
3812 <lower>0</lower>
3813 <upper>60000</upper>
3814 <step>10</step>
3815 <page>100</page>
3816 <page_size>10</page_size>
3817 <child>
3818 <left_attach>1</left_attach>
3819 <right_attach>2</right_attach>
3820 <top_attach>1</top_attach>
3821 <bottom_attach>2</bottom_attach>
3822 <xpad>0</xpad>
3823 <ypad>0</ypad>
3824 <xexpand>True</xexpand>
3825 <yexpand>False</yexpand>
3826 <xshrink>False</xshrink>
3827 <yshrink>False</yshrink>
3828 <xfill>True</xfill>
3829 <yfill>False</yfill>
3830 </child>
3831 </widget>
3832
3833 <widget>
3834 <class>GtkSpinButton</class>
3835 <name>lgap_level_spin</name>
3836 <tooltip>Set the maximum volume for gaps at the beginning of a stream. All samples below this value are considered as silent.
3837 Default: 512</tooltip>
3838 <can_focus>True</can_focus>
3839 <signal>
3840 <name>changed</name>
3841 <handler>on_lgap_level_spin_changed</handler>
3842 <last_modification_time>Sun, 27 Aug 2000 12:14:34 GMT</last_modification_time>
3843 </signal>
3844 <climb_rate>0</climb_rate>
3845 <digits>0</digits>
3846 <numeric>True</numeric>
3847 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
3848 <snap>False</snap>
3849 <wrap>False</wrap>
3850 <value>512</value>
3851 <lower>0</lower>
3852 <upper>32767</upper>
3853 <step>16</step>
3854 <page>256</page>
3855 <page_size>10</page_size>
3856 <child>
3857 <left_attach>1</left_attach>
3858 <right_attach>2</right_attach>
3859 <top_attach>2</top_attach>
3860 <bottom_attach>3</bottom_attach>
3861 <xpad>0</xpad>
3862 <ypad>0</ypad>
3863 <xexpand>True</xexpand>
3864 <yexpand>False</yexpand>
3865 <xshrink>False</xshrink>
3866 <yshrink>False</yshrink>
3867 <xfill>True</xfill>
3868 <yfill>False</yfill>
3869 </child>
3870 </widget>
3871
3872 <widget>
3873 <class>GtkHBox</class>
3874 <name>lgap_length_hbox</name>
3875 <homogeneous>False</homogeneous>
3876 <spacing>0</spacing>
3877 <child>
3878 <left_attach>0</left_attach>
3879 <right_attach>1</right_attach>
3880 <top_attach>1</top_attach>
3881 <bottom_attach>2</bottom_attach>
3882 <xpad>0</xpad>
3883 <ypad>0</ypad>
3884 <xexpand>False</xexpand>
3885 <yexpand>False</yexpand>
3886 <xshrink>False</xshrink>
3887 <yshrink>False</yshrink>
3888 <xfill>True</xfill>
3889 <yfill>True</yfill>
3890 </child>
3891
3892 <widget>
3893 <class>GtkLabel</class>
3894 <name>lgap_length_label</name>
3895 <label>Max. length (ms):</label>
3896 <justify>GTK_JUSTIFY_CENTER</justify>
3897 <wrap>False</wrap>
3898 <xalign>0.5</xalign>
3899 <yalign>0.5</yalign>
3900 <xpad>0</xpad>
3901 <ypad>0</ypad>
3902 <child>
3903 <padding>0</padding>
3904 <expand>False</expand>
3905 <fill>False</fill>
3906 </child>
3907 </widget>
3908 </widget>
3909
3910 <widget>
3911 <class>GtkHBox</class>
3912 <name>lgap_level_hbox</name>
3913 <homogeneous>False</homogeneous>
3914 <spacing>0</spacing>
3915 <child>
3916 <left_attach>0</left_attach>
3917 <right_attach>1</right_attach>
3918 <top_attach>2</top_attach>
3919 <bottom_attach>3</bottom_attach>
3920 <xpad>0</xpad>
3921 <ypad>0</ypad>
3922 <xexpand>False</xexpand>
3923 <yexpand>False</yexpand>
3924 <xshrink>False</xshrink>
3925 <yshrink>False</yshrink>
3926 <xfill>True</xfill>
3927 <yfill>True</yfill>
3928 </child>
3929
3930 <widget>
3931 <class>GtkLabel</class>
3932 <name>lgap_level_label</name>
3933 <label>Max. level (16bit sample):</label>
3934 <justify>GTK_JUSTIFY_CENTER</justify>
3935 <wrap>False</wrap>
3936 <xalign>0.5</xalign>
3937 <yalign>0.5</yalign>
3938 <xpad>0</xpad>
3939 <ypad>0</ypad>
3940 <child>
3941 <padding>0</padding>
3942 <expand>False</expand>
3943 <fill>False</fill>
3944 </child>
3945 </widget>
3946 </widget>
3947
3948 <widget>
3949 <class>GtkCheckButton</class>
3950 <name>lgap_enable_check</name>
3951 <can_focus>True</can_focus>
3952 <signal>
3953 <name>toggled</name>
3954 <handler>on_lgap_enable_check_toggled</handler>
3955 <last_modification_time>Fri, 25 Aug 2000 11:18:34 GMT</last_modification_time>
3956 </signal>
3957 <label>Enable</label>
3958 <active>False</active>
3959 <draw_indicator>True</draw_indicator>
3960 <child>
3961 <left_attach>1</left_attach>
3962 <right_attach>2</right_attach>
3963 <top_attach>0</top_attach>
3964 <bottom_attach>1</bottom_attach>
3965 <xpad>0</xpad>
3966 <ypad>0</ypad>
3967 <xexpand>False</xexpand>
3968 <yexpand>False</yexpand>
3969 <xshrink>False</xshrink>
3970 <yshrink>False</yshrink>
3971 <xfill>True</xfill>
3972 <yfill>False</yfill>
3973 </child>
3974 </widget>
3975 </widget>
3976 </widget>
3977
3978 <widget>
3979 <class>GtkFrame</class>
3980 <name>gap_trailing_frame</name>
3981 <label>Trailing gap killer</label>
3982 <label_xalign>0</label_xalign>
3983 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
3984 <child>
3985 <padding>0</padding>
3986 <expand>False</expand>
3987 <fill>True</fill>
3988 </child>
3989
3990 <widget>
3991 <class>GtkTable</class>
3992 <name>gap_trailing_table</name>
3993 <border_width>5</border_width>
3994 <rows>3</rows>
3995 <columns>2</columns>
3996 <homogeneous>False</homogeneous>
3997 <row_spacing>2</row_spacing>
3998 <column_spacing>5</column_spacing>
3999
4000 <widget>
4001 <class>GtkHBox</class>
4002 <name>tgap_length_hbox</name>
4003 <homogeneous>False</homogeneous>
4004 <spacing>0</spacing>
4005 <child>
4006 <left_attach>0</left_attach>
4007 <right_attach>1</right_attach>
4008 <top_attach>1</top_attach>
4009 <bottom_attach>2</bottom_attach>
4010 <xpad>0</xpad>
4011 <ypad>0</ypad>
4012 <xexpand>False</xexpand>
4013 <yexpand>True</yexpand>
4014 <xshrink>False</xshrink>
4015 <yshrink>False</yshrink>
4016 <xfill>True</xfill>
4017 <yfill>True</yfill>
4018 </child>
4019
4020 <widget>
4021 <class>GtkLabel</class>
4022 <name>tgap_length_label</name>
4023 <label>Max. length (ms):</label>
4024 <justify>GTK_JUSTIFY_CENTER</justify>
4025 <wrap>False</wrap>
4026 <xalign>0.5</xalign>
4027 <yalign>0.5</yalign>
4028 <xpad>0</xpad>
4029 <ypad>0</ypad>
4030 <child>
4031 <padding>0</padding>
4032 <expand>False</expand>
4033 <fill>False</fill>
4034 </child>
4035 </widget>
4036 </widget>
4037
4038 <widget>
4039 <class>GtkHBox</class>
4040 <name>tgap_level_hbox</name>
4041 <homogeneous>False</homogeneous>
4042 <spacing>0</spacing>
4043 <child>
4044 <left_attach>0</left_attach>
4045 <right_attach>1</right_attach>
4046 <top_attach>2</top_attach>
4047 <bottom_attach>3</bottom_attach>
4048 <xpad>0</xpad>
4049 <ypad>0</ypad>
4050 <xexpand>False</xexpand>
4051 <yexpand>True</yexpand>
4052 <xshrink>False</xshrink>
4053 <yshrink>False</yshrink>
4054 <xfill>True</xfill>
4055 <yfill>True</yfill>
4056 </child>
4057
4058 <widget>
4059 <class>GtkLabel</class>
4060 <name>tgap_level_label</name>
4061 <label>Max. level (16bit sample):</label>
4062 <justify>GTK_JUSTIFY_CENTER</justify>
4063 <wrap>False</wrap>
4064 <xalign>0.5</xalign>
4065 <yalign>0.5</yalign>
4066 <xpad>0</xpad>
4067 <ypad>0</ypad>
4068 <child>
4069 <padding>0</padding>
4070 <expand>False</expand>
4071 <fill>False</fill>
4072 </child>
4073 </widget>
4074 </widget>
4075
4076 <widget>
4077 <class>GtkSpinButton</class>
4078 <name>tgap_length_spin</name>
4079 <tooltip>Set the maximum length for gaps at the end of a stream.
4080 Default: 500</tooltip>
4081 <can_focus>True</can_focus>
4082 <signal>
4083 <name>changed</name>
4084 <handler>on_tgap_length_spin_changed</handler>
4085 <last_modification_time>Sun, 26 Nov 2000 19:29:53 GMT</last_modification_time>
4086 </signal>
4087 <climb_rate>0</climb_rate>
4088 <digits>0</digits>
4089 <numeric>True</numeric>
4090 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4091 <snap>False</snap>
4092 <wrap>False</wrap>
4093 <value>500</value>
4094 <lower>0</lower>
4095 <upper>60000</upper>
4096 <step>10</step>
4097 <page>100</page>
4098 <page_size>10</page_size>
4099 <child>
4100 <left_attach>1</left_attach>
4101 <right_attach>2</right_attach>
4102 <top_attach>1</top_attach>
4103 <bottom_attach>2</bottom_attach>
4104 <xpad>0</xpad>
4105 <ypad>0</ypad>
4106 <xexpand>True</xexpand>
4107 <yexpand>False</yexpand>
4108 <xshrink>False</xshrink>
4109 <yshrink>False</yshrink>
4110 <xfill>True</xfill>
4111 <yfill>False</yfill>
4112 </child>
4113 </widget>
4114
4115 <widget>
4116 <class>GtkSpinButton</class>
4117 <name>tgap_level_spin</name>
4118 <tooltip>Set the maximum volume for gaps at the end of a stream. All samples below this value are considered as silent.
4119 Default: 512</tooltip>
4120 <can_focus>True</can_focus>
4121 <signal>
4122 <name>changed</name>
4123 <handler>on_tgap_level_spin_changed</handler>
4124 <last_modification_time>Sun, 26 Nov 2000 19:30:03 GMT</last_modification_time>
4125 </signal>
4126 <climb_rate>0</climb_rate>
4127 <digits>0</digits>
4128 <numeric>True</numeric>
4129 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4130 <snap>False</snap>
4131 <wrap>False</wrap>
4132 <value>512</value>
4133 <lower>0</lower>
4134 <upper>32767</upper>
4135 <step>1</step>
4136 <page>16</page>
4137 <page_size>10</page_size>
4138 <child>
4139 <left_attach>1</left_attach>
4140 <right_attach>2</right_attach>
4141 <top_attach>2</top_attach>
4142 <bottom_attach>3</bottom_attach>
4143 <xpad>0</xpad>
4144 <ypad>0</ypad>
4145 <xexpand>True</xexpand>
4146 <yexpand>False</yexpand>
4147 <xshrink>False</xshrink>
4148 <yshrink>False</yshrink>
4149 <xfill>True</xfill>
4150 <yfill>False</yfill>
4151 </child>
4152 </widget>
4153
4154 <widget>
4155 <class>GtkCheckButton</class>
4156 <name>tgap_lock_check</name>
4157 <tooltip>Use the same settings as above.</tooltip>
4158 <can_focus>True</can_focus>
4159 <signal>
4160 <name>toggled</name>
4161 <handler>on_tgap_lock_check_toggled</handler>
4162 <last_modification_time>Fri, 25 Aug 2000 11:18:47 GMT</last_modification_time>
4163 </signal>
4164 <label>Lock to Leading</label>
4165 <active>False</active>
4166 <draw_indicator>True</draw_indicator>
4167 <child>
4168 <left_attach>0</left_attach>
4169 <right_attach>1</right_attach>
4170 <top_attach>0</top_attach>
4171 <bottom_attach>1</bottom_attach>
4172 <xpad>0</xpad>
4173 <ypad>0</ypad>
4174 <xexpand>False</xexpand>
4175 <yexpand>False</yexpand>
4176 <xshrink>False</xshrink>
4177 <yshrink>False</yshrink>
4178 <xfill>True</xfill>
4179 <yfill>False</yfill>
4180 </child>
4181 </widget>
4182
4183 <widget>
4184 <class>GtkCheckButton</class>
4185 <name>tgap_enable_check</name>
4186 <can_focus>True</can_focus>
4187 <signal>
4188 <name>toggled</name>
4189 <handler>on_tgap_enable_check_toggled</handler>
4190 <last_modification_time>Fri, 08 Sep 2000 17:53:52 GMT</last_modification_time>
4191 </signal>
4192 <label>Enable</label>
4193 <active>False</active>
4194 <draw_indicator>True</draw_indicator>
4195 <child>
4196 <left_attach>1</left_attach>
4197 <right_attach>2</right_attach>
4198 <top_attach>0</top_attach>
4199 <bottom_attach>1</bottom_attach>
4200 <xpad>0</xpad>
4201 <ypad>0</ypad>
4202 <xexpand>False</xexpand>
4203 <yexpand>False</yexpand>
4204 <xshrink>False</xshrink>
4205 <yshrink>False</yshrink>
4206 <xfill>True</xfill>
4207 <yfill>False</yfill>
4208 </child>
4209 </widget>
4210 </widget>
4211 </widget>
4212
4213 <widget>
4214 <class>GtkFrame</class>
4215 <name>gap_advanced_frame</name>
4216 <label>Advanced</label>
4217 <label_xalign>0</label_xalign>
4218 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4219 <child>
4220 <padding>0</padding>
4221 <expand>False</expand>
4222 <fill>False</fill>
4223 </child>
4224
4225 <widget>
4226 <class>GtkVBox</class>
4227 <name>gap_advanced_vbox</name>
4228 <border_width>5</border_width>
4229 <homogeneous>False</homogeneous>
4230 <spacing>0</spacing>
4231
4232 <widget>
4233 <class>GtkCheckButton</class>
4234 <name>gadv_crossing_check</name>
4235 <tooltip>If enabled, XMMS-crossfade will take additional care to avoid clicks with pre-faded (gapless) tracks. XMMS-crossfade will cut off the end of the previous song (the beginning of the next song) only at a zero-crossing of the sample values.
4236 Default: On</tooltip>
4237 <can_focus>True</can_focus>
4238 <label>Skip to next zero crossing</label>
4239 <active>False</active>
4240 <draw_indicator>True</draw_indicator>
4241 <child>
4242 <padding>0</padding>
4243 <expand>False</expand>
4244 <fill>False</fill>
4245 </child>
4246 </widget>
4247 </widget>
4248 </widget>
4249 </widget>
4250
4251 <widget>
4252 <class>GtkLabel</class>
4253 <child_name>Notebook:tab</child_name>
4254 <name>config_gapkiller_label</name>
4255 <label>Gap Killer</label>
4256 <justify>GTK_JUSTIFY_CENTER</justify>
4257 <wrap>False</wrap>
4258 <xalign>0.5</xalign>
4259 <yalign>0.5</yalign>
4260 <xpad>0</xpad>
4261 <ypad>0</ypad>
4262 </widget>
4263
4264 <widget>
4265 <class>GtkVBox</class>
4266 <name>config_misc_page</name>
4267 <border_width>5</border_width>
4268 <homogeneous>False</homogeneous>
4269 <spacing>5</spacing>
4270
4271 <widget>
4272 <class>GtkFrame</class>
4273 <child_name>Notebook:tab</child_name>
4274 <name>misc_debug_frame</name>
4275 <label>Debug options</label>
4276 <label_xalign>0</label_xalign>
4277 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4278 <child>
4279 <padding>0</padding>
4280 <expand>False</expand>
4281 <fill>False</fill>
4282 </child>
4283
4284 <widget>
4285 <class>GtkVBox</class>
4286 <name>misc_debug_vbox</name>
4287 <border_width>5</border_width>
4288 <homogeneous>False</homogeneous>
4289 <spacing>2</spacing>
4290
4291 <widget>
4292 <class>GtkCheckButton</class>
4293 <name>debug_stderr_check</name>
4294 <tooltip>Monitors what is going on in XMMS-crossfade. If you think you found a bug in XMMS-crossfade, please enable this option and send me the output.
4295 Note that you should disable debug output if you start XMMS from within Netscape. Netscape will spam you with dialogs containing the debug output captured from &lt;stderr&gt;.
4296 Default: Off</tooltip>
4297 <can_focus>True</can_focus>
4298 <label>Write debug output to &lt;stderr&gt;</label>
4299 <active>False</active>
4300 <draw_indicator>True</draw_indicator>
4301 <child>
4302 <padding>0</padding>
4303 <expand>False</expand>
4304 <fill>False</fill>
4305 </child>
4306 </widget>
4307
4308 <widget>
4309 <class>GtkCheckButton</class>
4310 <name>debug_monitor_check</name>
4311 <tooltip>Enables the Buffer Monitor. This is a small window which shows how much data is in the buffers. The top display belongs to the mixing buffer, the bottom shows how much data is being buffered by the output plugin.
4312 Default: Off</tooltip>
4313 <can_focus>True</can_focus>
4314 <label>Show Buffer Monitor</label>
4315 <active>False</active>
4316 <draw_indicator>True</draw_indicator>
4317 <child>
4318 <padding>0</padding>
4319 <expand>False</expand>
4320 <fill>False</fill>
4321 </child>
4322 </widget>
4323 </widget>
4324 </widget>
4325
4326 <widget>
4327 <class>GtkFrame</class>
4328 <name>misc_mixopt_frame</name>
4329 <label>Volume control options</label>
4330 <label_xalign>0</label_xalign>
4331 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4332 <child>
4333 <padding>0</padding>
4334 <expand>False</expand>
4335 <fill>False</fill>
4336 </child>
4337
4338 <widget>
4339 <class>GtkVBox</class>
4340 <name>misc_mixopt_vbox</name>
4341 <border_width>5</border_width>
4342 <homogeneous>False</homogeneous>
4343 <spacing>2</spacing>
4344
4345 <widget>
4346 <class>GtkCheckButton</class>
4347 <name>mixopt_enable_check</name>
4348 <tooltip>Enables/disables XMMS volume and balance controls.
4349 Default: On</tooltip>
4350 <can_focus>True</can_focus>
4351 <signal>
4352 <name>toggled</name>
4353 <handler>on_config_mixopt_enable_check_toggled</handler>
4354 <last_modification_time>Fri, 16 Jun 2000 14:37:30 GMT</last_modification_time>
4355 </signal>
4356 <label>Enable volume control</label>
4357 <active>False</active>
4358 <draw_indicator>True</draw_indicator>
4359 <child>
4360 <padding>0</padding>
4361 <expand>False</expand>
4362 <fill>False</fill>
4363 </child>
4364 </widget>
4365
4366 <widget>
4367 <class>GtkCheckButton</class>
4368 <name>mixopt_reverse_check</name>
4369 <tooltip>Reverses left and right with the balance control.
4370 Default: Off</tooltip>
4371 <can_focus>True</can_focus>
4372 <label>Reverse balance</label>
4373 <active>False</active>
4374 <draw_indicator>True</draw_indicator>
4375 <child>
4376 <padding>0</padding>
4377 <expand>False</expand>
4378 <fill>False</fill>
4379 </child>
4380 </widget>
4381
4382 <widget>
4383 <class>GtkCheckButton</class>
4384 <name>mixopt_software_check</name>
4385 <tooltip>Enable software mixer. Usefull for output plugins without mixer support.
4386 Default: Off</tooltip>
4387 <can_focus>True</can_focus>
4388 <label>Software Mixer (delayed operation)</label>
4389 <active>False</active>
4390 <draw_indicator>True</draw_indicator>
4391 <child>
4392 <padding>0</padding>
4393 <expand>False</expand>
4394 <fill>False</fill>
4395 </child>
4396 </widget>
4397 </widget>
4398 </widget>
4399
4400 <widget>
4401 <class>GtkFrame</class>
4402 <name>misc_other_frame</name>
4403 <label>Advanced options</label>
4404 <label_xalign>0</label_xalign>
4405 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
4406 <child>
4407 <padding>0</padding>
4408 <expand>False</expand>
4409 <fill>True</fill>
4410 </child>
4411
4412 <widget>
4413 <class>GtkVBox</class>
4414 <name>misc_other_vbox</name>
4415 <border_width>5</border_width>
4416 <homogeneous>False</homogeneous>
4417 <spacing>2</spacing>
4418
4419 <widget>
4420 <class>GtkHBox</class>
4421 <name>moth_songchange_hbox</name>
4422 <homogeneous>False</homogeneous>
4423 <spacing>5</spacing>
4424 <child>
4425 <padding>0</padding>
4426 <expand>True</expand>
4427 <fill>True</fill>
4428 </child>
4429
4430 <widget>
4431 <class>GtkLabel</class>
4432 <name>moth_songchange_label</name>
4433 <sensitive>False</sensitive>
4434 <label>Songchange timeout (ms):</label>
4435 <justify>GTK_JUSTIFY_CENTER</justify>
4436 <wrap>False</wrap>
4437 <xalign>0.5</xalign>
4438 <yalign>0.5</yalign>
4439 <xpad>0</xpad>
4440 <ypad>0</ypad>
4441 <child>
4442 <padding>0</padding>
4443 <expand>False</expand>
4444 <fill>False</fill>
4445 </child>
4446 </widget>
4447
4448 <widget>
4449 <class>GtkSpinButton</class>
4450 <name>moth_songchange_spin</name>
4451 <sensitive>False</sensitive>
4452 <tooltip>The songchange timeout is the maximum time XMMS-crossfade waits for the next song. If this timeout is exceeded, the output plugin/device is closed.
4453 Default: 500</tooltip>
4454 <can_focus>True</can_focus>
4455 <signal>
4456 <name>changed</name>
4457 <handler>on_moth_songchange_spin_changed</handler>
4458 <last_modification_time>Fri, 22 Dec 2000 12:06:52 GMT</last_modification_time>
4459 </signal>
4460 <climb_rate>0</climb_rate>
4461 <digits>0</digits>
4462 <numeric>True</numeric>
4463 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4464 <snap>False</snap>
4465 <wrap>False</wrap>
4466 <value>500</value>
4467 <lower>10</lower>
4468 <upper>10000</upper>
4469 <step>10</step>
4470 <page>100</page>
4471 <page_size>10</page_size>
4472 <child>
4473 <padding>0</padding>
4474 <expand>True</expand>
4475 <fill>True</fill>
4476 </child>
4477 </widget>
4478 </widget>
4479
4480 <widget>
4481 <class>GtkHBox</class>
4482 <name>moth_preload_hbox</name>
4483 <homogeneous>False</homogeneous>
4484 <spacing>5</spacing>
4485 <child>
4486 <padding>0</padding>
4487 <expand>True</expand>
4488 <fill>True</fill>
4489 </child>
4490
4491 <widget>
4492 <class>GtkLabel</class>
4493 <name>moth_preload_label</name>
4494 <label>Mixing buffer preload (ms):</label>
4495 <justify>GTK_JUSTIFY_CENTER</justify>
4496 <wrap>False</wrap>
4497 <xalign>0.5</xalign>
4498 <yalign>0.5</yalign>
4499 <xpad>0</xpad>
4500 <ypad>0</ypad>
4501 <child>
4502 <padding>0</padding>
4503 <expand>False</expand>
4504 <fill>False</fill>
4505 </child>
4506 </widget>
4507
4508 <widget>
4509 <class>GtkSpinButton</class>
4510 <name>moth_preload_spin</name>
4511 <tooltip>Tells XMMS-crossfade how much data it should buffer before it starts writing to the output plugin/device. Usually, this value can be set to 0, because the output plugin does preloading on its own.
4512 Default: 0</tooltip>
4513 <can_focus>True</can_focus>
4514 <climb_rate>0</climb_rate>
4515 <digits>0</digits>
4516 <numeric>True</numeric>
4517 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4518 <snap>False</snap>
4519 <wrap>False</wrap>
4520 <value>0</value>
4521 <lower>0</lower>
4522 <upper>60000</upper>
4523 <step>10</step>
4524 <page>100</page>
4525 <page_size>10</page_size>
4526 <child>
4527 <padding>0</padding>
4528 <expand>True</expand>
4529 <fill>True</fill>
4530 </child>
4531 </widget>
4532 </widget>
4533
4534 <widget>
4535 <class>GtkHBox</class>
4536 <name>moth_noxf_hbox</name>
4537 <homogeneous>False</homogeneous>
4538 <spacing>5</spacing>
4539 <child>
4540 <padding>0</padding>
4541 <expand>False</expand>
4542 <fill>False</fill>
4543 </child>
4544
4545 <widget>
4546 <class>GtkLabel</class>
4547 <name>moth_noxf_label</name>
4548 <label>Don't crossfade</label>
4549 <justify>GTK_JUSTIFY_CENTER</justify>
4550 <wrap>False</wrap>
4551 <xalign>0.5</xalign>
4552 <yalign>0.5</yalign>
4553 <xpad>0</xpad>
4554 <ypad>0</ypad>
4555 <child>
4556 <padding>0</padding>
4557 <expand>False</expand>
4558 <fill>False</fill>
4559 </child>
4560 </widget>
4561
4562 <widget>
4563 <class>GtkCheckButton</class>
4564 <name>noxf_album_check</name>
4565 <tooltip>This option enables the automatic detection of pre-faded or gapless tracks, like the tracks on some compilations or on most live albums. If such tracks are detected, crossfading will be disabled and only the gapkiller (if enabled) will be used for the songchange.
4566 Default: On</tooltip>
4567 <can_focus>True</can_focus>
4568 <label>successive tracks</label>
4569 <active>False</active>
4570 <draw_indicator>True</draw_indicator>
4571 <child>
4572 <padding>0</padding>
4573 <expand>False</expand>
4574 <fill>False</fill>
4575 </child>
4576 </widget>
4577
4578 <widget>
4579 <class>GtkCheckButton</class>
4580 <name>noxf_samefile_check</name>
4581 <tooltip>This option disables crossfading between the same file. This can happen if you have only one file in the playlist and 'repeat' turned on.
4582 Default: Off</tooltip>
4583 <can_focus>True</can_focus>
4584 <label>same file</label>
4585 <active>False</active>
4586 <draw_indicator>True</draw_indicator>
4587 <child>
4588 <padding>0</padding>
4589 <expand>False</expand>
4590 <fill>False</fill>
4591 </child>
4592 </widget>
4593 </widget>
4594
4595 <widget>
4596 <class>GtkCheckButton</class>
4597 <name>moth_httpworkaround_check</name>
4598 <tooltip>Enable this when you have problems playing internet HTTP audio streams. Unfortunatelly, it also breaks crossfading.
4599 Default: Off</tooltip>
4600 <can_focus>True</can_focus>
4601 <label>Enable HTTP buffer underrun workaround</label>
4602 <active>False</active>
4603 <draw_indicator>True</draw_indicator>
4604 <child>
4605 <padding>0</padding>
4606 <expand>False</expand>
4607 <fill>False</fill>
4608 </child>
4609 </widget>
4610
4611 <widget>
4612 <class>GtkHBox</class>
4613 <name>moth_opmaxused_hbox</name>
4614 <homogeneous>False</homogeneous>
4615 <spacing>5</spacing>
4616 <child>
4617 <padding>0</padding>
4618 <expand>True</expand>
4619 <fill>True</fill>
4620 </child>
4621
4622 <widget>
4623 <class>GtkCheckButton</class>
4624 <name>moth_opmaxused_check</name>
4625 <tooltip>With this option enabled, XMMS-crossfade will limit the amount of data being buffered by the output plugin. This way, you can decrease the latency between pressing STOP/NEXT/PREV and the new song actually being played.
4626 Default: Off</tooltip>
4627 <can_focus>True</can_focus>
4628 <signal>
4629 <name>toggled</name>
4630 <handler>on_moth_opmaxused_check_toggled</handler>
4631 <last_modification_time>Sat, 10 Mar 2001 16:03:14 GMT</last_modification_time>
4632 </signal>
4633 <label>Limit OP buffer usage (ms):</label>
4634 <active>False</active>
4635 <draw_indicator>True</draw_indicator>
4636 <child>
4637 <padding>0</padding>
4638 <expand>False</expand>
4639 <fill>False</fill>
4640 </child>
4641 </widget>
4642
4643 <widget>
4644 <class>GtkSpinButton</class>
4645 <name>moth_opmaxused_spin</name>
4646 <tooltip>Beware that setting this value too low also increases the chance of buffer underruns.
4647 Default: 250</tooltip>
4648 <can_focus>True</can_focus>
4649 <climb_rate>0</climb_rate>
4650 <digits>0</digits>
4651 <numeric>True</numeric>
4652 <update_policy>GTK_UPDATE_ALWAYS</update_policy>
4653 <snap>False</snap>
4654 <wrap>False</wrap>
4655 <value>500</value>
4656 <lower>10</lower>
4657 <upper>10000</upper>
4658 <step>10</step>
4659 <page>100</page>
4660 <page_size>10</page_size>
4661 <child>
4662 <padding>0</padding>
4663 <expand>True</expand>
4664 <fill>True</fill>
4665 </child>
4666 </widget>
4667 </widget>
4668
4669 <widget>
4670 <class>GtkCheckButton</class>
4671 <name>moth_quantaudio_check</name>
4672 <visible>False</visible>
4673 <tooltip>Enable this when you have problems playing internet HTTP audio streams. Unfortunatelly, it also breaks crossfading.
4674 Default: Off</tooltip>
4675 <can_focus>True</can_focus>
4676 <label>Use Quantaudio timing comments</label>
4677 <active>False</active>
4678 <draw_indicator>True</draw_indicator>
4679 <child>
4680 <padding>0</padding>
4681 <expand>False</expand>
4682 <fill>False</fill>
4683 </child>
4684 </widget>
4685
4686 <widget>
4687 <class>GtkCheckButton</class>
4688 <name>moth_outputkeepopened_check</name>
4689 <tooltip>Keep the output device opened all the time, even if XMMS is stopped. This way, you can avoid clicks caused by the soundcard when the device is opened or closed
4690 Default: Off</tooltip>
4691 <can_focus>True</can_focus>
4692 <label>Keep output opened</label>
4693 <active>False</active>
4694 <draw_indicator>True</draw_indicator>
4695 <child>
4696 <padding>0</padding>
4697 <expand>False</expand>
4698 <fill>False</fill>
4699 </child>
4700 </widget>
4701 </widget>
4702 </widget>
4703 </widget>
4704
4705 <widget>
4706 <class>GtkLabel</class>
4707 <child_name>Notebook:tab</child_name>
4708 <name>config_misc_label</name>
4709 <label>Advanced</label>
4710 <justify>GTK_JUSTIFY_CENTER</justify>
4711 <wrap>False</wrap>
4712 <xalign>0.5</xalign>
4713 <yalign>0.5</yalign>
4714 <xpad>0</xpad>
4715 <ypad>0</ypad>
4716 </widget>
4717
4718 <widget>
4719 <class>GtkVBox</class>
4720 <name>config_presets_page</name>
4721 <border_width>5</border_width>
4722 <visible>False</visible>
4723 <homogeneous>False</homogeneous>
4724 <spacing>5</spacing>
4725
4726 <widget>
4727 <class>GtkHBox</class>
4728 <name>presets_name_hbox</name>
4729 <homogeneous>False</homogeneous>
4730 <spacing>5</spacing>
4731 <child>
4732 <padding>0</padding>
4733 <expand>False</expand>
4734 <fill>False</fill>
4735 </child>
4736
4737 <widget>
4738 <class>GtkEntry</class>
4739 <name>presets_name_entry</name>
4740 <can_focus>True</can_focus>
4741 <editable>True</editable>
4742 <text_visible>True</text_visible>
4743 <text_max_length>0</text_max_length>
4744 <text></text>
4745 <child>
4746 <padding>0</padding>
4747 <expand>True</expand>
4748 <fill>True</fill>
4749 </child>
4750 </widget>
4751
4752 <widget>
4753 <class>GtkButton</class>
4754 <name>presets_delete_button</name>
4755 <can_focus>True</can_focus>
4756 <label>Delete</label>
4757 <relief>GTK_RELIEF_NORMAL</relief>
4758 <child>
4759 <padding>0</padding>
4760 <expand>False</expand>
4761 <fill>False</fill>
4762 </child>
4763 </widget>
4764
4765 <widget>
4766 <class>GtkButton</class>
4767 <name>presets_new_button</name>
4768 <can_focus>True</can_focus>
4769 <label>New</label>
4770 <relief>GTK_RELIEF_NORMAL</relief>
4771 <child>
4772 <padding>0</padding>
4773 <expand>False</expand>
4774 <fill>False</fill>
4775 </child>
4776 </widget>
4777 </widget>
4778
4779 <widget>
4780 <class>GtkScrolledWindow</class>
4781 <name>presets_list_scrolledwindow</name>
4782 <hscrollbar_policy>GTK_POLICY_AUTOMATIC</hscrollbar_policy>
4783 <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
4784 <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
4785 <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
4786 <child>
4787 <padding>0</padding>
4788 <expand>True</expand>
4789 <fill>True</fill>
4790 </child>
4791
4792 <widget>
4793 <class>GtkCList</class>
4794 <name>presets_list_list</name>
4795 <can_focus>True</can_focus>
4796 <signal>
4797 <name>click_column</name>
4798 <handler>on_presets_list_click_column</handler>
4799 <last_modification_time>Thu, 27 Sep 2001 11:11:05 GMT</last_modification_time>
4800 </signal>
4801 <columns>3</columns>
4802 <column_widths>101,92,80</column_widths>
4803 <selection_mode>GTK_SELECTION_SINGLE</selection_mode>
4804 <show_titles>True</show_titles>
4805 <shadow_type>GTK_SHADOW_IN</shadow_type>
4806
4807 <widget>
4808 <class>GtkLabel</class>
4809 <child_name>CList:title</child_name>
4810 <name>label6</name>
4811 <label>Name</label>
4812 <justify>GTK_JUSTIFY_CENTER</justify>
4813 <wrap>False</wrap>
4814 <xalign>0.5</xalign>
4815 <yalign>0.5</yalign>
4816 <xpad>0</xpad>
4817 <ypad>0</ypad>
4818 </widget>
4819
4820 <widget>
4821 <class>GtkLabel</class>
4822 <child_name>CList:title</child_name>
4823 <name>label7</name>
4824 <label>Output/Effects</label>
4825 <justify>GTK_JUSTIFY_CENTER</justify>
4826 <wrap>False</wrap>
4827 <xalign>0.5</xalign>
4828 <yalign>0.5</yalign>
4829 <xpad>0</xpad>
4830 <ypad>0</ypad>
4831 </widget>
4832
4833 <widget>
4834 <class>GtkLabel</class>
4835 <child_name>CList:title</child_name>
4836 <name>label8</name>
4837 <label>XF</label>
4838 <justify>GTK_JUSTIFY_CENTER</justify>
4839 <wrap>False</wrap>
4840 <xalign>0.5</xalign>
4841 <yalign>0.5</yalign>
4842 <xpad>0</xpad>
4843 <ypad>0</ypad>
4844 </widget>
4845 </widget>
4846 </widget>
4847
4848 <widget>
4849 <class>GtkHButtonBox</class>
4850 <name>presets_list_bbox</name>
4851 <layout_style>GTK_BUTTONBOX_END</layout_style>
4852 <spacing>5</spacing>
4853 <child_min_width>85</child_min_width>
4854 <child_min_height>27</child_min_height>
4855 <child_ipad_x>7</child_ipad_x>
4856 <child_ipad_y>0</child_ipad_y>
4857 <child>
4858 <padding>0</padding>
4859 <expand>False</expand>
4860 <fill>False</fill>
4861 </child>
4862
4863 <widget>
4864 <class>GtkButton</class>
4865 <name>presets_load_button</name>
4866 <can_default>True</can_default>
4867 <can_focus>True</can_focus>
4868 <label>Load</label>
4869 <relief>GTK_RELIEF_NORMAL</relief>
4870 </widget>
4871
4872 <widget>
4873 <class>GtkButton</class>
4874 <name>presets_save_button</name>
4875 <can_default>True</can_default>
4876 <can_focus>True</can_focus>
4877 <label>Save</label>
4878 <relief>GTK_RELIEF_NORMAL</relief>
4879 </widget>
4880 </widget>
4881 </widget>
4882
4883 <widget>
4884 <class>GtkLabel</class>
4885 <child_name>Notebook:tab</child_name>
4886 <name>config_presets_label</name>
4887 <label>Presets</label>
4888 <justify>GTK_JUSTIFY_CENTER</justify>
4889 <wrap>False</wrap>
4890 <xalign>0.5</xalign>
4891 <yalign>0.5</yalign>
4892 <xpad>0</xpad>
4893 <ypad>0</ypad>
4894 </widget>
4895 </widget>
4896
4897 <widget>
4898 <class>GtkHButtonBox</class>
4899 <name>config_bbox</name>
4900 <layout_style>GTK_BUTTONBOX_END</layout_style>
4901 <spacing>5</spacing>
4902 <child_min_width>85</child_min_width>
4903 <child_min_height>27</child_min_height>
4904 <child_ipad_x>0</child_ipad_x>
4905 <child_ipad_y>0</child_ipad_y>
4906 <child>
4907 <padding>0</padding>
4908 <expand>False</expand>
4909 <fill>True</fill>
4910 </child>
4911
4912 <widget>
4913 <class>GtkButton</class>
4914 <name>config_ok</name>
4915 <can_default>True</can_default>
4916 <can_focus>True</can_focus>
4917 <signal>
4918 <name>clicked</name>
4919 <handler>on_config_ok_clicked</handler>
4920 <last_modification_time>Tue, 06 Jun 2000 13:58:20 GMT</last_modification_time>
4921 </signal>
4922 <label>OK</label>
4923 <relief>GTK_RELIEF_NORMAL</relief>
4924 </widget>
4925
4926 <widget>
4927 <class>GtkButton</class>
4928 <name>config_cancel</name>
4929 <can_default>True</can_default>
4930 <can_focus>True</can_focus>
4931 <signal>
4932 <name>clicked</name>
4933 <handler>gtk_widget_destroy</handler>
4934 <object>config_win</object>
4935 <last_modification_time>Tue, 06 Jun 2000 13:58:12 GMT</last_modification_time>
4936 </signal>
4937 <label>Cancel</label>
4938 <relief>GTK_RELIEF_NORMAL</relief>
4939 </widget>
4940
4941 <widget>
4942 <class>GtkButton</class>
4943 <name>config_apply</name>
4944 <can_default>True</can_default>
4945 <can_focus>True</can_focus>
4946 <signal>
4947 <name>clicked</name>
4948 <handler>on_config_apply_clicked</handler>
4949 <last_modification_time>Tue, 06 Jun 2000 13:58:33 GMT</last_modification_time>
4950 </signal>
4951 <label>Apply</label>
4952 <relief>GTK_RELIEF_NORMAL</relief>
4953 </widget>
4954 </widget>
4955 </widget>
4956 </widget>
4957
4958 <widget>
4959 <class>GtkWindow</class>
4960 <name>monitor_win</name>
4961 <signal>
4962 <name>delete_event</name>
4963 <handler>on_monitor_win_delete_event</handler>
4964 <last_modification_time>Sat, 10 Jun 2000 14:22:35 GMT</last_modification_time>
4965 </signal>
4966 <title>Crossfade Buffer Monitor</title>
4967 <type>GTK_WINDOW_TOPLEVEL</type>
4968 <position>GTK_WIN_POS_NONE</position>
4969 <modal>False</modal>
4970 <default_width>320</default_width>
4971 <allow_shrink>False</allow_shrink>
4972 <allow_grow>True</allow_grow>
4973 <auto_shrink>False</auto_shrink>
4974 <wmclass_name>XMMS-crossfade</wmclass_name>
4975 <wmclass_class>xmms</wmclass_class>
4976
4977 <widget>
4978 <class>GtkTable</class>
4979 <name>monitor_table</name>
4980 <border_width>5</border_width>
4981 <rows>3</rows>
4982 <columns>2</columns>
4983 <homogeneous>False</homogeneous>
4984 <row_spacing>3</row_spacing>
4985 <column_spacing>5</column_spacing>
4986
4987 <widget>
4988 <class>GtkHBox</class>
4989 <name>monitor_output_hbox</name>
4990 <homogeneous>False</homogeneous>
4991 <spacing>3</spacing>
4992 <child>
4993 <left_attach>1</left_attach>
4994 <right_attach>2</right_attach>
4995 <top_attach>1</top_attach>
4996 <bottom_attach>2</bottom_attach>
4997 <xpad>0</xpad>
4998 <ypad>0</ypad>
4999 <xexpand>False</xexpand>
5000 <yexpand>False</yexpand>
5001 <xshrink>False</xshrink>
5002 <yshrink>False</yshrink>
5003 <xfill>True</xfill>
5004 <yfill>True</yfill>
5005 </child>
5006
5007 <widget>
5008 <class>GtkProgressBar</class>
5009 <name>monitor_output_progress</name>
5010 <value>0</value>
5011 <lower>0</lower>
5012 <upper>0</upper>
5013 <bar_style>GTK_PROGRESS_CONTINUOUS</bar_style>
5014 <orientation>GTK_PROGRESS_LEFT_TO_RIGHT</orientation>
5015 <activity_mode>False</activity_mode>
5016 <show_text>True</show_text>
5017 <format>%v</format>
5018 <text_xalign>0.5</text_xalign>
5019 <text_yalign>0.5</text_yalign>
5020 <child>
5021 <padding>0</padding>
5022 <expand>True</expand>
5023 <fill>True</fill>
5024 </child>
5025 </widget>
5026
5027 <widget>
5028 <class>GtkLabel</class>
5029 <name>monitor_output_label2</name>
5030 <label>ms</label>
5031 <justify>GTK_JUSTIFY_CENTER</justify>
5032 <wrap>False</wrap>
5033 <xalign>0.5</xalign>
5034 <yalign>0.5</yalign>
5035 <xpad>0</xpad>
5036 <ypad>0</ypad>
5037 <child>
5038 <padding>0</padding>
5039 <expand>False</expand>
5040 <fill>False</fill>
5041 </child>
5042 </widget>
5043 </widget>
5044
5045 <widget>
5046 <class>GtkHBox</class>
5047 <name>monitor_displaylabel_hbox</name>
5048 <homogeneous>False</homogeneous>
5049 <spacing>0</spacing>
5050 <child>
5051 <left_attach>0</left_attach>
5052 <right_attach>1</right_attach>
5053 <top_attach>0</top_attach>
5054 <bottom_attach>1</bottom_attach>
5055 <xpad>0</xpad>
5056 <ypad>0</ypad>
5057 <xexpand>False</xexpand>
5058 <yexpand>False</yexpand>
5059 <xshrink>False</xshrink>
5060 <yshrink>False</yshrink>
5061 <xfill>True</xfill>
5062 <yfill>True</yfill>
5063 </child>
5064
5065 <widget>
5066 <class>GtkLabel</class>
5067 <name>monitor_display_label</name>
5068 <label>Mixing Buffer:</label>
5069 <justify>GTK_JUSTIFY_CENTER</justify>
5070 <wrap>False</wrap>
5071 <xalign>0.5</xalign>
5072 <yalign>0.5</yalign>
5073 <xpad>0</xpad>
5074 <ypad>0</ypad>
5075 <child>
5076 <padding>0</padding>
5077 <expand>False</expand>
5078 <fill>False</fill>
5079 <pack>GTK_PACK_END</pack>
5080 </child>
5081 </widget>
5082 </widget>
5083
5084 <widget>
5085 <class>GtkHBox</class>
5086 <name>monitor_position_hbox</name>
5087 <homogeneous>False</homogeneous>
5088 <spacing>0</spacing>
5089 <child>
5090 <left_attach>1</left_attach>
5091 <right_attach>2</right_attach>
5092 <top_attach>2</top_attach>
5093 <bottom_attach>3</bottom_attach>
5094 <xpad>0</xpad>
5095 <ypad>0</ypad>
5096 <xexpand>False</xexpand>
5097 <yexpand>False</yexpand>
5098 <xshrink>False</xshrink>
5099 <yshrink>False</yshrink>
5100 <xfill>True</xfill>
5101 <yfill>True</yfill>
5102 </child>
5103
5104 <widget>
5105 <class>GtkLabel</class>
5106 <name>monpos_position_label</name>
5107 <label>-:--.-</label>
5108 <justify>GTK_JUSTIFY_CENTER</justify>
5109 <wrap>False</wrap>
5110 <xalign>0.5</xalign>
5111 <yalign>0.5</yalign>
5112 <xpad>0</xpad>
5113 <ypad>0</ypad>
5114 <child>
5115 <padding>0</padding>
5116 <expand>False</expand>
5117 <fill>False</fill>
5118 </child>
5119 </widget>
5120
5121 <widget>
5122 <class>GtkLabel</class>
5123 <name>monpos_label1</name>
5124 <label> / </label>
5125 <justify>GTK_JUSTIFY_CENTER</justify>
5126 <wrap>False</wrap>
5127 <xalign>0.5</xalign>
5128 <yalign>0.5</yalign>
5129 <xpad>0</xpad>
5130 <ypad>0</ypad>
5131 <child>
5132 <padding>0</padding>
5133 <expand>False</expand>
5134 <fill>False</fill>
5135 </child>
5136 </widget>
5137
5138 <widget>
5139 <class>GtkLabel</class>
5140 <name>monpos_total_label</name>
5141 <label>-:--</label>
5142 <justify>GTK_JUSTIFY_CENTER</justify>
5143 <wrap>False</wrap>
5144 <xalign>0.5</xalign>
5145 <yalign>0.5</yalign>
5146 <xpad>0</xpad>
5147 <ypad>0</ypad>
5148 <child>
5149 <padding>0</padding>
5150 <expand>False</expand>
5151 <fill>False</fill>
5152 </child>
5153 </widget>
5154
5155 <widget>
5156 <class>GtkLabel</class>
5157 <name>monpos_label2</name>
5158 <label> total, </label>
5159 <justify>GTK_JUSTIFY_CENTER</justify>
5160 <wrap>False</wrap>
5161 <xalign>0.5</xalign>
5162 <yalign>0.5</yalign>
5163 <xpad>0</xpad>
5164 <ypad>0</ypad>
5165 <child>
5166 <padding>0</padding>
5167 <expand>False</expand>
5168 <fill>False</fill>
5169 </child>
5170 </widget>
5171
5172 <widget>
5173 <class>GtkLabel</class>
5174 <name>monpos_left_label</name>
5175 <label>-:--</label>
5176 <justify>GTK_JUSTIFY_CENTER</justify>
5177 <wrap>False</wrap>
5178 <xalign>0.5</xalign>
5179 <yalign>0.5</yalign>
5180 <xpad>0</xpad>
5181 <ypad>0</ypad>
5182 <child>
5183 <padding>0</padding>
5184 <expand>False</expand>
5185 <fill>False</fill>
5186 </child>
5187 </widget>
5188
5189 <widget>
5190 <class>GtkLabel</class>
5191 <name>monpos_label3</name>
5192 <label> left</label>
5193 <justify>GTK_JUSTIFY_CENTER</justify>
5194 <wrap>False</wrap>
5195 <xalign>0.5</xalign>
5196 <yalign>0.5</yalign>
5197 <xpad>0</xpad>
5198 <ypad>0</ypad>
5199 <child>
5200 <padding>0</padding>
5201 <expand>False</expand>
5202 <fill>False</fill>
5203 </child>
5204 </widget>
5205
5206 <widget>
5207 <class>GtkLabel</class>
5208 <name>monpos_written_time_label</name>
5209 <label>-:--:--.-</label>
5210 <justify>GTK_JUSTIFY_CENTER</justify>
5211 <wrap>False</wrap>
5212 <xalign>0.5</xalign>
5213 <yalign>0.5</yalign>
5214 <xpad>0</xpad>
5215 <ypad>0</ypad>
5216 <child>
5217 <padding>0</padding>
5218 <expand>False</expand>
5219 <fill>False</fill>
5220 <pack>GTK_PACK_END</pack>
5221 </child>
5222 </widget>
5223
5224 <widget>
5225 <class>GtkLabel</class>
5226 <name>monpos_output_time_separator_label</name>
5227 <label> / </label>
5228 <justify>GTK_JUSTIFY_CENTER</justify>
5229 <wrap>False</wrap>
5230 <xalign>0.5</xalign>
5231 <yalign>0.5</yalign>
5232 <xpad>0</xpad>
5233 <ypad>0</ypad>
5234 <child>
5235 <padding>0</padding>
5236 <expand>False</expand>
5237 <fill>False</fill>
5238 <pack>GTK_PACK_END</pack>
5239 </child>
5240 </widget>
5241
5242 <widget>
5243 <class>GtkLabel</class>
5244 <name>monpos_output_time_label</name>
5245 <label>-:--.---</label>
5246 <justify>GTK_JUSTIFY_CENTER</justify>
5247 <wrap>False</wrap>
5248 <xalign>0.5</xalign>
5249 <yalign>0.5</yalign>
5250 <xpad>0</xpad>
5251 <ypad>0</ypad>
5252 <child>
5253 <padding>0</padding>
5254 <expand>False</expand>
5255 <fill>False</fill>
5256 <pack>GTK_PACK_END</pack>
5257 </child>
5258 </widget>
5259 </widget>
5260
5261 <widget>
5262 <class>GtkHBox</class>
5263 <name>monitor_outputlabel_hbox</name>
5264 <homogeneous>False</homogeneous>
5265 <spacing>0</spacing>
5266 <child>
5267 <left_attach>0</left_attach>
5268 <right_attach>1</right_attach>
5269 <top_attach>1</top_attach>
5270 <bottom_attach>2</bottom_attach>
5271 <xpad>0</xpad>
5272 <ypad>0</ypad>
5273 <xexpand>False</xexpand>
5274 <yexpand>False</yexpand>
5275 <xshrink>False</xshrink>
5276 <yshrink>False</yshrink>
5277 <xfill>True</xfill>
5278 <yfill>True</yfill>
5279 </child>
5280
5281 <widget>
5282 <class>GtkLabel</class>
5283 <name>monitor_output_label</name>
5284 <label>Output Buffer:</label>
5285 <justify>GTK_JUSTIFY_CENTER</justify>
5286 <wrap>False</wrap>
5287 <xalign>0.5</xalign>
5288 <yalign>0.5</yalign>
5289 <xpad>0</xpad>
5290 <ypad>0</ypad>
5291 <child>
5292 <padding>0</padding>
5293 <expand>False</expand>
5294 <fill>False</fill>
5295 <pack>GTK_PACK_END</pack>
5296 </child>
5297 </widget>
5298 </widget>
5299
5300 <widget>
5301 <class>GtkHBox</class>
5302 <name>monitor_positionlabel_hbox</name>
5303 <homogeneous>False</homogeneous>
5304 <spacing>0</spacing>
5305 <child>
5306 <left_attach>0</left_attach>
5307 <right_attach>1</right_attach>
5308 <top_attach>2</top_attach>
5309 <bottom_attach>3</bottom_attach>
5310 <xpad>0</xpad>
5311 <ypad>0</ypad>
5312 <xexpand>False</xexpand>
5313 <yexpand>False</yexpand>
5314 <xshrink>False</xshrink>
5315 <yshrink>False</yshrink>
5316 <xfill>True</xfill>
5317 <yfill>False</yfill>
5318 </child>
5319
5320 <widget>
5321 <class>GtkLabel</class>
5322 <name>monitor_position_label</name>
5323 <label>Position:</label>
5324 <justify>GTK_JUSTIFY_CENTER</justify>
5325 <wrap>False</wrap>
5326 <xalign>0.5</xalign>
5327 <yalign>0.5</yalign>
5328 <xpad>0</xpad>
5329 <ypad>0</ypad>
5330 <child>
5331 <padding>0</padding>
5332 <expand>False</expand>
5333 <fill>False</fill>
5334 <pack>GTK_PACK_END</pack>
5335 </child>
5336 </widget>
5337 </widget>
5338
5339 <widget>
5340 <class>GtkFrame</class>
5341 <name>monitor_display_frame</name>
5342 <label_xalign>0</label_xalign>
5343 <shadow_type>GTK_SHADOW_ETCHED_OUT</shadow_type>
5344 <child>
5345 <left_attach>1</left_attach>
5346 <right_attach>2</right_attach>
5347 <top_attach>0</top_attach>
5348 <bottom_attach>1</bottom_attach>
5349 <xpad>0</xpad>
5350 <ypad>0</ypad>
5351 <xexpand>True</xexpand>
5352 <yexpand>True</yexpand>
5353 <xshrink>False</xshrink>
5354 <yshrink>False</yshrink>
5355 <xfill>True</xfill>
5356 <yfill>True</yfill>
5357 </child>
5358
5359 <widget>
5360 <class>GtkDrawingArea</class>
5361 <name>monitor_display_drawingarea</name>
5362 <height>20</height>
5363 <signal>
5364 <name>expose_event</name>
5365 <handler>on_monitor_display_drawingarea_expose_event</handler>
5366 <last_modification_time>Mon, 05 Jun 2000 16:17:52 GMT</last_modification_time>
5367 </signal>
5368 </widget>
5369 </widget>
5370 </widget>
5371 </widget>
5372
5373 <widget>
5374 <class>GtkDialog</class>
5375 <name>about_win</name>
5376 <title>About XMMS Crossfade Plugin</title>
5377 <type>GTK_WINDOW_TOPLEVEL</type>
5378 <position>GTK_WIN_POS_NONE</position>
5379 <modal>False</modal>
5380 <allow_shrink>False</allow_shrink>
5381 <allow_grow>False</allow_grow>
5382 <auto_shrink>False</auto_shrink>
5383
5384 <widget>
5385 <class>GtkVBox</class>
5386 <child_name>Dialog:vbox</child_name>
5387 <name>about_vbox</name>
5388 <border_width>5</border_width>
5389 <homogeneous>False</homogeneous>
5390 <spacing>0</spacing>
5391
5392 <widget>
5393 <class>GtkHBox</class>
5394 <child_name>Dialog:action_area</child_name>
5395 <name>about_actionarea</name>
5396 <border_width>10</border_width>
5397 <homogeneous>True</homogeneous>
5398 <spacing>5</spacing>
5399 <child>
5400 <padding>0</padding>
5401 <expand>False</expand>
5402 <fill>True</fill>
5403 <pack>GTK_PACK_END</pack>
5404 </child>
5405
5406 <widget>
5407 <class>GtkButton</class>
5408 <name>about_ok</name>
5409 <can_focus>True</can_focus>
5410 <signal>
5411 <name>clicked</name>
5412 <handler>gtk_widget_destroy</handler>
5413 <object>about_win</object>
5414 <last_modification_time>Mon, 05 Jun 2000 09:51:27 GMT</last_modification_time>
5415 </signal>
5416 <label>OK</label>
5417 <relief>GTK_RELIEF_NORMAL</relief>
5418 <child>
5419 <padding>0</padding>
5420 <expand>False</expand>
5421 <fill>True</fill>
5422 </child>
5423 </widget>
5424 </widget>
5425
5426 <widget>
5427 <class>GtkLabel</class>
5428 <name>about_label</name>
5429 <label>dummy</label>
5430 <justify>GTK_JUSTIFY_CENTER</justify>
5431 <wrap>False</wrap>
5432 <xalign>0.5</xalign>
5433 <yalign>0.5</yalign>
5434 <xpad>0</xpad>
5435 <ypad>0</ypad>
5436 <child>
5437 <padding>0</padding>
5438 <expand>False</expand>
5439 <fill>False</fill>
5440 </child>
5441 </widget>
5442 </widget>
5443 </widget>
5444
5445 <widget>
5446 <class>GtkWindow</class>
5447 <name>help_win</name>
5448 <title>Help</title>
5449 <type>GTK_WINDOW_TOPLEVEL</type>
5450 <position>GTK_WIN_POS_NONE</position>
5451 <modal>False</modal>
5452 <allow_shrink>False</allow_shrink>
5453 <allow_grow>True</allow_grow>
5454 <auto_shrink>False</auto_shrink>
5455
5456 <widget>
5457 <class>GtkVBox</class>
5458 <name>help_vbox</name>
5459 <border_width>5</border_width>
5460 <homogeneous>False</homogeneous>
5461 <spacing>0</spacing>
5462
5463 <widget>
5464 <class>GtkScrolledWindow</class>
5465 <name>help_scrolledwindow</name>
5466 <hscrollbar_policy>GTK_POLICY_NEVER</hscrollbar_policy>
5467 <vscrollbar_policy>GTK_POLICY_ALWAYS</vscrollbar_policy>
5468 <hupdate_policy>GTK_UPDATE_CONTINUOUS</hupdate_policy>
5469 <vupdate_policy>GTK_UPDATE_CONTINUOUS</vupdate_policy>
5470 <child>
5471 <padding>0</padding>
5472 <expand>True</expand>
5473 <fill>True</fill>
5474 </child>
5475
5476 <widget>
5477 <class>GtkText</class>
5478 <name>help_text</name>
5479 <can_focus>True</can_focus>
5480 <editable>False</editable>
5481 <text>&lt;dummy&gt;
5482 </text>
5483 </widget>
5484 </widget>
5485
5486 <widget>
5487 <class>GtkHButtonBox</class>
5488 <name>help_buttonbox</name>
5489 <layout_style>GTK_BUTTONBOX_END</layout_style>
5490 <spacing>30</spacing>
5491 <child_min_width>85</child_min_width>
5492 <child_min_height>27</child_min_height>
5493 <child_ipad_x>7</child_ipad_x>
5494 <child_ipad_y>0</child_ipad_y>
5495 <child>
5496 <padding>0</padding>
5497 <expand>False</expand>
5498 <fill>False</fill>
5499 </child>
5500
5501 <widget>
5502 <class>GtkButton</class>
5503 <name>help_close_button</name>
5504 <can_default>True</can_default>
5505 <can_focus>True</can_focus>
5506 <signal>
5507 <name>clicked</name>
5508 <handler>on_help_close_button_clicked</handler>
5509 <last_modification_time>Sun, 18 Mar 2001 15:03:23 GMT</last_modification_time>
5510 </signal>
5511 <label>Close</label>
5512 <relief>GTK_RELIEF_NORMAL</relief>
5513 </widget>
5514 </widget>
5515 </widget>
5516 </widget>
5517
5518 </GTK-Interface>