summaryrefslogtreecommitdiff
path: root/midi_maps/xboard-61.map
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2016-02-01 17:12:18 -0600
committerBen Loftis <ben@harrisonconsoles.com>2016-02-01 17:12:18 -0600
commite6a81318f1dc5fb2f2d406e6b092fed2b572ff42 (patch)
treeb62a27f4d4e8c8106d95c066da9f4d306d6df03d /midi_maps/xboard-61.map
parent4b9ffc1b628d4243fe528cfe8dbb2b3616d3da86 (diff)
Generic MIDI: ffwd, rewd buttons should do the expected
Diffstat (limited to 'midi_maps/xboard-61.map')
-rw-r--r--midi_maps/xboard-61.map6
1 files changed, 3 insertions, 3 deletions
diff --git a/midi_maps/xboard-61.map b/midi_maps/xboard-61.map
index 61928a9a06..f990460e4a 100644
--- a/midi_maps/xboard-61.map
+++ b/midi_maps/xboard-61.map
@@ -67,7 +67,7 @@ NOTE: I have assumed that the top row knobs are mapped to midi
<Binding channel="1" note="36" function="loop-toggle"/>
<Binding channel="1" note="38" function="transport-roll"/>
<Binding channel="1" note="40" function="transport-stop"/>
- <Binding channel="1" note="37" function="transport-start"/>
- <Binding channel="1" note="39" function="transport-end"/>
+ <Binding channel="1" note="37" action="Transport/Rewind"/>
+ <Binding channel="1" note="39" action="Transport/Forward"/>
-</ArdourMIDIBindings> \ No newline at end of file
+</ArdourMIDIBindings>