-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.nanokontrol2.conf
63 lines (49 loc) · 1023 Bytes
/
config.nanokontrol2.conf
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
##################################################################
# Definition of mapping parameter
##################################################################
ControlerName=Korg nanoKONTROL 2
ControlerMode=MCP
Lcd=0
NbMidiFader=8
# Mapping midi controler to UI for fader 0
# Fader = Ex ll hh
AddrMidiMix=0xE0
# Encoder = B0 10 xx
AddrMidiEncoderPan=0xB0
AddrMidiPan=0x10
# Button/Led 90 ID CC
AddrMidiButtonLed=0x90
AddrMidiRec=0x00
AddrMidiMute=0x10
AddrMidiSolo=0x08
AddrMidiTouch=0x68
# Transport
IdTrackPrev=0x2E
IdTrackNext=0x2F
IdLoop=0x56
IdMarkerSet=0x59
IdMarkerLeft=0x58
IdMarkerRight=0x5A
IdRewind=0x5B
IdForward=0x5C
IdStop=0x5D
IdPlay=0x5E
IdRec=0x5F
# Value Bar for FaderPort
AddrMidiBar=0xB0
AddrMidiValueBar=0x30
# SysExHdr for FaderPort
SysExHdr=F000010602
# Link between UI function & ControlerMode
#IdLoop
i_Tap=0x56
#IdMarkerSet
i_Dim=0x59
#IdMarkerLeft
i_SnapShotNavUp=0x58
#IdMarkerRight
i_SnapShotNavDown=0x5A
#IdRewind
i_StopUI2Mcp=0x5B
#IdForward
i_ConfirmStopUI2Mcp=0x5C