-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUserConfiguration.txt
343 lines (290 loc) · 8.36 KB
/
UserConfiguration.txt
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
# ======================================================
# Config File for User-defined InstantMappings
# ======================================================
[Globals]
# The primary MIDI channel that the controller uses in
# the range of 0-15.
GlobalChannel: 0
InputName: Komplete Kontrol Mk1
OutputName: Komplete Kontrol Mk1
# ======================================================
# Control Settings Information
# ======================================================
# The settings below allow you to control various
# features in Live via MIDI messages that your
# controller sends.
# Aside from the PadxNote features where Note numbers
# are assigned, all other features expect CCs. CCs and
# Note numbers are counted from 0-127.
# For the most part, CCs and Notes are expected to be
# sent on the GlobalChannel. However, it is possible
# to specify a different channel for some features such
# as EncoderChannelx. In those cases, if the channel is
# left at -1, the GlobalChannel will be used. Channels
# are counted from 0-15.
# Aside from buttons used for MixerControl, buttons on
# your controller are expected to not be toggles (i.e.,
# sending value 0 every second time you press it).
# Finally, for some features, you can specify the map
# mode of the MIDI message(s) assigned to the feature.
# The following map modes are available:
# - Absolute
# - Absolute14Bit
# - LinearSignedBit
# - LinearSignedBit2
# - LinearTwoCompliment
# - LinearBinaryOffset
# - AccelSignedBit
# - AccelSignedBit2
# - AccelTwoCompliment
# - AccelBinaryOffset
# For faders and knobs with a fixed range, you will
# use Absolute or Absolute14Bit. For endless encoders,
# you will use one of the other modes. To find out which
# to use, you can:
# - Consult the controller's documentation.
# - Review section 27.2.4 of Live's manual:
# https://www.ableton.com/en/manual/midi-and-key-remote-control/
# - Try the various modes to see which works best for you.
# ======================================================
# The Pad settings below allow you to assign Note
# numbers that will be used to play the visible pads in
# Drum Racks. The arrangement of the Pads is as
# follows:
# 1 2 3 4
# 5 6 7 8
# 9 10 11 12
# 13 14 15 16
Pad1Note: -1
Pad2Note: -1
Pad3Note: -1
Pad4Note: -1
Pad5Note: -1
Pad6Note: -1
Pad7Note: -1
Pad8Note: -1
Pad9Note: -1
Pad10Note: -1
Pad11Note: -1
Pad12Note: -1
Pad13Note: -1
Pad14Note: -1
Pad15Note: -1
Pad16Note: -1
Pad1Channel: -1
Pad2Channel: -1
Pad3Channel: -1
Pad4Channel: -1
Pad5Channel: -1
Pad6Channel: -1
Pad7Channel: -1
Pad8Channel: -1
Pad9Channel: -1
Pad10Channel: -1
Pad11Channel: -1
Pad12Channel: -1
Pad13Channel: -1
Pad14Channel: -1
Pad15Channel: -1
Pad16Channel: -1
# ======================================================
[DeviceControls]
# The settings below apply to the Device that is selected
# in Live.
# Encoder1-Encoder16 control up to 16 Device parameters
# at a time. The number of Encoders used here determines
# how the bank buttons described further down will work.
# If 8 or less Encoders are used, the bank buttons will
# select one bank of 8 parameters for the Encoders to
# control. If 9 or more Encoders are used, the bank
# buttons will select two banks of 8 parameters for the
# Encoders to control.
Encoder1: 22
Encoder2: 23
Encoder3: 24
Encoder4: 25
Encoder5: 26
Encoder6: 27
Encoder7: 28
Encoder8: 29
Encoder9: -1
Encoder10: -1
Encoder11: -1
Encoder12: -1
Encoder13: -1
Encoder14: -1
Encoder15: -1
Encoder16: -1
EncoderChannel1: -1
EncoderChannel2: -1
EncoderChannel3: -1
EncoderChannel4: -1
EncoderChannel5: -1
EncoderChannel6: -1
EncoderChannel7: -1
EncoderChannel8: -1
EncoderChannel9: -1
EncoderChannel10: -1
EncoderChannel11: -1
EncoderChannel12: -1
EncoderChannel13: -1
EncoderChannel14: -1
EncoderChannel15: -1
EncoderChannel16: -1
EncoderMapMode: Absolute
# Bank1Button-Bank8Button directly select the bank(s) of
# Device parameters for the Encoders to control.
Bank1Button: -1
Bank2Button: -1
Bank3Button: -1
Bank4Button: -1
Bank5Button: -1
Bank6Button: -1
Bank7Button: -1
Bank8Button: -1
# NextBankButton and PrevBankButton select the next or
# previous bank(s) of Device parameters for the Encoders
# to control.
NextBankButton: -1
PrevBankButton: -1
# OnOffButton toggles the Device Activator switch.
OnOffButton: -1
# LockButton locks the other DeviceControls to the
# currently selected Device.
LockButton: -1
# ======================================================
[MixerControls]
# The settings below allow you to control various Mixer
# features of 8 Tracks at a time.
# VolumeSlider1-VolumeSlider8 control Track volume.
VolumeSlider1: 31
VolumeSlider2: 32
VolumeSlider3: 33
VolumeSlider4: 34
VolumeSlider5: 35
VolumeSlider6: 36
VolumeSlider7: 37
VolumeSlider8: -1
Slider1Channel: -1
Slider2Channel: -1
Slider3Channel: -1
Slider4Channel: -1
Slider5Channel: -1
Slider6Channel: -1
Slider7Channel: -1
Slider8Channel: -1
# Send1Knob1-Send1Knob8 control Track Send A.
Send1Knob1: -1
Send1Knob2: -1
Send1Knob3: -1
Send1Knob4: -1
Send1Knob5: -1
Send1Knob6: -1
Send1Knob7: -1
Send1Knob8: -1
# Send2Knob1-Send2Knob8 control Track Send B.
Send2Knob1: -1
Send2Knob2: -1
Send2Knob3: -1
Send2Knob4: -1
Send2Knob5: -1
Send2Knob6: -1
Send2Knob7: -1
Send2Knob8: -1
# TrackMuteButton1-TrackMuteButton8 control Track muting.
TrackMuteButton1: -1
TrackMuteButton2: -1
TrackMuteButton3: -1
TrackMuteButton4: -1
TrackMuteButton5: -1
TrackMuteButton6: -1
TrackMuteButton7: -1
TrackMuteButton8: -1
# InvertMuteButtonFeedback specifies whether feedback sent
# to TrackMuteButtons will be inverted (True) or not (False).
# When inverted, an on value will be sent when a Track is not
# muted and off value will be sent when a Track is muted.
InvertMuteButtonFeedback: True
# TrackSoloButton1-TrackSoloButton8 control Track soloing.
TrackSoloButton1: -1
TrackSoloButton2: -1
TrackSoloButton3: -1
TrackSoloButton4: -1
TrackSoloButton5: -1
TrackSoloButton6: -1
TrackSoloButton7: -1
TrackSoloButton8: -1
# TrackSelectButton1-TrackSelectButton8 select Tracks.
TrackSelectButton1: -1
TrackSelectButton2: -1
TrackSelectButton3: -1
TrackSelectButton4: -1
TrackSelectButton5: -1
TrackSelectButton6: -1
TrackSelectButton7: -1
TrackSelectButton8: -1
# TrackArmButton1-TrackArmButton8 control Track arming.
TrackArmButton1: -1
TrackArmButton2: -1
TrackArmButton3: -1
TrackArmButton4: -1
TrackArmButton5: -1
TrackArmButton6: -1
TrackArmButton7: -1
TrackArmButton8: -1
# NextBankButton and PrevBankButton select the next or
# previous bank of 8 Tracks for the controls above to
# control.
NextBankButton: -1
PrevBankButton: -1
# MasterVolumeSlider controls Master Track volume.
MasterVolumeSlider: 30
MasterSliderChannel: -1
# CueVolumeSlider controls Cue/Preview volume.
CueVolumeSlider: -1
CueSliderChannel: -1
# CrossfaderSlider controls the Crossfader.
CrossfaderSlider: -1
CrossfaderSliderChannel: -1
CrossfaderMapMode: Absolute
# VolumeMapMode specifies the map mode to use for all
# volume controls.
VolumeMapMode: Absolute
# SendsMapMode specifies the map mode to use for all
# send controls.
SendsMapMode: Absolute
# MixerButtonsToggle specifies whether the buttons in
# this section are toggles (True) or momentary (False).
MixerButtonsToggle: False
# ======================================================
[TransportControls]
# The settings below allow you to control various
# transport-related features.
# StopButton stops playback.
StopButton: -1
# PlayButton starts playback.
PlayButton: -1
# RecButton toggles Arrangement Record.
RecButton: -1
# SessionRecButton toggles Session Record.
SessionRecButton: -1
# OverButton toggles Arrangement Overdub.
OverButton: -1
# MetroButton toggles the Metronome.
MetroButton: -1
# LoopButton toggles the Arrangement Loop.
LoopButton: -1
# RwdButton rewinds playback.
RwdButton: -1
# FwdButton fast-forwards playback.
FfwdButton: -1
# PunchInButton controls Punch-In.
PunchInButton: -1
# PunchOutButton controls Punch-Out.
PunchOutButton: -1
# NudgeUpButton triggers Phase Nudge Up.
NudgeUpButton: -1
# NudgeDownButton triggers Phase Nudge Down.
NudgeDownButton: -1
# TapTempoButton triggers Tap Tempo.
TapTempoButton: -1