summaryrefslogtreecommitdiff
path: root/kits
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2012-08-31 22:45:04 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2012-08-31 22:45:04 +0200
commit56aeae5d35ab4ed21576c0ec5b77e4bba0322001 (patch)
tree137606911aa21706240f61c3a8cceb4b84020eec /kits
parentb7c1cc72a6a300900ee4656cb10c495b1afcab2b (diff)
Fix instrument names.
Diffstat (limited to 'kits')
-rw-r--r--kits/test/midimap.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/kits/test/midimap.xml b/kits/test/midimap.xml
index 908996a..031351c 100644
--- a/kits/test/midimap.xml
+++ b/kits/test/midimap.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<midimap>
- <map note="35" instr="kick"/>
- <map note="36" instr="kick"/>
+ <map note="35" instr="kick-r"/>
+ <map note="36" instr="kick-l"/>
<map note="38" instr="snare"/>
@@ -15,11 +15,11 @@
<map note="51" instr="ride"/>
<map note="53" instr="ride-bell"/>
- <map note="49" instr="crash-1"/>
- <map note="57" instr="crash-2"/>
+ <map note="49" instr="crash1"/>
+ <map note="57" instr="crash2"/>
<map note="52" instr="china"/>
<map note="55" instr="splash"/>
-</midimap> \ No newline at end of file
+</midimap>