-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.txt
47 lines (41 loc) · 1.28 KB
/
config.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
MIDI Device: nanoKONTROL
#Example config file.
#Solo inputs
32 0..127 toggle <=> Strip[0].Solo 0..1; # End of line comment?
33 0..127 toggle <=> Strip[1].Solo 0..1;
34 toggle <=> Strip[2].Solo;
35 toggle <=> Strip[3].Solo;
36 toggle <=> Strip[4].Solo;
#Mute inputs
48 toggle <=> Strip[0].Mute;
49 toggle <=> Strip[1].Mute;
50 0..127 => Strip[2].Mute 1..0; # PTT!
50 0..127 <= Strip[2].Mute 0..1; # PTT!
51 toggle <=> Strip[3].Mute;
52 toggle <=> Strip[4].Mute;
#Mute outputs
53 toggle <=> Bus[0].Mute;
54 toggle <=> Bus[1].Mute;
55 toggle <=> Bus[2].Mute;
#Recording buttons:
41 toggle <=> recorder.play;
42 toggle <=> recorder.stop;
# rewind and fastforward don't seem to work. I might have the names wrong.
#43 toggle <=> recorder.rewind;
#44 toggle <=> recorder.fastforward 0..100;
45 toggle <=> recorder.record;
#Record lights:
64 toggle <=> Recorder.ArmStrip(0);
65 toggle <=> Recorder.ArmStrip(1);
66 toggle <=> Recorder.ArmStrip(2);
67 toggle <=> Recorder.ArmStrip(3);
68 toggle <=> Recorder.ArmStrip(4);
0 0..127 => Strip[0].Gain -60..0;
1 0..127 => Strip[1].Gain -60..0;
2 0..127 => Strip[2].Gain -60..0;
3 0..127 => Strip[3].Gain -60..0;
4 0..127 => Strip[4].Gain -60..0;
5 0..127 => Bus[0].Gain -60..0;
6 0..127 => Bus[1].Gain -60..0;
7 0..127 => Bus[2].Gain -60..0;
46 => Control.Restart;