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
Wrap
Extensible Markup Language
|
2005-05-16
|
3KB
|
82 lines
<?xml version="1.0" encoding="ISO-8859-1"?>
<QObjects>
<Channel name="commonUISoundChannel">
<soundAttributes>
<volume>0.4</volume>
</soundAttributes>
</Channel>
<Channel name="loudUISoundChannel">
<soundAttributes>
<volume>0.7</volume>
</soundAttributes>
</Channel>
<Sound name="success">
<wavFile>success.wav</wavFile>
<channelRes>loudUISoundChannel</channelRes>
</Sound>
<Sound name="applause">
<wavFile>event_applause.wav</wavFile>
<channelRes>loudUISoundChannel</channelRes>
</Sound>
<Sound name="tryagain">
<wavFile>tryagain.wav</wavFile>
<channelRes>loudUISoundChannel</channelRes>
</Sound>
<Sound name="spawn">
<wavFile>spawn.wav</wavFile>
<channelRes>loudUISoundChannel</channelRes>
</Sound>
<Sound name="error">
<wavFile>error.wav</wavFile>
<channelRes>loudUISoundChannel</channelRes>
</Sound>
<Sound name="click_in">
<wavFile>click_in.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="click_out">
<wavFile>click_out.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="startupSound">
<wavFile>game_start_up_v3.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="shutdownSound">
<wavFile>game_shut_down_v3.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="defaultClickDown">
<wavFile>lighter_button_sound_v3.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="defaultClickUp">
<wavFile>lighter_button_sound_v4.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="defaultToggleDown">
<wavFile>toggleDown.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="defaultToggleUp">
<wavFile>toggleUp.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="openWindow">
<wavFile>open_palette_or_window_v1.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="closeWindow">
<wavFile>close_palette_or_window_v1.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="windowResizeIn">
<wavFile>clickDown.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
<Sound name="windowResizeOut">
<wavFile>window_resize_sound_v1.wav</wavFile>
<channelRes>commonUISoundChannel</channelRes>
</Sound>
</QObjects>