summaryrefslogtreecommitdiff
path: root/test/kit/kit1.xml
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-01-16 00:05:11 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2017-01-16 00:05:11 +0100
commitc0970d1a50356237498e31d1792ee346cf662cba (patch)
tree2c0964e964bd81af2202545b7988f8a7ca748a86 /test/kit/kit1.xml
parentb502c26edcfae7a1ed8df928eb450d67223b7b0f (diff)
Add back test/kit as it is still used by Jenkins tests.
Diffstat (limited to 'test/kit/kit1.xml')
-rw-r--r--test/kit/kit1.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/kit/kit1.xml b/test/kit/kit1.xml
new file mode 100644
index 0000000..dd4c93e
--- /dev/null
+++ b/test/kit/kit1.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<drumkit name="Test drumkit" description="A test drumkit">
+ <channels>
+ <channel name="ch1"/>
+ <channel name="ch2"/>
+ <channel name="ch3"/>
+ <channel name="ch4"/>
+ </channels>
+ <instruments>
+ <instrument name="instr1" file="instr1.xml">
+ <channelmap in="ch1" out="ch1"/>
+ <channelmap in="ch2" out="ch2"/>
+ <channelmap in="ch3" out="ch3"/>
+ <channelmap in="ch4" out="ch4"/>
+ </instrument>
+ <instrument name="instr2" file="instr2.xml">
+ <channelmap in="ch1" out="ch1"/>
+ <channelmap in="ch2" out="ch2"/>
+ <channelmap in="ch3" out="ch3"/>
+ <channelmap in="ch4" out="ch4"/>
+ </instrument>
+ </instruments>
+</drumkit>