diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-01 20:28:05 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2013-12-01 20:28:05 +0100 |
commit | 7688cf531ab17562b0d984073891fae4d7d2f773 (patch) | |
tree | 98e3924078a0288620c88e494d9015ef789320e6 /test/kit/kit2.xml | |
parent | aa5d610c68f5b5de37caf9f37cd96498fb72bacf (diff) |
Add unit tests.
Diffstat (limited to 'test/kit/kit2.xml')
-rw-r--r-- | test/kit/kit2.xml | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/kit/kit2.xml b/test/kit/kit2.xml new file mode 100644 index 0000000..41cede4 --- /dev/null +++ b/test/kit/kit2.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="instr1" 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> |