summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-02-12 22:14:24 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2015-02-12 22:14:24 +0100
commita05a820098a1bd936d4f4a7ea0746defab045c42 (patch)
treeb0cddeb83f8ee8d3bf1a366a73bd645631f7a1b5
parent83b4143391d0ef55c95f733b5f364d5f1778d68a (diff)
Fix missing instrument names.
-rw-r--r--test/kit/instr1.xml2
-rw-r--r--test/kit/instr2.xml2
-rw-r--r--test/kit/kit1.xml2
-rw-r--r--test/kit/kit2.xml2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/kit/instr1.xml b/test/kit/instr1.xml
index 3257c95..6b600d5 100644
--- a/test/kit/instr1.xml
+++ b/test/kit/instr1.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<instrument name="snare">
+<instrument name="instr1">
<samples>
<sample name="stroke1">
<audiofile channel="ch1" file="1111.wav"/>
diff --git a/test/kit/instr2.xml b/test/kit/instr2.xml
index 30a988a..76cbc80 100644
--- a/test/kit/instr2.xml
+++ b/test/kit/instr2.xml
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<instrument name="snare">
+<instrument name="instr2">
<samples>
<sample name="stroke1">
<audiofile channel="ch1" file="2222.wav"/>
diff --git a/test/kit/kit1.xml b/test/kit/kit1.xml
index 41cede4..dd4c93e 100644
--- a/test/kit/kit1.xml
+++ b/test/kit/kit1.xml
@@ -13,7 +13,7 @@
<channelmap in="ch3" out="ch3"/>
<channelmap in="ch4" out="ch4"/>
</instrument>
- <instrument name="instr1" file="instr2.xml">
+ <instrument name="instr2" file="instr2.xml">
<channelmap in="ch1" out="ch1"/>
<channelmap in="ch2" out="ch2"/>
<channelmap in="ch3" out="ch3"/>
diff --git a/test/kit/kit2.xml b/test/kit/kit2.xml
index 41cede4..dd4c93e 100644
--- a/test/kit/kit2.xml
+++ b/test/kit/kit2.xml
@@ -13,7 +13,7 @@
<channelmap in="ch3" out="ch3"/>
<channelmap in="ch4" out="ch4"/>
</instrument>
- <instrument name="instr1" file="instr2.xml">
+ <instrument name="instr2" file="instr2.xml">
<channelmap in="ch1" out="ch1"/>
<channelmap in="ch2" out="ch2"/>
<channelmap in="ch3" out="ch3"/>