forked from markqvist/MidiKatapult
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlayout.txt
More file actions
234 lines (189 loc) · 4.16 KB
/
layout.txt
File metadata and controls
234 lines (189 loc) · 4.16 KB
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
// <- These two slashes means "this line is a comment"
// Lets start creating a layout.
// First of all, we need at least one page, so lets create one by
// writing:
page 1 Transport & EQ
// Pages can be named as well. Just write the name after the
// page number, as above.
// So far, so good. Now let's create some controls.
// First some hold and toggle buttons:
crsfader 0 6 8
note 0 4 3 c 120
note 1 4 3 d 120 toggle
note 2 4 3 e 120
note 3 4 3 f 120
button 0 0 toggle velocity=89
button 1 0 toggle
button 2 0 hold
button 3 0 toggle
button 0 1 hold
button 1 1 hold
button 2 1 hold
button 3 1 hold
// And then some faders:
//yfader 0 7 5 takeover=1
//yfader 1 7 5 takeover=1
//yfader 2 7 5 takeover=1
//yfader 3 7 5 takeover=1
// These faders have takeover activated on them.
// This means that they'll move smoothly from one
// value to another. This takeover is set to the
// fastest (1 millisecond). If you want them to
// update slower, increase the takeover value.
// That fills up the left half of the Launchpad
// Lets just duplicate it for the other half,
// This will serve as a good starting point
// for controlling two decks in Traktor, for
// example.
button 4 0 toggle
button 5 0 toggle
button 6 0 hold
button 7 0 toggle
button 4 1 hold
button 5 1 hold
button 6 1 hold
button 7 1 hold
//yfader 4 7 5 takeover=1
//yfader 5 7 5 takeover=1
//yfader 6 7 5 takeover=1
//yfader 7 7 5 takeover=1
button 0 2 toggle
button 1 2 toggle
button 2 2 hold
button 3 2 hold
button 4 2 toggle
button 5 2 toggle
button 6 2 hold
button 7 2 hold
// For demonstration purposes, heres a couple more pages.
// These are not mapped to anything in the supplied
// Traktor layouts, so you can go ahead and assign the
// controls yourself :) Get creative!
page 2 FX Pad 1
oncolor red
pad 0 0 7 7 takeover=1
oncolor green
button 0 7 toggle
yfader 7 7 8 takeover=1
page 3 FX Pad 2
oncolor red
pad 0 0 8 8 takeover=1
page 4 Controller chaining
xfader 0 0 8 takeover=8
yfader 0 7 6
yfader 2 7 5
yfader 4 7 3
yfader 6 7 4
button 4 2 toggle
button 5 3 toggle
button 6 2 toggle
button 7 2 toggle
chain 0 0 to 0 7
chain 0 7 to 2 7
chain 2 7 to 4 7
chain 4 7 to 6 7
chain 4 2 to 0 7
chain 5 3 to 2 7
chain 6 2 to 4 7
chain 7 2 to 6 7
page 5 Custom color examples
oncolor green
offcolor yellow
button 0 0 toggle
button 0 1 toggle
button 0 2 toggle
button 0 3 toggle
button 0 4 toggle
button 0 5 toggle
button 0 6 toggle
button 0 7 toggle
offcolor red
button 1 0 toggle
button 1 1 toggle
button 1 2 toggle
button 1 3 toggle
button 1 4 toggle
button 1 5 toggle
button 1 6 toggle
button 1 7 toggle
offcolor yellow
button 2 0 toggle
button 2 1 toggle
button 2 2 toggle
button 2 3 toggle
button 2 4 toggle
button 2 5 toggle
button 2 6 toggle
button 2 7 toggle
offcolor red
button 3 0 toggle
button 3 1 toggle
button 3 2 toggle
button 3 3 toggle
button 3 4 toggle
button 3 5 toggle
button 3 6 toggle
button 3 7 toggle
offcolor yellow
button 4 0 toggle
button 4 1 toggle
button 4 2 toggle
button 4 3 toggle
button 4 4 toggle
button 4 5 toggle
button 4 6 toggle
button 4 7 toggle
offcolor red
button 5 0 toggle
button 5 1 toggle
button 5 2 toggle
button 5 3 toggle
button 5 4 toggle
button 5 5 toggle
button 5 6 toggle
button 5 7 toggle
offcolor yellow
button 6 0 toggle
button 6 1 toggle
button 6 2 toggle
button 6 3 toggle
button 6 4 toggle
button 6 5 toggle
button 6 6 toggle
button 6 7 toggle
offcolor red
button 7 0 toggle
button 7 1 toggle
button 7 2 toggle
button 7 3 toggle
button 7 4 toggle
button 7 5 toggle
button 7 6 toggle
button 7 7 toggle
defaultcolors
page 6 Four 2D Pads
offcolor green
oncolor red
pad 0 0 4 4 takeover=1
pad 4 4 4 4 takeover=1
offcolor amber
pad 4 0 4 4
pad 0 4 4 4
page 7 One big 2D Pad
pad 0 0 8 8 takeover=4
defaultcolors
page 8 Drumracks
drumrack 0 0 4 4 3 c 115
drumrack 4 4 4 4 5 c 120
page 9 Keyboard shortcuts
kbd 0 0 command+tab
kbd 1 0 shift+a
kbd 2 0 b
kbd 3 0 c
page 10
oncolor green
offcolor red
xslider 0 3 8 4
note 0 0 3 c 120
button 1 0 toggle
chain 1 0 to 0 0