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.
49 lines
1.2 KiB
49 lines
1.2 KiB
{
|
|
"cuelist": [
|
|
{
|
|
"id": 1,
|
|
"name": "Q1",
|
|
"type": "bg",
|
|
"description": "preset bg",
|
|
"audioFile": "assets/bg-02.mp3",
|
|
"loop": true,
|
|
"clientCue":"Q1"
|
|
},
|
|
{
|
|
"id": 2,
|
|
"name": "Q2",
|
|
"type": "announce",
|
|
"description": "announce",
|
|
"audioFile": "assets/bg-01 (小束袋).mp3",
|
|
"loop": true,
|
|
"status":"reset"
|
|
|
|
},
|
|
{
|
|
"id": 3,
|
|
"name": "Q3",
|
|
"type": "bg",
|
|
"description": "during bg",
|
|
"loop": true,
|
|
"audioFile": "assets/bg-04.mp3",
|
|
"clientCue":"Q2"
|
|
},
|
|
{
|
|
"id": 3.1,
|
|
"name": "Q3.1",
|
|
"type": "light",
|
|
"description": "fade out light",
|
|
"callback": "fade_out_light"
|
|
},
|
|
{
|
|
"id": 4,
|
|
"name": "Q4",
|
|
"type": "bg",
|
|
"description": "Ending",
|
|
"audioFile": "assets/record-05.mp3",
|
|
"status":"end",
|
|
"callback":"fade_in_light"
|
|
}
|
|
]
|
|
}
|
|
|