summaryrefslogtreecommitdiff
path: root/test/kit/instr1.xml
blob: 3257c950e149381f9e2d78188955ada2aaa3ef91 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version='1.0' encoding='UTF-8'?>
<instrument name="snare">
 <samples>
  <sample name="stroke1">
   <audiofile channel="ch1" file="1111.wav"/>
   <audiofile channel="ch2" file="1111.wav"/>
   <audiofile channel="ch3" file="1111.wav"/>
   <audiofile channel="ch4" file="1111.wav"/>
  </sample>
 </samples>
 <velocities>
  <velocity lower="0" upper="1">
   <sampleref probability="1" name="stroke1"/>
  </velocity>
 </velocities>
</instrument>