File: Default.xml

package info (click to toggle)
exadrums 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 5,728 kB
  • sloc: cpp: 2,880; xml: 165; makefile: 76
file content (70 lines) | stat: -rw-r--r-- 2,312 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<root>
<!-- The sounds used by this kit have been recorded by Phill Mason -->
    <kitName>Default</kitName>
    <kitFolder/>
    <Instrument type="Pad" volume="100">
        <instrumentName>HiHat</instrumentName>
        <triggers>
            <trigger location="DrumHead">0</trigger>
        </triggers>
        <sounds>
            <sound type="DrumHead">HiHat/HiHat.wav</sound>
        </sounds>
    </Instrument>
    <Instrument type="Pad" volume="100">
        <instrumentName>Snare</instrumentName>
        <triggers>
            <trigger location="DrumHead">1</trigger>
        </triggers>
        <sounds>
            <sound type="DrumHead">SnareDrum/Snr_Acou_01.wav</sound>
        </sounds>
    </Instrument>
    <Instrument type="Pad" volume="100">
        <instrumentName>Kick</instrumentName>
        <triggers>
            <trigger location="DrumHead">2</trigger>
        </triggers>
        <sounds>
            <sound type="DrumHead">BassDrum/BD_Acou_01.wav</sound>
        </sounds>
    </Instrument>
    <Instrument type="Pad" volume="35">
        <instrumentName>Crash</instrumentName>
        <triggers>
            <trigger location="DrumHead">3</trigger>
        </triggers>
        <sounds>
            <sound type="DrumHead">Crash/Crash_High.wav</sound>
        </sounds>
    </Instrument>
    <Instrument type="Pad" volume="50">
        <instrumentName>Tom</instrumentName>
        <triggers>
            <trigger location="DrumHead">4</trigger>
        </triggers>
        <sounds>
            <sound type="DrumHead">Tom/Tom01.wav</sound>
        </sounds>
    </Instrument>
    <Instrument type="Pad" volume="50">
        <instrumentName>Floor Tom</instrumentName>
        <triggers>
            <trigger location="DrumHead">5</trigger>
        </triggers>
        <sounds>
            <sound type="DrumHead">Tom/Tom03.wav</sound>
        </sounds>
    </Instrument>
    <Instrument type="DualZonePad" volume="100">
        <instrumentName>Ride</instrumentName>
        <triggers>
            <trigger location="DrumHead">6</trigger>
            <trigger location="Rim">7</trigger>
        </triggers>
        <sounds>
            <sound type="DrumHead">Ride/RideEdge.wav</sound>
            <sound type="RimShot">Ride/RideBell.wav</sound>
        </sounds>
    </Instrument>
</root>