comparison xmms-sid.glade @ 356:f979379cfb83

Minor configuration interface improvements, several tooltips added.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 01 Nov 2005 02:57:00 +0000
parents 567f05aa90bc
children d30be05ab5b0
comparison
equal deleted inserted replaced
355:26079ab52fc3 356:f979379cfb83
634 <border_width>2</border_width> 634 <border_width>2</border_width>
635 <homogeneous>False</homogeneous> 635 <homogeneous>False</homogeneous>
636 <spacing>2</spacing> 636 <spacing>2</spacing>
637 637
638 <widget> 638 <widget>
639 <class>GtkCheckButton</class>
640 <name>cfg_emu_clock_force</name>
641 <tooltip>If enabled, this option &quot;forces&quot; the emulation engine to use the selected clock speed/frequency. Otherwise the speed is determined from played file itself.</tooltip>
642 <can_focus>True</can_focus>
643 <label>Force speed</label>
644 <active>False</active>
645 <draw_indicator>True</draw_indicator>
646 <child>
647 <padding>0</padding>
648 <expand>False</expand>
649 <fill>False</fill>
650 </child>
651 </widget>
652
653 <widget>
639 <class>GtkRadioButton</class> 654 <class>GtkRadioButton</class>
640 <name>cfg_emu_clock_pal</name> 655 <name>cfg_emu_clock_pal</name>
656 <tooltip>PAL is the european TV standard, which uses 50Hz vertical refresh frequency. Largest % of SID-tunes have been made for PAL computers.</tooltip>
641 <can_focus>True</can_focus> 657 <can_focus>True</can_focus>
642 <label>PAL (50 Hz)</label> 658 <label>PAL (50 Hz)</label>
643 <active>False</active> 659 <active>False</active>
644 <draw_indicator>True</draw_indicator> 660 <draw_indicator>True</draw_indicator>
645 <group>speed</group> 661 <group>speed</group>
651 </widget> 667 </widget>
652 668
653 <widget> 669 <widget>
654 <class>GtkRadioButton</class> 670 <class>GtkRadioButton</class>
655 <name>cfg_emu_clock_ntsc</name> 671 <name>cfg_emu_clock_ntsc</name>
672 <tooltip>NTSC is the TV standard with 60Hz vertical refresh rate (and other features that differ from PAL). It is mainly used in United States, Japan and certain other countries.</tooltip>
656 <can_focus>True</can_focus> 673 <can_focus>True</can_focus>
657 <label>NTSC (60 Hz)</label> 674 <label>NTSC (60 Hz)</label>
658 <active>False</active> 675 <active>False</active>
659 <draw_indicator>True</draw_indicator> 676 <draw_indicator>True</draw_indicator>
660 <group>speed</group> 677 <group>speed</group>
662 <padding>0</padding> 679 <padding>0</padding>
663 <expand>False</expand> 680 <expand>False</expand>
664 <fill>False</fill> 681 <fill>False</fill>
665 </child> 682 </child>
666 </widget> 683 </widget>
667
668 <widget>
669 <class>GtkCheckButton</class>
670 <name>cfg_emu_clock_force</name>
671 <can_focus>True</can_focus>
672 <label>Force speed</label>
673 <active>False</active>
674 <draw_indicator>True</draw_indicator>
675 <child>
676 <padding>0</padding>
677 <expand>False</expand>
678 <fill>False</fill>
679 </child>
680 </widget>
681 </widget> 684 </widget>
682 </widget> 685 </widget>
683 686
684 <widget> 687 <widget>
685 <class>GtkFrame</class> 688 <class>GtkFrame</class>
686 <name>frame3</name> 689 <name>frame3</name>
687 <border_width>4</border_width> 690 <border_width>4</border_width>
688 <label>SID type: </label> 691 <label>SID model: </label>
689 <label_xalign>0</label_xalign> 692 <label_xalign>0</label_xalign>
690 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> 693 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
691 <child> 694 <child>
692 <padding>0</padding> 695 <padding>0</padding>
693 <expand>True</expand> 696 <expand>True</expand>
700 <border_width>2</border_width> 703 <border_width>2</border_width>
701 <homogeneous>False</homogeneous> 704 <homogeneous>False</homogeneous>
702 <spacing>2</spacing> 705 <spacing>2</spacing>
703 706
704 <widget> 707 <widget>
708 <class>GtkCheckButton</class>
709 <name>cfg_emu_sid_force</name>
710 <tooltip>If enabled, this option &quot;forces&quot; the emulation engine to use the selected SID-chip model. Otherwise the preferred SID model is determined from the file (if PSIDv2NG type) or if not available, this setting is used.</tooltip>
711 <can_focus>True</can_focus>
712 <label>Force model</label>
713 <active>False</active>
714 <draw_indicator>True</draw_indicator>
715 <child>
716 <padding>0</padding>
717 <expand>False</expand>
718 <fill>False</fill>
719 </child>
720 </widget>
721
722 <widget>
705 <class>GtkRadioButton</class> 723 <class>GtkRadioButton</class>
706 <name>cfg_emu_mos6581</name> 724 <name>cfg_emu_mos6581</name>
725 <tooltip>MOS/CSG 6581 is the earlier major version of SID chip. It differs from 8580 in few ways, having much fuller filter (which due to design error is never same on 2 different SID chips) and has the &quot;volume adjustment bug&quot;, which enables playing of digital samples.</tooltip>
707 <can_focus>True</can_focus> 726 <can_focus>True</can_focus>
708 <label>MOS 6581</label> 727 <label>MOS 6581</label>
709 <active>False</active> 728 <active>False</active>
710 <draw_indicator>True</draw_indicator> 729 <draw_indicator>True</draw_indicator>
711 <group>waveforms</group> 730 <group>waveforms</group>
722 <can_focus>True</can_focus> 741 <can_focus>True</can_focus>
723 <label>MOS 8580</label> 742 <label>MOS 8580</label>
724 <active>False</active> 743 <active>False</active>
725 <draw_indicator>True</draw_indicator> 744 <draw_indicator>True</draw_indicator>
726 <group>waveforms</group> 745 <group>waveforms</group>
727 <child>
728 <padding>0</padding>
729 <expand>False</expand>
730 <fill>False</fill>
731 </child>
732 </widget>
733
734 <widget>
735 <class>GtkCheckButton</class>
736 <name>cfg_emu_sid_force</name>
737 <can_focus>True</can_focus>
738 <label>Force type</label>
739 <active>False</active>
740 <draw_indicator>True</draw_indicator>
741 <child> 746 <child>
742 <padding>0</padding> 747 <padding>0</padding>
743 <expand>False</expand> 748 <expand>False</expand>
744 <fill>False</fill> 749 <fill>False</fill>
745 </child> 750 </child>
769 <spacing>2</spacing> 774 <spacing>2</spacing>
770 775
771 <widget> 776 <widget>
772 <class>GtkCheckButton</class> 777 <class>GtkCheckButton</class>
773 <name>cfg_emu_sidplay2_opt</name> 778 <name>cfg_emu_sidplay2_opt</name>
779 <tooltip>This setting can be used to enable libSIDPlay2's &quot;optimization mode&quot;, which in downgrades the emulation from cycle-exact to something similar to frame-exact. The result is lower CPU usage, but worse accuracy.</tooltip>
774 <can_focus>True</can_focus> 780 <can_focus>True</can_focus>
775 <label>Optimization mode (faster, inaccurate)</label> 781 <label>Optimization mode (faster, inaccurate)</label>
776 <active>False</active> 782 <active>False</active>
777 <draw_indicator>True</draw_indicator> 783 <draw_indicator>True</draw_indicator>
778 <child> 784 <child>
783 </widget> 789 </widget>
784 790
785 <widget> 791 <widget>
786 <class>GtkRadioButton</class> 792 <class>GtkRadioButton</class>
787 <name>cfg_emu_sidplay2_resid</name> 793 <name>cfg_emu_sidplay2_resid</name>
794 <tooltip>reSID is the software SID-chip simulator based on SID reverse-engineering, created by Dag Lem. It is probably the closest thing to real SID available as software-only emulation.</tooltip>
788 <can_focus>True</can_focus> 795 <can_focus>True</can_focus>
789 <label>reSID-emulation</label> 796 <label>reSID-emulation</label>
790 <active>False</active> 797 <active>False</active>
791 <draw_indicator>True</draw_indicator> 798 <draw_indicator>True</draw_indicator>
792 <group>emutype</group> 799 <group>emutype</group>
798 </widget> 805 </widget>
799 806
800 <widget> 807 <widget>
801 <class>GtkRadioButton</class> 808 <class>GtkRadioButton</class>
802 <name>cfg_emu_sidplay2_hardsid</name> 809 <name>cfg_emu_sidplay2_hardsid</name>
810 <tooltip>HardSID is a EISA/PCI card for PC-compatibles, which can be fitted with a real SID-chip. Software can be used to control the HardSID and combined with software emulation of rest of C64 via libSIDPlay2 HardSID can be used to achieve &quot;near 100%&quot; similarity to real C64. For more information, see http://www.hardsid.com/</tooltip>
803 <can_focus>True</can_focus> 811 <can_focus>True</can_focus>
804 <label>HardSID</label> 812 <label>HardSID</label>
805 <active>False</active> 813 <active>False</active>
806 <draw_indicator>True</draw_indicator> 814 <draw_indicator>True</draw_indicator>
807 <group>emutype</group> 815 <group>emutype</group>
836 <spacing>2</spacing> 844 <spacing>2</spacing>
837 845
838 <widget> 846 <widget>
839 <class>GtkCheckButton</class> 847 <class>GtkCheckButton</class>
840 <name>cfg_emu_filters</name> 848 <name>cfg_emu_filters</name>
849 <tooltip>This option enables emulation of SID filter. The filter is an essential part of SID's sound capacity, but accurate emulation of it may require quite much CPU power. However, if filter emulation is disabled, tunes won't sound authentic at all if they utilize the filter.</tooltip>
841 <can_focus>True</can_focus> 850 <can_focus>True</can_focus>
842 <signal> 851 <signal>
843 <name>toggled</name> 852 <name>toggled</name>
844 <handler>xs_cfg_emu_filters_toggled</handler> 853 <handler>xs_cfg_emu_filters_toggled</handler>
845 <last_modification_time>Mon, 15 Sep 2003 12:30:11 GMT</last_modification_time> 854 <last_modification_time>Mon, 15 Sep 2003 12:30:11 GMT</last_modification_time>
1155 <spacing>2</spacing> 1164 <spacing>2</spacing>
1156 1165
1157 <widget> 1166 <widget>
1158 <class>GtkCheckButton</class> 1167 <class>GtkCheckButton</class>
1159 <name>cfg_mintime_enable</name> 1168 <name>cfg_mintime_enable</name>
1169 <tooltip>If enabled, the tune is played at least for the specified time, adding silence to the end if necessary.</tooltip>
1160 <can_focus>True</can_focus> 1170 <can_focus>True</can_focus>
1161 <signal> 1171 <signal>
1162 <name>toggled</name> 1172 <name>toggled</name>
1163 <handler>xs_cfg_mintime_enable_toggled</handler> 1173 <handler>xs_cfg_mintime_enable_toggled</handler>
1164 <last_modification_time>Wed, 18 Aug 2004 02:51:28 GMT</last_modification_time> 1174 <last_modification_time>Wed, 18 Aug 2004 02:51:28 GMT</last_modification_time>
1165 </signal> 1175 </signal>
1166 <label>Play at least for specified time (adds silence)</label> 1176 <label>Play at least for specified time</label>
1167 <active>False</active> 1177 <active>False</active>
1168 <draw_indicator>True</draw_indicator> 1178 <draw_indicator>True</draw_indicator>
1169 <child> 1179 <child>
1170 <padding>0</padding> 1180 <padding>0</padding>
1171 <expand>False</expand> 1181 <expand>False</expand>
1270 <spacing>2</spacing> 1280 <spacing>2</spacing>
1271 1281
1272 <widget> 1282 <widget>
1273 <class>GtkCheckButton</class> 1283 <class>GtkCheckButton</class>
1274 <name>cfg_maxtime_enable</name> 1284 <name>cfg_maxtime_enable</name>
1285 <tooltip>If enabled, tune is played until specified duration is reached (aka maximum playtime).</tooltip>
1275 <can_focus>True</can_focus> 1286 <can_focus>True</can_focus>
1276 <signal> 1287 <signal>
1277 <name>toggled</name> 1288 <name>toggled</name>
1278 <handler>xs_cfg_maxtime_enable_toggled</handler> 1289 <handler>xs_cfg_maxtime_enable_toggled</handler>
1279 <last_modification_time>Wed, 18 Aug 2004 02:51:37 GMT</last_modification_time> 1290 <last_modification_time>Wed, 18 Aug 2004 02:51:37 GMT</last_modification_time>
1289 </widget> 1300 </widget>
1290 1301
1291 <widget> 1302 <widget>
1292 <class>GtkCheckButton</class> 1303 <class>GtkCheckButton</class>
1293 <name>cfg_maxtime_unknown</name> 1304 <name>cfg_maxtime_unknown</name>
1305 <tooltip>If enabled, the maximum playtime is applied only if song/tune length is not known.</tooltip>
1294 <can_focus>True</can_focus> 1306 <can_focus>True</can_focus>
1295 <label>Only when song length is unknown</label> 1307 <label>Only when song length is unknown</label>
1296 <active>False</active> 1308 <active>False</active>
1297 <draw_indicator>True</draw_indicator> 1309 <draw_indicator>True</draw_indicator>
1298 <child> 1310 <child>
1399 <spacing>2</spacing> 1411 <spacing>2</spacing>
1400 1412
1401 <widget> 1413 <widget>
1402 <class>GtkCheckButton</class> 1414 <class>GtkCheckButton</class>
1403 <name>cfg_sld_enable</name> 1415 <name>cfg_sld_enable</name>
1404 <tooltip>This option enables using of XSIDPLAY compatible song length database. (See documentation for more information)</tooltip> 1416 <tooltip>This option enables using of XSIDPLAY compatible song length database. (Refer to XMMS-SID documentation for more information)</tooltip>
1405 <can_focus>True</can_focus> 1417 <can_focus>True</can_focus>
1406 <signal> 1418 <signal>
1407 <name>toggled</name> 1419 <name>toggled</name>
1408 <handler>xs_cfg_sld_enable_toggled</handler> 1420 <handler>xs_cfg_sld_enable_toggled</handler>
1409 <last_modification_time>Wed, 18 Aug 2004 02:51:47 GMT</last_modification_time> 1421 <last_modification_time>Wed, 18 Aug 2004 02:51:47 GMT</last_modification_time>
1525 <spacing>2</spacing> 1537 <spacing>2</spacing>
1526 1538
1527 <widget> 1539 <widget>
1528 <class>GtkCheckButton</class> 1540 <class>GtkCheckButton</class>
1529 <name>cfg_stil_enable</name> 1541 <name>cfg_stil_enable</name>
1542 <tooltip>If this option is enabled (and the database &amp; HVSC settings below are correctly set), XMMS-SID will use and display additional information from STIL database when HVSC SIDs are played.</tooltip>
1530 <can_focus>True</can_focus> 1543 <can_focus>True</can_focus>
1531 <signal> 1544 <signal>
1532 <name>toggled</name> 1545 <name>toggled</name>
1533 <handler>xs_cfg_stil_enable_toggled</handler> 1546 <handler>xs_cfg_stil_enable_toggled</handler>
1534 <last_modification_time>Wed, 18 Aug 2004 02:52:39 GMT</last_modification_time> 1547 <last_modification_time>Wed, 18 Aug 2004 02:52:39 GMT</last_modification_time>
1734 <spacing>2</spacing> 1747 <spacing>2</spacing>
1735 1748
1736 <widget> 1749 <widget>
1737 <class>GtkCheckButton</class> 1750 <class>GtkCheckButton</class>
1738 <name>cfg_ftitle_override</name> 1751 <name>cfg_ftitle_override</name>
1752 <tooltip>XMMS v1.2.5 and later support generic titlestring formatting (see XMMS preferences). This option can be enabled to override those generic titles with XMMS-SID specific ones. Formatting mnemonics are explained briefly below.</tooltip>
1739 <can_focus>True</can_focus> 1753 <can_focus>True</can_focus>
1740 <signal> 1754 <signal>
1741 <name>toggled</name> 1755 <name>toggled</name>
1742 <handler>xs_cfg_ftitle_override_toggled</handler> 1756 <handler>xs_cfg_ftitle_override_toggled</handler>
1743 <last_modification_time>Sat, 20 Sep 2003 01:09:48 GMT</last_modification_time> 1757 <last_modification_time>Sat, 20 Sep 2003 01:09:48 GMT</last_modification_time>
1934 <label>Automatic sub-tune changes: </label> 1948 <label>Automatic sub-tune changes: </label>
1935 <label_xalign>0</label_xalign> 1949 <label_xalign>0</label_xalign>
1936 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type> 1950 <shadow_type>GTK_SHADOW_ETCHED_IN</shadow_type>
1937 <child> 1951 <child>
1938 <padding>0</padding> 1952 <padding>0</padding>
1939 <expand>True</expand> 1953 <expand>False</expand>
1940 <fill>True</fill> 1954 <fill>True</fill>
1941 </child> 1955 </child>
1942 1956
1943 <widget> 1957 <widget>
1944 <class>GtkVBox</class> 1958 <class>GtkVBox</class>