summaryrefslogtreecommitdiff
path: root/midi_maps
diff options
context:
space:
mode:
authorlicorne-sama <laura.muffinandco@gmail.com>2017-04-16 13:17:35 +0200
committerLen Ovens <len@ovenwerks.net>2017-04-16 09:05:14 -0700
commit7fe769fd14743e383fd7eb7d50f6702897a8e376 (patch)
tree24647c8a6d37127ec692e3c2e68cfdc00d8fe3dd /midi_maps
parent62a1fd28d51d0187962832dcae6c13c423a3ef5f (diff)
Fixed the loop control
Works now perfectly fine with factory defaults
Diffstat (limited to 'midi_maps')
-rw-r--r--midi_maps/Arturia_KeyLab49.map7
1 files changed, 4 insertions, 3 deletions
diff --git a/midi_maps/Arturia_KeyLab49.map b/midi_maps/Arturia_KeyLab49.map
index 9269abc3ac..8923bf15fb 100644
--- a/midi_maps/Arturia_KeyLab49.map
+++ b/midi_maps/Arturia_KeyLab49.map
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<ArdourMIDIBindings version="1.0.0" name="Arturia KeyLab 49">
-<!-- Works with device's factory settings, except for the loop button (see end of file). Transport control is available through MMC. -->
+<!-- Works with device's factory settings. Transport control is available through MMC. -->
<DeviceInfo bank-size="8"/>
@@ -54,8 +54,9 @@
<Binding channel="1" enc-b="7" uri="route/gain S1"/>
-<!-- Loop switch. You have to put the loop button in Control mode. Not Control Toggle. -->
+<!-- Loop switch. -->
- <Binding channel="1" ctl="55" function="loop-toggle"/>
+ <Binding msg="b0 37 7f" action="Transport/Loop"/>
+ <Binding msg="b0 37 00" action="Transport/Loop"/>
</ArdourMIDIBindings>