fix illegal syntax in bcf2000 MIDI bindings
authorPaul Davis <paul@linuxaudiosystems.com>
Sat, 27 Nov 2010 01:43:42 +0000 (01:43 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Sat, 27 Nov 2010 01:43:42 +0000 (01:43 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8103 d708f5d6-7413-0410-9779-e7cbd77b26cf

midi_maps/bcf2000.map

index 0c93442d04391d118a7118a5f38b8844b7e3cdd9..fb35e4771cc6cc6e4011020528539db5d0a8eff7 100644 (file)
 <!-- 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>