summaryrefslogtreecommitdiff
path: root/midi_maps
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-04-02 15:26:57 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-04-02 15:26:57 +0000
commite945cceb3265cc11f519a916a1d726658884e694 (patch)
tree9a25b514d4e24551748aebfcef5a299d6b895ae0 /midi_maps
parent3d85304aec44476bdc3e72352db98f4c4037fbf2 (diff)
more MIDI binding map syntax corrections
git-svn-id: svn://localhost/ardour2/branches/3.0@9267 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 fb35e4771c..f8da879a4d 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>