diff options
author | André Nusser <andre.nusser@googlemail.com> | 2017-01-16 00:05:11 +0100 |
---|---|---|
committer | André Nusser <andre.nusser@googlemail.com> | 2017-01-16 00:05:11 +0100 |
commit | c0970d1a50356237498e31d1792ee346cf662cba (patch) | |
tree | 2c0964e964bd81af2202545b7988f8a7ca748a86 /test/kit/instr2.xml | |
parent | b502c26edcfae7a1ed8df928eb450d67223b7b0f (diff) |
Add back test/kit as it is still used by Jenkins tests.
Diffstat (limited to 'test/kit/instr2.xml')
-rw-r--r-- | test/kit/instr2.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/kit/instr2.xml b/test/kit/instr2.xml new file mode 100644 index 0000000..76cbc80 --- /dev/null +++ b/test/kit/instr2.xml @@ -0,0 +1,16 @@ +<?xml version='1.0' encoding='UTF-8'?> +<instrument name="instr2"> + <samples> + <sample name="stroke1"> + <audiofile channel="ch1" file="2222.wav"/> + <audiofile channel="ch2" file="2222.wav"/> + <audiofile channel="ch3" file="2222.wav"/> + <audiofile channel="ch4" file="2222.wav"/> + </sample> + </samples> + <velocities> + <velocity lower="0" upper="1"> + <sampleref probability="1" name="stroke1"/> + </velocity> + </velocities> +</instrument> |