summaryrefslogtreecommitdiff
path: root/midi_maps/Roland_V_Studio_20.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/Roland_V_Studio_20.map
parent4b9ffc1b628d4243fe528cfe8dbb2b3616d3da86 (diff)
Generic MIDI: ffwd, rewd buttons should do the expected
Diffstat (limited to 'midi_maps/Roland_V_Studio_20.map')
-rw-r--r--midi_maps/Roland_V_Studio_20.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/midi_maps/Roland_V_Studio_20.map b/midi_maps/Roland_V_Studio_20.map
index 5e1eea152b..0fb458e45c 100644
--- a/midi_maps/Roland_V_Studio_20.map
+++ b/midi_maps/Roland_V_Studio_20.map
@@ -8,8 +8,8 @@
<Binding channel="1" note="46" function="next-bank" momentary="yes"/>
<!-- Transport controls -->
<Binding channel="2" note="33" action="Transport/GotoZero" momentary="yes"/> <!-- Fix for non-working transport-zero action -->
-<Binding channel="1" note="91" function="transport-start" momentary="yes"/>
-<Binding channel="1" note="92" function="transport-end" momentary="yes"/>
+<Binding channel="1" note="91" action="Transport/Rewind" momentary="yes"/>
+<Binding channel="1" note="92" action="Transport/Forward" momentary="yes"/>
<Binding channel="1" note="93" function="transport-stop" momentary="yes"/>
<Binding channel="1" note="94" function="transport-roll" momentary="yes"/>
<Binding channel="1" note="95" action="Transport/Record" momentary="yes"/> <!-- Makes record toggle -->