summaryrefslogtreecommitdiff
path: root/midi_maps/Roland_SI-24.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_SI-24.map
parent4b9ffc1b628d4243fe528cfe8dbb2b3616d3da86 (diff)
Generic MIDI: ffwd, rewd buttons should do the expected
Diffstat (limited to 'midi_maps/Roland_SI-24.map')
-rw-r--r--midi_maps/Roland_SI-24.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/midi_maps/Roland_SI-24.map b/midi_maps/Roland_SI-24.map
index 40aa03a486..d60cb6c1f1 100644
--- a/midi_maps/Roland_SI-24.map
+++ b/midi_maps/Roland_SI-24.map
@@ -114,8 +114,8 @@
<!-- Transport buttons -->
<Binding channel="1" note="84" function="transport-stop"/> <!-- PAUSE -->
- <Binding channel="1" note="85" function="transport-stop"/> <!-- REW -->
- <Binding channel="1" note="86" function="transport-start"/> <!-- FF -->
+ <Binding channel="1" note="85" action="Transport/Rewind"/> <!-- REW -->
+ <Binding channel="1" note="86" action="Transport/Forward"/> <!-- FF -->
<Binding channel="1" note="87" function="transport-end"/> <!-- STOP -->
<Binding channel="1" note="88" function="transport-roll"/> <!-- PLAY -->
<Binding channel="1" note="89" function="toggle-rec-enable"/> <!-- REC -->