-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.py
More file actions
393 lines (393 loc) · 10.6 KB
/
Copy pathconfig.py
File metadata and controls
393 lines (393 loc) · 10.6 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
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
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
config = [
{
"label_name": "1",
"entries": [
{
"normalled": True,
"top": "Worm hole Matched to Left Side Patch bay 1-16 top",
"bottom": "Console Line In 1-16",
"width": 16
},
{
"normalled": False,
"top": "API L/R In",
"bottom": "API L/R Out",
"width": 2
},
{
"normalled": False,
"top": "Dbx 160A L/R In",
"bottom": "Dbx 160A L/R Out",
"width": 2
},
{
"normalled": False,
"top": "D-Comp L/R In",
"bottom": "D-Comp L/R Out",
"width": 2
},
{
"normalled": True,
"top": "902 De-esser IN 1-2",
"bottom": "902 De-esser OUT 1-2",
"width": 2
}
]
},
{
"label_name": "2",
"entries": [
{
"normalled": True,
"top": "Worm hole Matched to Left Side Patch bay 1-16 bottom",
"bottom": "Console Line In 17-32",
"width": 16
},
{
"normalled": True,
"top": "Aux 1 Out",
"bottom": "EMT 140 IN",
"width": 1
},
{
"normalled": True,
"top": "Aux 2 Out",
"bottom": "PCM60 IN",
"width": 1
},
{
"normalled": True,
"top": "Aux 3 Out",
"bottom": "SDE 1000 IN",
"width": 1
},
{
"normalled": True,
"top": "Aux 4 Out",
"bottom": "-",
"width": 1
},
{
"normalled": True,
"top": "Aux 5 / 6 Out",
"bottom": "Pro Verb Out",
"width": 2
},
{
"normalled": True,
"top": "Aux 7 Out",
"bottom": "Pro Verb In",
"width": 2
},
]
},
{
"label_name": "3",
"entries": [
{
"normalled": True,
"top": "Apollo #1 1-16 Out",
"bottom": "Ghost 1-16 Tape In",
"width": 16
},
{
"normalled": True,
"top": "Aux 8 Out L/R",
"bottom": "-",
"width": 2
},
{
"normalled": True,
"top": "Studio A O/P L/R",
"bottom": "Headamp Pro Input",
"width": 2
},
{
"normalled": True,
"top": "Studio Phones B L/R Out",
"bottom": "Meyer Mains In L/R",
"width": 2
},
{
"normalled": False,
"top": "PCM60 Return L/R",
"bottom": "EMT 140 Return L/R",
"width": 2
},
]
},
{
"label_name": "4",
"entries": [
{
"normalled": True,
"top": "Apollo #2 17-32 Out",
"bottom": "Ghost 17-32 Tape In",
"width": 16
},
{
"normalled": False,
"top": "Tascam TSR-8 In 1-8",
"bottom": "Tascam TSR-8 Out 1-8",
"width": 8
}
]
},
{
"label_name": "5",
"entries": [
{
"normalled": True,
"top": "Ghost 1-16 Tape Send",
"bottom": "Apollo #1 1-16 In",
"width": 16
},
{
"normalled": True,
"top": "Control Room Out",
"bottom": "Yamaha Monitors In",
"width": 2
},
{
"normalled": True,
"top": "Apollo 2 Track Out",
"bottom": "Ghost 2 Track A Input",
"width": 2
},
{
"normalled": True,
"top": "Record Player OUT",
"bottom": "Ghost 2 Track B Input",
"width": 2
},
{
"normalled": True,
"top": "Ghost Mix OUT",
"bottom": "-",
"width": 2
}
]
},
{
"label_name": "6",
"entries": [
{
"normalled": True,
"top": "Ghost 17-32 Tape Send",
"bottom": "Apollo #2 17-32 In",
"width": 16
},
{
"normalled": True,
"top": "Alt CRM Out L/R",
"bottom": "Mix Cube L / -",
"width": 2
},
{
"normalled": False,
"top": "Hearback IN 1, 2, 3, 4",
"bottom": "Hearback IN 5, 6, 7, 8",
"width": 4
},
{
"normalled": False,
"top": "-",
"bottom": "-",
"width": 1
},
{
"normalled": False,
"top": "LA-2A In",
"bottom": "LA-2A Out",
"width": 1
}
]
},
{
"label_name": "7",
"entries": [
{
"normalled": True,
"top": "Ghost Channel Insert Send 1-16",
"bottom": "Ghost Channel Insert Return 1-16",
"width": 16
},
{
"normalled": False,
"top": "Group 1 / 2 Out",
"bottom": "FX 1 In L / R",
"width": 2
},
{
"normalled": False,
"top": "Group 3 / 4 Out",
"bottom": "FX 2 In L / R",
"width": 2
},
{
"normalled": False,
"top": "Group 5 / 6 Out",
"bottom": "FX 3 In L / R",
"width": 2
},
{
"normalled": False,
"top": "Group 7 / 8 Out",
"bottom": "FX 4 In L / R",
"width": 2
},
]
},
{
"label_name": "8",
"entries": [
{
"normalled": True,
"top": "Ghost Channel Insert Send 17-32",
"bottom": "Ghost Channel Insert Return 17-32",
"width": 16
},
{
"normalled": False,
"top": "Group 1 - 8 Insert Send",
"bottom": "Group 1 - 8 Insert Return",
"width": 8
},
]
},
{
"label_name": "9",
"entries": [
{
"normalled": True,
"top": "Main Insert Send",
"bottom": "Main Insert Return",
"width": 2
},
{
"normalled": False,
"top": "Basement Snake Send A, B, C, D",
"bottom": "Basement Snake Send E, F, G, H",
"width": 4
},
{
"normalled": False,
"top": "-",
"bottom": "-",
"width": 10
},
{
"normalled": False,
"top": "SDE 1000 Return",
"bottom": "-",
"width": 1
},
{
"normalled": False,
"top": "-",
"bottom": "-",
"width": 1
},
{
"normalled": False,
"top": "DBX 160 Link",
"bottom": "DBX 160 Link",
"width": 1
},
{
"normalled": False,
"top": "Fuzz In",
"bottom": "Fuzz Out",
"width": 1
},
{
"normalled": False,
"top": "Transition Delay In",
"bottom": "Transition Delay Out",
"width": 2
},
{
"normalled": False,
"top": "-",
"bottom": "Phones Amp In L/R",
"width": 2
},
]
},
{
"label_name": "10",
"entries": [
{"normalled": False, "top": "Kitchen L", "bottom": "Kitchen R", "width": 1},
{"normalled": False, "top": "Bath Up L", "bottom": "Bath Up R", "width": 1},
{"normalled": False, "top": "Bath Dn L", "bottom": "Bath Dn R", "width": 1},
{"normalled": False, "top": "Den L", "bottom": "Den R", "width": 1},
{"normalled": False, "top": "Gallery L", "bottom": "Gallery R", "width": 1},
{"normalled": False, "top": "Master Bed L", "bottom": "Master Bed R", "width": 1},
{"normalled": False, "top": "Guest Bed L", "bottom": "Guest Bed R", "width": 1},
{"normalled": False, "top": "Office L", "bottom": "Office R", "width": 1},
{"normalled": False, "top": "Front Porch", "bottom": "Front Porch", "width": 1},
{"normalled": False, "top": "Back Porch", "bottom": "Back Porch", "width": 1},
{"normalled": False, "top": "-", "bottom": "-", "width": 6},
{"normalled": False, "top": "Moog DLY IN", "bottom": "Moog DLY OUT", "width": 1},
{"normalled": False, "top": "Tanzbar OUT L/R", "bottom": "-", "width": 2},
{"normalled": False, "top": "-", "bottom": "Sub 37 OUT", "width": 1},
{"normalled": False, "top": "MXR Dist IN", "bottom": "MXR Dist OUT", "width": 1},
{"normalled": False, "top": "Art Comp IN L/R", "bottom": "Art Comp OUT L/R", "width": 2},
{"normalled": False, "top": "UA 550 In", "bottom": "UA 550 Out", "width": 1},
]
},
{
"label_name": "11-amp-rack",
"entries": [
{
"normalled": True,
"top": "L / R Audio Source Out",
"bottom": "DBX Drive Rack L/R IN",
"width": 2
},
{
"normalled": True,
"top": "DBX High Out L/R",
"bottom": "High Amp In L/R",
"width": 2
},
{
"normalled": True,
"top": "DBX Mid Out L/R",
"bottom": "Mid Amp In L/R",
"width": 2
},
{
"normalled": True,
"top": "DBX Low Out L/R",
"bottom": "Low Amp In L/R",
"width": 2
},
{
"normalled": True,
"top": "-",
"bottom": "-",
"width": 16
},
]
},
{
"label_name": "ethernet",
"single_row": True,
"port_count": 20,
"entries": [
{"normalled": False, "top": "Hearback Out 1-8", "width": 8},
{"normalled": False, "top": "Kitchen", "width": 1},
{"normalled": False, "top": "Bath Up", "width": 1},
{"normalled": False, "top": "Bath Dn", "width": 1},
{"normalled": False, "top": "Den", "width": 1},
{"normalled": False, "top": "Gallery", "width": 1},
{"normalled": False, "top": "Master Bed", "width": 1},
{"normalled": False, "top": "Guest Bed", "width": 1},
{"normalled": False, "top": "Office", "width": 1},
{"normalled": False, "top": "Front Porch", "width": 1},
{"normalled": False, "top": "Back Porch", "width": 1},
{"normalled": False, "top": "-", "width": 2},
]
},
]