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

4 months ago
{
"cuelist": [
{
"id": 1,
"name": "Q1",
"type": "bg",
"description": "preset bg",
3 months ago
"audioCue": "Q0",
4 months ago
"clientCue":"Q1"
4 months ago
},
{
"id": 2,
"name": "Q2",
"type": "announce",
"description": "announce",
3 months ago
"audioCue": "Q2",
4 months ago
"status":"reset"
4 months ago
4 months ago
},
{
"id": 3,
"name": "Q3",
"type": "bg",
"description": "during bg",
3 months ago
"audioCue": "Q3",
4 months ago
"clientCue":"Q2"
4 months ago
},
{
"id": 3.1,
"name": "Q3.1",
"type": "light",
"description": "fade out light",
3 months ago
"lightCue": "fade_out_light"
4 months ago
},
{
"id": 4,
"name": "Q4",
"type": "bg",
"description": "Ending",
3 months ago
"audioCue": "Q6",
4 months ago
"status":"end",
3 months ago
"lightCue":"fade_in_light",
"clientCue":"Q6"
4 months ago
}
]
}