home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 November / PCWorld_2005-11_cd.bin / software / vyzkuste / lego / designer14.exe / database / ui / soundres / soundres.xml
Extensible Markup Language  |  2005-05-16  |  3KB  |  82 lines

  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <QObjects>
  3.   <Channel name="commonUISoundChannel">
  4.      <soundAttributes>
  5.        <volume>0.4</volume>
  6.      </soundAttributes>
  7.   </Channel>
  8.   <Channel name="loudUISoundChannel">
  9.      <soundAttributes>
  10.        <volume>0.7</volume>
  11.      </soundAttributes>
  12.   </Channel>
  13.   <Sound name="success">
  14.     <wavFile>success.wav</wavFile>
  15.     <channelRes>loudUISoundChannel</channelRes>
  16.   </Sound>
  17.   <Sound name="applause">
  18.     <wavFile>event_applause.wav</wavFile>
  19.     <channelRes>loudUISoundChannel</channelRes>
  20.   </Sound>
  21.   <Sound name="tryagain">
  22.     <wavFile>tryagain.wav</wavFile>
  23.     <channelRes>loudUISoundChannel</channelRes>
  24.   </Sound>
  25.   <Sound name="spawn">
  26.     <wavFile>spawn.wav</wavFile>
  27.     <channelRes>loudUISoundChannel</channelRes>
  28.   </Sound>
  29.   <Sound name="error">
  30.     <wavFile>error.wav</wavFile>
  31.     <channelRes>loudUISoundChannel</channelRes>
  32.   </Sound>
  33.   <Sound name="click_in">
  34.     <wavFile>click_in.wav</wavFile>
  35.     <channelRes>commonUISoundChannel</channelRes>
  36.   </Sound>
  37.   <Sound name="click_out">
  38.     <wavFile>click_out.wav</wavFile>
  39.     <channelRes>commonUISoundChannel</channelRes>
  40.   </Sound>
  41.   <Sound name="startupSound">
  42.     <wavFile>game_start_up_v3.wav</wavFile>
  43.     <channelRes>commonUISoundChannel</channelRes>
  44.   </Sound>
  45.   <Sound name="shutdownSound">
  46.     <wavFile>game_shut_down_v3.wav</wavFile>
  47.     <channelRes>commonUISoundChannel</channelRes>
  48.   </Sound>
  49.   <Sound name="defaultClickDown">
  50.     <wavFile>lighter_button_sound_v3.wav</wavFile>
  51.     <channelRes>commonUISoundChannel</channelRes>
  52.   </Sound>
  53.   <Sound name="defaultClickUp">
  54.     <wavFile>lighter_button_sound_v4.wav</wavFile>
  55.     <channelRes>commonUISoundChannel</channelRes>
  56.   </Sound>
  57.   <Sound name="defaultToggleDown">
  58.     <wavFile>toggleDown.wav</wavFile>
  59.     <channelRes>commonUISoundChannel</channelRes>
  60.   </Sound>
  61.   <Sound name="defaultToggleUp">
  62.     <wavFile>toggleUp.wav</wavFile>
  63.     <channelRes>commonUISoundChannel</channelRes>
  64.   </Sound>
  65.   <Sound name="openWindow">
  66.     <wavFile>open_palette_or_window_v1.wav</wavFile>
  67.     <channelRes>commonUISoundChannel</channelRes>
  68.   </Sound>
  69.   <Sound name="closeWindow">
  70.     <wavFile>close_palette_or_window_v1.wav</wavFile>
  71.     <channelRes>commonUISoundChannel</channelRes>
  72.   </Sound>
  73.   <Sound name="windowResizeIn">
  74.     <wavFile>clickDown.wav</wavFile>
  75.     <channelRes>commonUISoundChannel</channelRes>
  76.   </Sound>
  77.   <Sound name="windowResizeOut">
  78.     <wavFile>window_resize_sound_v1.wav</wavFile>
  79.     <channelRes>commonUISoundChannel</channelRes>
  80.   </Sound>
  81. </QObjects>
  82.