Build 130105

This commit is contained in:
2013-11-18 20:06:17 +02:00
parent 4e0e7d4a83
commit 8954fd2635
82 changed files with 2620 additions and 586 deletions

BIN
DrumKit/Build/7z.exe Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 204 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 200 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 282 KiB

View 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>

View 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>

View 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>