summaryrefslogtreecommitdiff
path: root/midi_maps
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-11-27 01:43:42 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-11-27 01:43:42 +0000
commitc542d5421d2bd82b8ca91ba225bb03d64337757d (patch)
tree93e75ec6685242e628c24a5ad73fb1dea6549c02 /midi_maps
parent2c75a06390205b40a03e29d0d67457a799c0b6da (diff)
fix illegal syntax in bcf2000 MIDI bindings
git-svn-id: svn://localhost/ardour2/branches/3.0@8103 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'midi_maps')
-rw-r--r--midi_maps/bcf2000.map10
1 files changed, 5 insertions, 5 deletions
diff --git a/midi_maps/bcf2000.map b/midi_maps/bcf2000.map
index 0c93442d04..fb35e4771c 100644
--- a/midi_maps/bcf2000.map
+++ b/midi_maps/bcf2000.map
@@ -121,13 +121,13 @@
<!-- expression pedal to master bus gain -->
<Binding channel="11" ctl="7" uri="/bus/gain master"/>
<!-- footswitch pedal to rec-enable; this will work for punch-in, but not punch-out -->
-<Binding sysex-"f0 7f 7f 6 6 f7" function-"rec-enable"/>
+<Binding sysex-"f0 7f 7f 6 6 f7" function="rec-enable"/>
<!-- bottom right soft-keys: prev-bank next-bank -->
<!-- transport-stop transport-roll -->
<!-- -->
-<Binding sysex-"f0 7f 7f 6 1 f7" function-"transport-stop"/>
-<Binding sysex-"f0 7f 7f 6 2 f7" function-"transport-roll"/>
-<Binding sysex-"f0 7f 7f 6 44 6 1 20 0 0 0 0 f7" function-"prev-bank"/>
-<Binding sysex-"f0 7f 7f 6 4 f7" function-"next-bank"/>
+<Binding sysex-"f0 7f 7f 6 1 f7" function="transport-stop"/>
+<Binding sysex-"f0 7f 7f 6 2 f7" function="transport-roll"/>
+<Binding sysex-"f0 7f 7f 6 44 6 1 20 0 0 0 0 f7" function="prev-bank"/>
+<Binding sysex-"f0 7f 7f 6 4 f7" function="next-bank"/>
</ArdourMIDIBindings>