diff --git a/public/cuelist.json b/public/cuelist.json index f8ea55e..8e6d6e4 100644 --- a/public/cuelist.json +++ b/public/cuelist.json @@ -22,7 +22,7 @@ "description": "(START) CQ2-CQ4.1", "audioCue": "Q3", "clientCue":"Q2", - "duration":495, + "duration":482, "auto": true }, { @@ -44,6 +44,34 @@ "status":"end", "lightCue":"fade_in_light", "clientCue":"Q6" + }, + { + "id": 6, + "name": "CQ4", + "type": "debug", + "description": "debug-phone part", + "clientCue":"Q4", + "duration":97, + "auto":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 + }, + { + "id": 5, + "name": "Q5", + "type": "bg", + "description": "debug-(END)", + "audioCue": "Q4", + "status":"end", + "lightCue":"fade_in_light", + "clientCue":"Q6" } ] } diff --git a/src/App.jsx b/src/App.jsx index 9103781..469d5db 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -293,7 +293,7 @@ function App() { {Array.from(Array(CLIENT_COUNT).keys()).map((i) => { - const id=(i+1).toString().padStart(2,'0'); + const id=(i+1).toString();//.padStart(2,'0'); const log = clientStatus[id.toString()]; return (