Fixed the loop control
authorlicorne-sama <laura.muffinandco@gmail.com>
Sun, 16 Apr 2017 11:17:35 +0000 (13:17 +0200)
committerLen Ovens <len@ovenwerks.net>
Sun, 16 Apr 2017 16:05:14 +0000 (09:05 -0700)
Works now perfectly fine with factory defaults

midi_maps/Arturia_KeyLab49.map

index 9269abc3ac932cf28969683a88bc25fda0501982..8923bf15fb5639f4a0a848bf24cc68a1e30bc547 100644 (file)
@@ -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>