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.
47 lines
1.1 KiB
47 lines
1.1 KiB
{
|
|
"cuelist": [
|
|
{
|
|
"id": 1,
|
|
"name": "Q1",
|
|
"type": "bg",
|
|
"description": "preset bg",
|
|
"audioCue": "Q0",
|
|
"clientCue":"Q1"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Q2",
|
|
"type": "announce",
|
|
"description": "announce",
|
|
"audioCue": "Q2",
|
|
"status":"reset"
|
|
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Q3",
|
|
"type": "bg",
|
|
"description": "during bg",
|
|
"audioCue": "Q3",
|
|
"clientCue":"Q2"
|
|
},
|
|
{
|
|
"id": 3.1,
|
|
"name": "Q3.1",
|
|
"type": "light",
|
|
"description": "fade out light",
|
|
"lightCue": "fade_out_light"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Q4",
|
|
"type": "bg",
|
|
"description": "Ending",
|
|
"audioCue": "Q6",
|
|
"status":"end",
|
|
"lightCue":"fade_in_light",
|
|
"clientCue":"Q6"
|
|
}
|
|
]
|
|
}
|
|
|