summaryrefslogtreecommitdiff
path: root/test/kit/kit2.xml
diff options
context:
space:
mode:
authorAndré Nusser <andre.nusser@googlemail.com>2017-01-15 21:22:12 +0100
committerAndré Nusser <andre.nusser@googlemail.com>2017-01-15 21:22:12 +0100
commitb502c26edcfae7a1ed8df928eb450d67223b7b0f (patch)
treed55455013a68d72250233cc8d6294c5d6d6c81b8 /test/kit/kit2.xml
parent25bf0872b6e3a28f93d222823b09e86549ea36d9 (diff)
Make all the tests use the drumkit_creator functions.
Diffstat (limited to 'test/kit/kit2.xml')
-rw-r--r--test/kit/kit2.xml23
1 files changed, 0 insertions, 23 deletions
diff --git a/test/kit/kit2.xml b/test/kit/kit2.xml
deleted file mode 100644
index dd4c93e..0000000
--- a/test/kit/kit2.xml
+++ /dev/null
@@ -1,23 +0,0 @@
-<?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>