-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcues.cfg
47 lines (44 loc) · 1.4 KB
/
cues.cfg
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
{
"version": "0.2",
"cues": {
"1.1.00": {
"description": "Assign Wireless for Act 1 - Scene 1",
"notes": "",
"targets": {
"ControlSurface01": {
"setparams": [
{ "param": "text_data", "index": "01", "value": "Playing_Cue_1.1.00" }
]
},
"AudioConsole01": {
"setparams": [
{ "param": "channel_group_dca", "index": "01", "value": 1 },
{ "param": "channel_on_off", "index": "01", "value": 1 },
{ "param": "channel_fader", "index": "01", "value": 0.5 }
]
}
}
},
"1.1.99": {
"description": "Clear Wireless from Act 1 - Scene 1",
"notes": "",
"targets": {
"ControlSurface01": {
"setparams": [
{ "param": "text_data", "index": "01", "value": "Playing_Cue_1.1.99" }
]
},
"AudioConsole01": {
"setparams": [
{ "param": "channel_config_name", "index": "17", "value": "Lead GTR" },
{ "param": "channel_config_color", "index": "17", "value": 0 },
{ "param": "channel_config_icon", "index": "17", "value": 0 },
{ "param": "channel_group_dca", "index": "01", "value": 0 },
{ "param": "channel_on_off", "index": "01", "value": 0 },
{ "param": "channel_fader", "index": "01", "value": 0.0 }
]
}
}
}
}
}