summaryrefslogtreecommitdiff
path: root/midi_maps/M-Audio_Axiom_AIR_Mini_32.map
blob: a20e58e6a8de2f8b4fc8351b6be4071e9b38c786 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<?xml version="1.0" encoding="UTF-8"?>
<ArdourMIDIBindings version="1.0.0" name="M-Audio Axiom AIR Mini 32">
  <!-- 01-29-2018 Shawn Doherty-->
  <!-- Ardour Midi Map Template-->

<!--	Values are decimal

	Knob Control: Channel 1 Controller change event
	01: 1
	02: 2
	03: 3
	04: 4
	05: 5
	06: 6
	07: 7
	08: 8

	Transport Control: Channel 1 Control change event

	Stop: 16
	Play: 17
	Record: 18
	
	Directional Control: Channel 1 Control change event

	Up: 19
	Down: 20
	Right: 21
	Left: 22
	Center: 23
	
	Trigger Pads: Channel 1 Note event
	
	Bank1
	1: 36
	2: 37
	3: 38
	4: 39
	5: 40
	6: 41
	7: 42
	8: 43
	
	Bank2
	9: 44
	10: 45
	11: 46
	12: 47
	13: 48
	14: 49
	15: 50
	16: 51

-->

  <!-- Knob, mapped to gain faders -->
  <Binding channel="1" ctl="1" uri="/bus/gain master"/>
  <Binding channel="1" ctl="2" uri="/route/gain 1"/>
  <Binding channel="1" ctl="3" uri="/route/gain 2"/>
  <Binding channel="1" ctl="4" uri="/route/gain 3"/>
  <Binding channel="1" ctl="5" uri="/route/gain 4"/>
  <Binding channel="1" ctl="6" uri="/route/gain 5"/>
  <Binding channel="1" ctl="7" uri="/route/gain 6"/>
  <Binding channel="1" ctl="8" uri="/route/gain 7"/>

  <!-- Transport controls -->
  <Binding channel="1" ctl="16" function="transport-stop"/>
  <Binding channel="1" ctl="17" function="transport-roll"/>
  <Binding channel="1" ctl="18" function="toggle-rec-enable"/>
  
  <!-- Directional Controls -->
  <Binding channel="1" ctl="19" function="transport-start"/>
  <Binding channel="1" ctl="20" function="transport-end"/>
  <Binding channel="1" ctl="21" function="Transport-Forward"/>
  <Binding channel="1" ctl="22" function="Transport/Rewind"/>
  <Binding channel="1" ctl="23" function="loop-toggle"/>  

</ArdourMIDIBindings>