-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtabs.ini
88 lines (72 loc) · 1.03 KB
/
tabs.ini
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
; This is where you can define pagers with tabs you want to repeat
;
; Each section is a mix you want represented with a tab
; Pager is the id of the pager on which you want this mix to act.
; This is useful for having multiple pagers with different controls
; Label corresponds to the name of the tab and what the user sees
; Index gets written to the tag as a string
[A Mix]
Pager = 0
Label = A
Index = 1
[B Mix]
Pager = 0
Label = B
Index = 2
[C Mix]
Pager = 0
Label = C
Index = 3
[D Mix]
Pager = 0
Label = D
Index = 4
[E Mix]
Pager = 0
Label = E
Index = 5
[F Mix]
Pager = 0
Label = F
Index = 6
[G Mix]
Pager = 0
Label = G
Index = 7
[H Mix]
Pager = 0
Label = H
Index = 8
[Zone 1]
Pager = 0
Label = Z1
Index = 9
[Zone 2]
Pager = 0
Label = Z2
Index = 10
[Zone 3]
Pager = 0
Label = Z3
Index = 11
[Zone 4]
Pager = 0
Label = Z4
Index = 12
; Macro tabs
[Macro 1]
Pager = 1
Label = Macro 1
Index = 1
[Macro 2]
Pager = 1
Label = Macro 2
Index = 2
[Macro 3]
Pager = 1
Label = Macro 3
Index = 3
[Macro 4]
Pager = 1
Label = Macro 4
Index = 4