summaryrefslogtreecommitdiff
path: root/midi_maps/Novation_Impulse61.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/Novation_Impulse61.map
parent4b9ffc1b628d4243fe528cfe8dbb2b3616d3da86 (diff)
Generic MIDI: ffwd, rewd buttons should do the expected
Diffstat (limited to 'midi_maps/Novation_Impulse61.map')
-rw-r--r--midi_maps/Novation_Impulse61.map4
1 files changed, 2 insertions, 2 deletions
diff --git a/midi_maps/Novation_Impulse61.map b/midi_maps/Novation_Impulse61.map
index 78e0d4c548..8bd26a61bb 100644
--- a/midi_maps/Novation_Impulse61.map
+++ b/midi_maps/Novation_Impulse61.map
@@ -6,8 +6,8 @@
<!-- Transport controls -->
- <Binding channel="1" ctl="112" function="transport-start"/>
- <Binding channel="1" ctl="113" function="transport-end"/>
+ <Binding channel="1" ctl="112" action="Transport/Rewind"/>
+ <Binding channel="1" ctl="113" action="Transport/Forward"/>
<Binding channel="1" ctl="114" function="transport-stop"/>
<Binding channel="1" ctl="115" function="transport-roll"/>
<Binding channel="1" ctl="116" function="loop-toggle"/>