<?xml version="1.0" encoding="UTF-8"?>
<ArdourMIDIBindings version="1.1.0" name="Korg nanoKONTROL2 alt.transport">


<!-- Slightly altered map: "<<" and ">>"buttons are assign to Rewind and (Fast) Forward,        -->
<!-- "Prev" and "Next" markerbuttons are assign to Playhead To Prev/Next Region Boundary        -->
<!-- Since function "Transport-Stop" stops AND resets to beginning of project in Ardour4 -bug?-, I used OSC actions -->

<!-- 2015-05-02 Gerard Aberkrom. Thank you, Chooch and Philippe for providing the original maps!-->
 
<!-- Some advice: In the Korg control editor utility (Work fine under wine):        		-->
<!-- 1 : Set the main "RECORD", "loop" and the track "Solo" "Mute" and "Record" button to toggle-->
<!-- (normally they are on momentary)            						-->
<!-- 2012-07.03 Philippe Demartin inspired from the original NanoKontrol map by			-->
<!-- 2010-11-26 Chooch Schubert: Map file creation 						-->

  <DeviceInfo bank-size="8"/>
	
  <Binding msg="B0 2d 7f" function="rec-enable"/>
  <Binding msg="B0 2d 00" function="rec-disable"/>
  <Binding channel="1" note="41" action="Transport/Roll"/>
  <Binding channel="1" note="42" action="Transport/Stop"/>
  <Binding channel="1" note="43" action="Transport/Rewind"/>
  <Binding channel="1" note="44" action="Transport/Forward"/>
  <Binding channel="1" ctl="46" function="loop-toggle"/>
  <Binding msg="B0 3c 7f" action="Editor/add-location-from-playhead"/>
  <Binding msg="B0 3d 7f" action="Editor/playhead-to-previous-region-boundary"/>
  <Binding msg="B0 3e 7f" action="Editor/playhead-to-next-region-boundary"/>
  <Binding msg="B0 3a 7f" function="prev-bank"/>
  <Binding msg="B0 3b 7f" function="next-bank"/>


<!--  Channel controls:                         	 		--> 
<!--  - There is 3 buttons on each track. Assigned to 			-->
<!--    "Solo" "Mute" and "Record Enable".        	 		-->
<!--  - Channel pan is implemented now in Ardour-3, 			-->

 


  <Binding channel="1" ctl="16" uri="/route/pandirection B1"/>	
  <Binding channel="1" ctl="32" uri="/route/solo B1"/>
  <Binding channel="1" ctl="48" uri="/route/mute B1"/>
  <Binding channel="1" ctl="64" uri="/route/recenable B1"/>
  <Binding channel="1" ctl="0" uri="/route/gain B1"/>
  
  <Binding channel="1" ctl="17" uri="/route/pandirection B2"/>
  <Binding channel="1" ctl="33" uri="/route/solo B2"/>
  <Binding channel="1" ctl="49" uri="/route/mute B2"/>
  <Binding channel="1" ctl="65" uri="/route/recenable B2"/>
  <Binding channel="1" ctl="1" uri="/route/gain B2"/>
  
  <Binding channel="1" ctl="18" uri="/route/pandirection B3"/>
  <Binding channel="1" ctl="34" uri="/route/solo B3"/>
  <Binding channel="1" ctl="50" uri="/route/mute B3"/>
  <Binding channel="1" ctl="66" uri="/route/recenable B3"/>
  <Binding channel="1" ctl="2" uri="/route/gain B3"/>
  
  <Binding channel="1" ctl="19" uri="/route/pandirection B4"/>
  <Binding channel="1" ctl="35" uri="/route/solo B4"/>
  <Binding channel="1" ctl="51" uri="/route/mute B4"/>
  <Binding channel="1" ctl="67" uri="/route/recenable B4"/>
  <Binding channel="1" ctl="3" uri="/route/gain B4"/>
  
  <Binding channel="1" ctl="20" uri="/route/pandirection B5"/>
  <Binding channel="1" ctl="36" uri="/route/solo B5"/>
  <Binding channel="1" ctl="52" uri="/route/mute B5"/>
  <Binding channel="1" ctl="68" uri="/route/recenable B5"/>
  <Binding channel="1" ctl="4" uri="/route/gain B5"/>
  
  <Binding channel="1" ctl="21" uri="/route/pandirection B6"/>
  <Binding channel="1" ctl="37" uri="/route/solo B6"/>
  <Binding channel="1" ctl="53" uri="/route/mute B6"/>
  <Binding channel="1" ctl="69" uri="/route/recenable B6"/>
  <Binding channel="1" ctl="5" uri="/route/gain B6"/>
  
  <Binding channel="1" ctl="22" uri="/route/pandirection B7"/>
  <Binding channel="1" ctl="38" uri="/route/solo B7"/>
  <Binding channel="1" ctl="54" uri="/route/mute B7"/>
  <Binding channel="1" ctl="70" uri="/route/recenable B7"/>
  <Binding channel="1" ctl="6" uri="/route/gain B7"/>
  
  <Binding channel="1" ctl="23" uri="/route/pandirection B8"/>
  <Binding channel="1" ctl="39" uri="/route/solo B8"/>
  <Binding channel="1" ctl="55" uri="/route/mute B8"/>
  <Binding channel="1" ctl="71" uri="/route/recenable B8"/>
  <Binding channel="1" ctl="7" uri="/route/gain B8"/>
  
 </ArdourMIDIBindings>
