2013-11-18 18:06:17 +00:00
|
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
|
|
|
|
|
|
<drumkit>
|
|
|
|
|
|
|
|
|
|
<!-- General info -->
|
|
|
|
|
<name>Default</name>
|
|
|
|
|
<description>Default drums</description>
|
|
|
|
|
|
|
|
|
|
<!-- Files -->
|
|
|
|
|
<configfile>config.xml</configfile>
|
|
|
|
|
<layoutfile>layout.xml</layoutfile>
|
|
|
|
|
|
|
|
|
|
<!-- Drums -->
|
|
|
|
|
<drums>
|
|
|
|
|
<drum id="defaultkick">
|
|
|
|
|
<name>Kick</name>
|
|
|
|
|
<image>Images/kick.png</image>
|
|
|
|
|
<imagePressed>Images/kickPressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/Kick07.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaultsnare">
|
|
|
|
|
<name>Snare</name>
|
|
|
|
|
<image>Images/drum.png</image>
|
|
|
|
|
<imagePressed>Images/drumPressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/Snare08.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaulthitom">
|
|
|
|
|
<name>High Tom</name>
|
|
|
|
|
<image>Images/drum.png</image>
|
|
|
|
|
<imagePressed>Images/drumPressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/TomHigh04.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaultlotom">
|
|
|
|
|
<name>Low Tom</name>
|
|
|
|
|
<image>Images/drum.png</image>
|
|
|
|
|
<imagePressed>Images/drumPressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/TomLow04.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaultfltom">
|
|
|
|
|
<name>Floor Tom</name>
|
|
|
|
|
<image>Images/drum.png</image>
|
|
|
|
|
<imagePressed>Images/drumPressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/Floor04.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaulthihatcl">
|
|
|
|
|
<name>Hi-Hat Closed (pedal)</name>
|
|
|
|
|
<image>Images/pedal.png</image>
|
|
|
|
|
<imagePressed>Images/pedalPressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/HiHatClosed04.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaulthihatop">
|
|
|
|
|
<name>Hi-Hat Opened</name>
|
|
|
|
|
<image>Images/plate.png</image>
|
|
|
|
|
<imagePressed>Images/platePressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/HiHatOpen04.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaultcrash">
|
|
|
|
|
<name>Crash</name>
|
|
|
|
|
<image>Images/plate.png</image>
|
|
|
|
|
<imagePressed>Images/platePressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
|
|
|
|
<sound intensity="0">Sounds/Crash05.wav</sound>
|
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
<drum id="defaultride">
|
|
|
|
|
<name>Ride</name>
|
|
|
|
|
<image>Images/plate.png</image>
|
|
|
|
|
<imagePressed>Images/platePressed.png</imagePressed>
|
|
|
|
|
<sounds>
|
2013-11-18 18:11:53 +00:00
|
|
|
|
<sound intensity="0">Sounds/Ride06.wav</sound>
|
2013-11-18 18:06:17 +00:00
|
|
|
|
</sounds>
|
|
|
|
|
</drum>
|
|
|
|
|
|
|
|
|
|
</drums>
|
2013-11-18 18:11:53 +00:00
|
|
|
|
|
2013-11-18 18:06:17 +00:00
|
|
|
|
</drumkit>
|