home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / 01_03.iso / service / winamp3 / files / winamp3_0-full.exe / Wacs / xml / winamp / prefs / prefs-audio.xml next >
Text File  |  2002-07-28  |  2KB  |  55 lines

  1. <groupdef id="FadeDuration.titlebox.content" autoheightsource="fade.slider">
  2.   <Wasabi:HSlider id="fade.slider"
  3.     x="0" y="0"
  4.     w="0" h="15"
  5.     relatw="1"
  6.     high="20" cfgattrib="{F1239F09-8CC6-4081-8519-C2AE99FCB14C};Crossfade time"
  7.   />      
  8. </groupdef>
  9.  
  10. <groupdef id="CrossfaderOptions.titlebox.content" autoheightsource="fadeduration">
  11.   <Wasabi:CheckBox x="0" y="0" text="Enabled"
  12.     cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};Enable crossfading"
  13.   />
  14.   <Wasabi:CheckBox x="0" y="16" text="Crossfade on Next/Previous"
  15.     cfgattrib="{F1239F09-8CC6-4081-8519-C2AE99FCB14C};Crossfade on next/prev"
  16.   />
  17.   <Wasabi:TitleBox x="0" y="32" id="fadeduration" title="Fade Duration" content="FadeDuration.titlebox.content" />
  18.   <script file="scripts/titleboxslidercb.maki" param="fadeduration;slider.button; : ; second; seconds" />
  19. </groupdef>
  20.  
  21. <groupdef id="CuttoffThreshold.titlebox.content" autoheightsource="cutoff.slider">
  22.   <Wasabi:HSlider id="cutoff.slider"
  23.     x="0" y="0"
  24.     w="0" h="15"
  25.     relatw="1"
  26.     high="200" cfgattrib="{F6FE7F49-B017-4BCC-842C-2FFA842FB033};Cutoff (in -dB)"
  27.   />      
  28. </groupdef>
  29.  
  30. <groupdef id="DirectSound.titlebox.content" autoheightsource="cutoffthreshold">
  31.   <Wasabi:CheckBox x="0" y="0" text="Enable DirectSound output"
  32.     cfgattrib="{FC3EAF78-C66E-4ED2-A0AA-1494DFCC13FF};DirectSound output"
  33.   />
  34.   <Wasabi:CheckBox x="0" y="16" text="Remove silence"
  35.     cfgattrib="{F6FE7F49-B017-4BCC-842C-2FFA842FB033};Kill silence"
  36.   />
  37.   <Wasabi:CheckBox x="0" y="32" text="Enable fades between playlist items"
  38.     cfgattrib="{4D981DA3-F75D-431A-B617-46F3E45D2A1F};Use fades"
  39.   />
  40.  
  41.   <Wasabi:TitleBox x="0" y="48" id="cutoffthreshold" title="Cutoff Threshold" content="CuttoffThreshold.titlebox.content" />
  42.   <script file="scripts/titleboxslidercb.maki" param="cutoffthreshold;slider.button; : -;dB" />
  43. </groupdef>
  44.  
  45.  
  46. <groupdef id="winamp.preferences.audio.content" name="Audio Settings" >
  47.   <Wasabi:TitleBox x="3" y="0" w="-6" relatw="1" title="Crossfader" content="CrossfaderOptions.titlebox.content" />
  48.   <Wasabi:TitleBox x="3" y="100" w="-6" relatw="1" title="DirectSound" content="DirectSound.titlebox.content" />
  49. </groupdef>
  50.  
  51. <groupdef id="winamp.preferences.audio" name="Audio Options" >
  52.   <Wasabi:TitleBox x="0" y="0" w="0" h="0" relatw="1" relath="1" title="Audio Settings" content="winamp.preferences.audio.content" />
  53. </groupdef>
  54.  
  55.