Optimize automation-event process splitting
[ardour.git] / midi_maps / M-Audio_Axiom_AIR_Mini_32.map
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ArdourMIDIBindings version="1.0.0" name="M-Audio Axiom AIR Mini 32">
3   <!-- 01-29-2018 Shawn Doherty-->
4   <!-- Ardour Midi Map Template-->
5
6 <!--    Values are decimal
7
8         Knob Control: Channel 1 Controller change event
9         01: 1
10         02: 2
11         03: 3
12         04: 4
13         05: 5
14         06: 6
15         07: 7
16         08: 8
17
18         Transport Control: Channel 1 Control change event
19
20         Stop: 16
21         Play: 17
22         Record: 18
23         
24         Directional Control: Channel 1 Control change event
25
26         Up: 19
27         Down: 20
28         Right: 21
29         Left: 22
30         Center: 23
31         
32         Trigger Pads: Channel 1 Note event
33         
34         Bank1
35         1: 36
36         2: 37
37         3: 38
38         4: 39
39         5: 40
40         6: 41
41         7: 42
42         8: 43
43         
44         Bank2
45         9: 44
46         10: 45
47         11: 46
48         12: 47
49         13: 48
50         14: 49
51         15: 50
52         16: 51
53
54 -->
55
56   <!-- Knob, mapped to gain faders -->
57   <Binding channel="1" ctl="1" uri="/bus/gain master"/>
58   <Binding channel="1" ctl="2" uri="/route/gain 1"/>
59   <Binding channel="1" ctl="3" uri="/route/gain 2"/>
60   <Binding channel="1" ctl="4" uri="/route/gain 3"/>
61   <Binding channel="1" ctl="5" uri="/route/gain 4"/>
62   <Binding channel="1" ctl="6" uri="/route/gain 5"/>
63   <Binding channel="1" ctl="7" uri="/route/gain 6"/>
64   <Binding channel="1" ctl="8" uri="/route/gain 7"/>
65
66   <!-- Transport controls -->
67   <Binding channel="1" ctl="16" function="transport-stop"/>
68   <Binding channel="1" ctl="17" function="transport-roll"/>
69   <Binding channel="1" ctl="18" function="toggle-rec-enable"/>
70   
71   <!-- Directional Controls -->
72   <Binding channel="1" ctl="19" function="transport-start"/>
73   <Binding channel="1" ctl="20" function="transport-end"/>
74   <Binding channel="1" ctl="21" function="Transport-Forward"/>
75   <Binding channel="1" ctl="22" function="Transport/Rewind"/>
76   <Binding channel="1" ctl="23" function="loop-toggle"/>  
77
78 </ArdourMIDIBindings>