Latest build (version 2.2)
BIN
#Resources/ApplicationData.tar
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Images/drum.png
Normal file
After Width: | Height: | Size: 230 KiB |
After Width: | Height: | Size: 228 KiB |
BIN
#Resources/ApplicationData/Drumkits/Default/Images/kick.png
Normal file
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 37 KiB |
BIN
#Resources/ApplicationData/Drumkits/Default/Images/pedal.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.4 KiB |
BIN
#Resources/ApplicationData/Drumkits/Default/Images/plate.png
Normal file
After Width: | Height: | Size: 515 KiB |
After Width: | Height: | Size: 372 KiB |
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/Crash05.wav
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/Floor04.wav
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/Hat04.WAV
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/Kick07.wav
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/Ride04.wav
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/Snare08.wav
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/TomHigh04.wav
Normal file
BIN
#Resources/ApplicationData/Drumkits/Default/Sounds/TomLow04.wav
Normal file
41
#Resources/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
#Resources/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>
|
71
#Resources/ApplicationData/Drumkits/Default/layout.xml
Normal file
@ -0,0 +1,71 @@
|
||||
<?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>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaulthitom">
|
||||
<size>.22</size>
|
||||
<x>.33</x>
|
||||
<y>.05</y>
|
||||
<zindex>1</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultlotom">
|
||||
<size>.22</size>
|
||||
<x>.55</x>
|
||||
<y>.05</y>
|
||||
<zindex>1</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultfltom">
|
||||
<size>.29</size>
|
||||
<x>.66</x>
|
||||
<y>.44</y>
|
||||
<zindex>1</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaulthihatcl">
|
||||
<size>.05</size>
|
||||
<x>.10</x>
|
||||
<y>.87</y>
|
||||
<zindex>3</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaulthihatop">
|
||||
<size>.21</size>
|
||||
<x>.03</x>
|
||||
<y>.55</y>
|
||||
<zindex>4</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultcrash">
|
||||
<size>.26</size>
|
||||
<x>.1</x>
|
||||
<y>.02</y>
|
||||
<zindex>4</zindex>
|
||||
</drumLayout>
|
||||
<drumLayout targetId="defaultride">
|
||||
<size>.25</size>
|
||||
<x>.72</x>
|
||||
<y>.04</y>
|
||||
<zindex>4</zindex>
|
||||
</drumLayout>
|
||||
</drums>
|
||||
</drumkitLayout>
|
||||
</items>
|
||||
|
||||
</drumkitLayoutCollection>
|
BIN
#Resources/manual.docx
Normal file
BIN
#Resources/promo-414x180.png
Normal file
After Width: | Height: | Size: 9.3 KiB |
BIN
#Resources/promo-414x468.png
Normal file
After Width: | Height: | Size: 17 KiB |
BIN
#Resources/promo-558x756.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
#Resources/promo-846x468.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
#Resources/screens/screenshot_04142013_135946.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
#Resources/screens/screenshot_04142013_140003.png
Normal file
After Width: | Height: | Size: 1.9 MiB |
BIN
#Resources/screens/screenshot_04142013_140055.png
Normal file
After Width: | Height: | Size: 548 KiB |
BIN
#Resources/screens/screenshot_04142013_140107.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
#Resources/screens/screenshot_04142013_140115.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
#Resources/screens/screenshot_04142013_140131.png
Normal file
After Width: | Height: | Size: 91 KiB |
BIN
#Resources/screens/screenshot_04142013_140148.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
#Resources/screens/screenshot_04142013_140331.png
Normal file
After Width: | Height: | Size: 1.8 MiB |