Build 130105
BIN
DrumKit/Build/7z.exe
Normal file
BIN
DrumKit/Build/ApplicationData/Drumkits/Default/Images/drum.png
Normal file
After Width: | Height: | Size: 204 KiB |
After Width: | Height: | Size: 200 KiB |
BIN
DrumKit/Build/ApplicationData/Drumkits/Default/Images/kick.png
Normal file
After Width: | Height: | Size: 35 KiB |
After Width: | Height: | Size: 32 KiB |
BIN
DrumKit/Build/ApplicationData/Drumkits/Default/Images/pedal.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.4 KiB |
BIN
DrumKit/Build/ApplicationData/Drumkits/Default/Images/plate.png
Normal file
After Width: | Height: | Size: 458 KiB |
After Width: | Height: | Size: 282 KiB |
BIN
DrumKit/Build/ApplicationData/Drumkits/Default/Sounds/Hat04.WAV
Normal file
BIN
DrumKit/Build/ApplicationData/Drumkits/Default/Sounds/Kick07.wav
Normal file
BIN
DrumKit/Build/ApplicationData/Drumkits/Default/Sounds/Ride04.wav
Normal file
41
DrumKit/Build/ApplicationData/Drumkits/Default/config.xml
Normal file
@ -0,0 +1,41 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<drumkitConfig>
|
||||
<drums>
|
||||
<drumConfig targetId="defaultkick">
|
||||
<volume>1.0</volume>
|
||||
<vkey>A</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaultsnare">
|
||||
<volume>1.0</volume>
|
||||
<vkey>B</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaulthitom">
|
||||
<volume>1.0</volume>
|
||||
<vkey>C</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaultlotom">
|
||||
<volume>1.0</volume>
|
||||
<vkey>D</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaultfltom">
|
||||
<volume>1.0</volume>
|
||||
<vkey>E</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaulthihatcl">
|
||||
<volume>1.0</volume>
|
||||
<vkey>F</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaulthihatop">
|
||||
<volume>1.0</volume>
|
||||
<vkey>G</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaultcrash">
|
||||
<volume>1.0</volume>
|
||||
<vkey>H</vkey>
|
||||
</drumConfig>
|
||||
<drumConfig targetId="defaultride">
|
||||
<volume>1.0</volume>
|
||||
<vkey>I</vkey>
|
||||
</drumConfig>
|
||||
</drums>
|
||||
</drumkitConfig>
|
144
DrumKit/Build/ApplicationData/Drumkits/Default/drumkit.xml
Normal file
@ -0,0 +1,144 @@
|
||||
<?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>
|
||||
<sound intensity="0">Sounds/Ride04.wav</sound>
|
||||
</sounds>
|
||||
</drum>
|
||||
|
||||
</drums>
|
||||
|
||||
<!--
|
||||
[Kick]
|
||||
position=.41,.2
|
||||
size=.3
|
||||
image=ms-appx:///Assets/Drums/big_drum_of.png
|
||||
sound,0=ms-appx:///Assets/Sounds/Kick07.wav
|
||||
[Snare]
|
||||
position=.16,.34
|
||||
size=.25
|
||||
image=ms-appx:///Assets/Drums/drum_of.png
|
||||
sound,0=ms-appx:///Assets/Sounds/Snare08.wav
|
||||
[High Tom]
|
||||
position=.33,.05
|
||||
size=.22
|
||||
image=ms-appx:///Assets/Drums/drum_of.png
|
||||
sound,0=ms-appx:///Assets/Sounds/TomHigh04.wav
|
||||
[Low Tom]
|
||||
position=.55,.05
|
||||
size=.22
|
||||
image=ms-appx:///Assets/Drums/drum_of.png
|
||||
sound,0=ms-appx:///Assets/Sounds/TomLow04.wav
|
||||
[Floor Tom]
|
||||
position=.66,.44
|
||||
size=.29
|
||||
image=ms-appx:///Assets/Drums/drum_of.png
|
||||
sound,0=ms-appx:///Assets/Sounds/Floor04.wav
|
||||
[Hi-Hat Closed]
|
||||
position=.10,.87
|
||||
size=.05
|
||||
image=ms-appx:///Assets/Drums/HiHat_off.png
|
||||
sound,0=ms-appx:///Assets/Sounds/HiHatClosed04.wav
|
||||
[Hi-Hat Opened]
|
||||
position=.03,.55
|
||||
size=.21
|
||||
image=ms-appx:///Assets/Drums/plate_off.png
|
||||
sound,0=ms-appx:///Assets/Sounds/HiHatOpen04.wav
|
||||
[Crash]
|
||||
position=.1,.02
|
||||
size=.25
|
||||
image=ms-appx:///Assets/Drums/plate_off.png
|
||||
sound,0=ms-appx:///Assets/Sounds/Crash05.wav
|
||||
[Ride]
|
||||
position=.72,.04
|
||||
size=.25
|
||||
image=ms-appx:///Assets/Drums/plate_off.png
|
||||
sound,0=ms-appx:///Assets/Sounds/Ride04.wav-->
|
||||
</drumkit>
|
77
DrumKit/Build/ApplicationData/Drumkits/Default/layout.xml
Normal file
@ -0,0 +1,77 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<drumkitLayoutCollection>
|
||||
|
||||
<items>
|
||||
<!-- Standard layout - all views -->
|
||||
<drumkitLayout>
|
||||
<name>Standard layout</name>
|
||||
<targetView>Snapped|Landscape|Filled|Portrait</targetView>
|
||||
<isDefault>true</isDefault>
|
||||
|
||||
<drums>
|
||||
<drumLayout targetId="defaultkick">
|
||||
<size>.3</size>
|
||||
<x>.41</x>
|
||||
<y>.2</y>
|
||||
<zindex>0</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultsnare">
|
||||
<size>.25</size>
|
||||
<x>.16</x>
|
||||
<y>.34</y>
|
||||
<zindex>2</zindex>
|
||||
<angle>61</angle>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaulthitom">
|
||||
<size>.22</size>
|
||||
<x>.33</x>
|
||||
<y>.05</y>
|
||||
<zindex>1</zindex>
|
||||
<angle>150</angle>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultlotom">
|
||||
<size>.22</size>
|
||||
<x>.55</x>
|
||||
<y>.05</y>
|
||||
<zindex>1</zindex>
|
||||
<angle>150</angle>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultfltom">
|
||||
<size>.29</size>
|
||||
<x>.66</x>
|
||||
<y>.44</y>
|
||||
<zindex>1</zindex>
|
||||
<angle>-30</angle>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaulthihatcl">
|
||||
<size>.055</size>
|
||||
<x>.11</x>
|
||||
<y>.89</y>
|
||||
<zindex>3</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaulthihatop">
|
||||
<size>.21</size>
|
||||
<x>.03</x>
|
||||
<y>.55</y>
|
||||
<zindex>4</zindex>
|
||||
<angle>80</angle>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultcrash">
|
||||
<size>.26</size>
|
||||
<x>.1</x>
|
||||
<y>.02</y>
|
||||
<zindex>4</zindex>
|
||||
<angle>80</angle>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultride">
|
||||
<size>.25</size>
|
||||
<x>.72</x>
|
||||
<y>.04</y>
|
||||
<zindex>4</zindex>
|
||||
</drumLayout>
|
||||
</drums>
|
||||
</drumkitLayout>
|
||||
</items>
|
||||
|
||||
</drumkitLayoutCollection>
|