summaryrefslogtreecommitdiff
path: root/share/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-02-23 15:26:48 +0100
committerRobin Gareus <robin@gareus.org>2020-02-23 16:21:55 +0100
commit54c4d3adc5f0cea54457df04af44397825fc2679 (patch)
treef73f78a3090dac4eeba87eb04657279997a70da3 /share/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map
parent96ef1dc0ed9862bf4937d182f789edd20c17581f (diff)
Clean up top-level source tree
Collect architecture independent data in 'share' subfolder. This also matches the install path
Diffstat (limited to 'share/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map')
-rw-r--r--share/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map23
1 files changed, 23 insertions, 0 deletions
diff --git a/share/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map b/share/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map
new file mode 100644
index 0000000000..b67f152ea1
--- /dev/null
+++ b/share/midi_maps/M-Audio_Axiom_Air_25_2015_Model_Transport_Only.map
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ArdourMIDIBindings version="1.0.0" name="M-Audio Axiom Air 25 (2015 Model) - Transport Controls">
+
+<!-- Based on file by Chooch Schubert -->
+<!-- Simplified and updated by Guy Sherman in Jan 2016 -->
+
+<!-- NB: loop-toggle and Transport/Record are a bit weird out-of-the-box: it will only stay enabled while you press the button -->
+<!-- To fix them: reconfigure the record button from a Momentary switch to a Toggle switch as in ... -->
+<!-- the user-manual describes how to set this up and save this into the keyboard's persistent memory -->
+<!-- "If you want the button to send the same value every time you press it, simply set the same value for both Data 2 and Data 3" -->
+<!-- http://www.indiana.edu/~audioweb/T452/Axiom25_UG.pdf page 3.8 (page 29) and sect 3.2 (page 15)-->
+
+<!-- Transport Controls -->
+ <Binding channel="1" ctl="113" function="loop-toggle"/>
+ <Binding channel="1" ctl="114" function="transport-start"/>
+ <Binding channel="1" ctl="115" function="transport-end"/>
+ <Binding channel="1" ctl="116" function="transport-stop"/>
+ <Binding channel="1" ctl="117" function="transport-roll"/>
+
+ <Binding channel="1" ctl="118" action="Transport/Record"/>
+
+
+</ArdourMIDIBindings>