Guest User

ardour nanoKONTROL2

a guest
Dec 16th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.54 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ArdourMIDIBindings version="1.1.0" name="Korg nanoKONTROL2 RB">
  3.  
  4. <!--
  5. Use that page to see the note number as Ardour’s midi tracer doesn’t displays it
  6. https://versioduo.com/webmidi-test/
  7. Second value of DATA
  8. -->
  9.  
  10.   <!-- <Binding channel="1" note="91" action="Transport/Rewind"/> -->
  11.   <Binding channel="1" ctl="43" function="transport-start"/>
  12.   <Binding channel="1" ctl="44" action="Transport/Forward" momentary="yes"/>
  13.   <Binding channel="1" ctl="42" function="transport-stop"/>
  14.   <Binding channel="1" ctl="41" function="transport-roll"/>
  15.   <Binding channel="1" ctl="45" action="Transport/Record" toggle="yes" />
  16.  
  17.   <Binding channel="1" ctl="46" function="loop-toggle"/>
  18.  
  19.   <!-- Faders -->
  20.   <Binding channel="1" ctl="0"   uri="/route/gain B1"/>
  21.   <Binding channel="1" ctl="1"   uri="/route/gain B2"/>
  22.   <Binding channel="1" ctl="2"   uri="/route/gain B3"/>
  23.   <Binding channel="1" ctl="3"   uri="/route/gain B4"/>
  24.   <Binding channel="1" ctl="4"   uri="/route/gain B5"/>
  25.   <Binding channel="1" ctl="5"   uri="/route/gain B6"/>
  26.   <Binding channel="1" ctl="6"   uri="/route/gain B7"/>
  27.   <Binding channel="1" ctl="7"   uri="/route/gain master"/>
  28.  
  29.   <!-- Gain controls -->
  30.   <!-- <Binding channel="9" pb="0" uri="/bus/gain master"/> -->
  31.  
  32.   <Binding channel="1" ctl="16" uri="/route/pandirection B1"/>
  33.   <Binding channel="1" ctl="32" uri="/route/solo B1" momentary="no"/>
  34.   <Binding channel="1" ctl="48" uri="/route/mute B1"/>
  35.   <Binding channel="1" ctl="64" uri="/route/recenable B1"/>
  36.   <Binding channel="1" ctl="0" uri="/route/gain B1"/>
  37.  
  38.   <Binding channel="1" ctl="17" uri="/route/pandirection B2"/>
  39.   <Binding channel="1" ctl="33" uri="/route/solo B2"/>
  40.   <Binding channel="1" ctl="49" uri="/route/mute B2"/>
  41.   <Binding channel="1" ctl="65" uri="/route/recenable B2"/>
  42.   <Binding channel="1" ctl="1" uri="/route/gain B2"/>
  43.  
  44.   <Binding channel="1" ctl="18" uri="/route/pandirection B3"/>
  45.   <Binding channel="1" ctl="34" uri="/route/solo B3"/>
  46.   <Binding channel="1" ctl="50" uri="/route/mute B3"/>
  47.   <Binding channel="1" ctl="66" uri="/route/recenable B3"/>
  48.   <Binding channel="1" ctl="2" uri="/route/gain B3"/>
  49.  
  50.   <Binding channel="1" ctl="19" uri="/route/pandirection B4"/>
  51.   <Binding channel="1" ctl="35" uri="/route/solo B4"/>
  52.   <Binding channel="1" ctl="51" uri="/route/mute B4"/>
  53.   <Binding channel="1" ctl="67" uri="/route/recenable B4"/>
  54.   <Binding channel="1" ctl="3" uri="/route/gain B4"/>
  55.  
  56.   <Binding channel="1" ctl="20" uri="/route/pandirection B5"/>
  57.   <Binding channel="1" ctl="36" uri="/route/solo B5"/>
  58.   <Binding channel="1" ctl="52" uri="/route/mute B5"/>
  59.   <Binding channel="1" ctl="68" uri="/route/recenable B5"/>
  60.   <Binding channel="1" ctl="4" uri="/route/gain B5"/>
  61.  
  62.   <Binding channel="1" ctl="21" uri="/route/pandirection B6"/>
  63.   <Binding channel="1" ctl="37" uri="/route/solo B6"/>
  64.   <Binding channel="1" ctl="53" uri="/route/mute B6"/>
  65.   <Binding channel="1" ctl="69" uri="/route/recenable B6"/>
  66.   <Binding channel="1" ctl="5" uri="/route/gain B6"/>
  67.  
  68.   <Binding channel="1" ctl="22" uri="/route/pandirection B7"/>
  69.   <Binding channel="1" ctl="38" uri="/route/solo B7"/>
  70.   <Binding channel="1" ctl="54" uri="/route/mute B7"/>
  71.   <Binding channel="1" ctl="70" uri="/route/recenable B7"/>
  72.   <Binding channel="1" ctl="6" uri="/route/gain B7"/>
  73.  
  74.   <!-- B8 = master -->
  75.   <Binding channel="1" ctl="23" uri="/route/pandirection master"/>
  76.   <Binding channel="1" ctl="55" uri="/route/mute master"/>
  77.   <Binding channel="1" ctl="7" uri="/route/gain master"/>
  78.  
  79.  </ArdourMIDIBindings>
  80.  
Advertisement
Add Comment
Please, Sign In to add comment