You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.1 KiB
84 lines
2.1 KiB
{
|
|
"cuelist": [
|
|
{
|
|
"id": 1,
|
|
"name": "Q1",
|
|
"type": "bg",
|
|
"description": "preset bg",
|
|
"audioCue": "Q0",
|
|
"clientCue":"Q1",
|
|
"reset":true
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Q2",
|
|
"type": "announce",
|
|
"description": "announce",
|
|
"audioCue": "Q1"
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Q3",
|
|
"type": "bg",
|
|
"description": "(START) CQ2-CQ4.1",
|
|
"audioCue": "Q3",
|
|
"clientCue":"Q2",
|
|
"duration":482,
|
|
"auto": true,
|
|
"reset":true
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Q4",
|
|
"type": "light",
|
|
"description": "(AI) CQ4.11-CQ5.6",
|
|
"lightCue":"fade_out_light",
|
|
"duration":298,
|
|
"clientCue":"Q4.11",
|
|
"auto": true
|
|
},
|
|
{
|
|
"id": 5,
|
|
"name": "Q5",
|
|
"type": "bg",
|
|
"description": "(END)",
|
|
"audioCue": "Q4",
|
|
"status":"end",
|
|
"lightCue":"fade_in_light",
|
|
"clientCue":"Q6"
|
|
},
|
|
{
|
|
"id": 6,
|
|
"name": "CQ4",
|
|
"type": "debug",
|
|
"description": "debug-phone part",
|
|
"clientCue":"Q4",
|
|
"duration":97,
|
|
"auto":true,
|
|
"debug":true,
|
|
"reset":true
|
|
},{
|
|
"id": 7,
|
|
"name": "CQ4.11",
|
|
"type": "light",
|
|
"description": "debug-CQ4.11-CQ5.6",
|
|
"lightCue":"fade_out_light",
|
|
"duration":298,
|
|
"clientCue":"Q4.11",
|
|
"auto": true,
|
|
"debug":true
|
|
},
|
|
{
|
|
"id": 8,
|
|
"name": "dQ5",
|
|
"type": "bg",
|
|
"description": "debug-(END)",
|
|
"audioCue": "Q4",
|
|
"status":"end",
|
|
"lightCue":"fade_in_light",
|
|
"clientCue":"Q6",
|
|
"debug":true
|
|
}
|
|
]
|
|
}
|
|
|