new MIDI binding maps for Korg nanoKontrol and M-Audio Axiom 25 from Chooch Schubert...
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 26 Nov 2010 23:51:21 +0000 (23:51 +0000)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 26 Nov 2010 23:51:21 +0000 (23:51 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8099 d708f5d6-7413-0410-9779-e7cbd77b26cf

midi_maps/Korg_nanoKONTROL.map [new file with mode: 0644]
midi_maps/M-Audio_Axiom25.map [new file with mode: 0644]

diff --git a/midi_maps/Korg_nanoKONTROL.map b/midi_maps/Korg_nanoKONTROL.map
new file mode 100644 (file)
index 0000000..02d4a55
--- /dev/null
@@ -0,0 +1,82 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ArdourMIDIBindings version="1.0.0" name="Korg nanoKONTROL">
+
+<!-- 2010-11-26 Chooch Schubert: Map file creation -->
+  <DeviceInfo bank-size="9"/>
+
+<!-- Transport Controls -->
+  <Binding channel="1" ctl="44" function="rec-enable"/>
+  <Binding channel="1" ctl="44" function="rec-disable"/>
+  <Binding channel="1" ctl="45" function="transport-roll"/>
+  <Binding channel="1" ctl="46" function="transport-stop"/>
+  <Binding channel="1" ctl="47" function="transport-start"/>
+  <Binding channel="1" ctl="48" function="transport-end"/>
+  <Binding channel="1" ctl="49" function="loop-toggle"/>
+
+<!-- The "Scene" button toggles between four banks. It implements this by   -->
+<!-- changing the midi codes that are sent on each channel control, so when -->
+<!-- you hit the Scene button the nanKONTROL will send different midi codes -->
+<!-- for each button. Scene 1 is faders 1-9, Scene 2 is faders 10-19, etc.  -->
+<!-- This essentially duplicates Ardours Bank feature. Because Ardour is    -->
+<!-- more flexible, I have chosen to map all of the Scene button states to  -->
+<!-- Ardours "next-bank" function.                                          -->
+<!--                                                                        -->
+<!-- The drawback is that the indicator LED may be incorrect in the Scene   -->
+<!-- or Bank number indicated (ie: you could be on Ardour Bank 5, but the   -->
+<!-- LED for Scene 1 will be lit up). If this bother you, then you can      -->
+<!-- comment out the following four lines. This will enable you to use the  -->
+<!-- controllers built in Scenes (possibility of 36 tracks), but you will   -->
+<!-- have to use a mouse to change banks in the Ardour GUI                  -->
+<Binding sysex="f0 42 40 0 1 4 0 5f 4f 0 f7" function="next-bank"/>
+<Binding sysex="f0 42 40 0 1 4 0 5f 4f 1 f7" function="next-bank"/>
+<Binding sysex="f0 42 40 0 1 4 0 5f 4f 2 f7" function="next-bank"/>
+<Binding sysex="f0 42 40 0 1 4 0 5f 4f 3 f7" function="next-bank"/>
+
+<!--  Channel controls:
+<!--  - The two buttons on each channel are unmarked. I decided to use them -->
+<!--    as "Solo" and "Record Enable".                                      -->
+<!--  - Channel pan is not yet implemented in Ardour-3, so I chose to map   -->
+<!--    the rotary controls as "Send Gain" which will adjust the volume of  -->
+<!--    the first send on each channel, if one exists. When Ardour          -->
+<!--    impliments panning this will likely be changed, since I feel        -->
+<!--    panning is more useful.                                             -->
+  <Binding channel="1" ctl="2" uri="/route/gain B1"/>
+  <Binding channel="1" ctl="3" uri="/route/gain B2"/>
+  <Binding channel="1" ctl="4" uri="/route/gain B3"/>
+  <Binding channel="1" ctl="5" uri="/route/gain B4"/>
+  <Binding channel="1" ctl="6" uri="/route/gain B5"/>
+  <Binding channel="1" ctl="8" uri="/route/gain B6"/>
+  <Binding channel="1" ctl="9" uri="/route/gain B7"/>
+  <Binding channel="1" ctl="12" uri="/route/gain B8"/>
+  <Binding channel="1" ctl="13" uri="/route/gain B9"/>
+
+  <Binding channel="1" ctl="23" uri="/route/solo B1"/>
+  <Binding channel="1" ctl="33" uri="/route/recenable B1"/>
+  <Binding channel="1" ctl="24" uri="/route/solo B2"/>
+  <Binding channel="1" ctl="34" uri="/route/recenable B2"/>
+  <Binding channel="1" ctl="25" uri="/route/solo B3"/>
+  <Binding channel="1" ctl="35" uri="/route/recenable B3"/>
+  <Binding channel="1" ctl="26" uri="/route/solo B4"/>
+  <Binding channel="1" ctl="36" uri="/route/recenable B4"/>
+  <Binding channel="1" ctl="27" uri="/route/solo B5"/>
+  <Binding channel="1" ctl="37" uri="/route/recenable B5"/>
+  <Binding channel="1" ctl="28" uri="/route/solo B6"/>
+  <Binding channel="1" ctl="38" uri="/route/recenable B6"/>
+  <Binding channel="1" ctl="29" uri="/route/solo B7"/>
+  <Binding channel="1" ctl="39" uri="/route/recenable B7"/>
+  <Binding channel="1" ctl="30" uri="/route/solo B8"/>
+  <Binding channel="1" ctl="40" uri="/route/recenable B8"/>
+  <Binding channel="1" ctl="31" uri="/route/solo B9"/>
+  <Binding channel="1" ctl="41" uri="/route/recenable B9"/>
+
+  <Binding channel="1" ctl="14" uri="/route/send/gain B1"/>
+  <Binding channel="1" ctl="15" uri="/route/send/gain B2"/>
+  <Binding channel="1" ctl="16" uri="/route/send/gain B3"/>
+  <Binding channel="1" ctl="17" uri="/route/send/gain B4"/>
+  <Binding channel="1" ctl="18" uri="/route/send/gain B5"/>
+  <Binding channel="1" ctl="19" uri="/route/send/gain B6"/>
+  <Binding channel="1" ctl="20" uri="/route/send/gain B7"/>
+  <Binding channel="1" ctl="21" uri="/route/send/gain B8"/>
+  <Binding channel="1" ctl="22" uri="/route/send/gain B9"/>
+
+</ArdourMIDIBindings>
diff --git a/midi_maps/M-Audio_Axiom25.map b/midi_maps/M-Audio_Axiom25.map
new file mode 100644 (file)
index 0000000..2c7bbe4
--- /dev/null
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ArdourMIDIBindings version="1.0.0" name="M-Audio Axiom 25 - Transport Controls">
+
+<!-- 2010-11-26 Chooch Schubert: Map file creation -->
+
+<!-- Transport Controls -->
+  <Binding channel="1" ctl="20" function="loop-toggle"/>
+  <Binding channel="1" ctl="21" function="transport-start"/>
+  <Binding channel="1" ctl="22" function="transport-end"/>
+  <Binding channel="1" ctl="23" function="transport-stop"/>
+  <Binding channel="1" ctl="24" function="transport-roll"/>
+  <Binding channel="1" ctl="25" function="rec-enable"/>
+  <Binding channel="1" ctl="25" function="rec-disable"/>
+
+<!--  Potentiometers:                                                       -->
+<!--  I decided to map the 8 pots as track fader controls. They have a      -->
+<!--  staggered layout, and I decided to make them 1-4 on the top row and   -->
+<!--  5-8 on the bottom row                                                 -->
+  <Binding channel="1" ctl="71" uri="/route/gain 1"/>
+  <Binding channel="1" ctl="74" uri="/route/gain 2"/>
+  <Binding channel="1" ctl="84" uri="/route/gain 3"/>
+  <Binding channel="1" ctl="7" uri="/route/gain 4"/>
+  <Binding channel="1" ctl="91" uri="/route/gain 5"/>
+  <Binding channel="1" ctl="93" uri="/route/gain 6"/>
+  <Binding channel="1" ctl="5" uri="/route/gain 7"/>
+  <Binding channel="1" ctl="10" uri="/route/gain 8"/>
+
+</ArdourMIDIBindings>