diff --git a/Assets/SCS/24070-ShowCue-Control.bak b/Assets/SCS/24070-ShowCue-Control.bak
index 66ddb57..3b94f2c 100644
--- a/Assets/SCS/24070-ShowCue-Control.bak
+++ b/Assets/SCS/24070-ShowCue-Control.bak
@@ -43,6 +43,12 @@
1
C:\UC\Source-Tauri-24070-ControlPanel\Assets\Q1_0919.mp3
+
+ 0
+ 0
+ 506483
+ 10
+
Front
-3.1
@@ -98,7 +104,7 @@
C:\UC\Source-Tauri-24070-ControlPanel\Assets\bg-04.mp3
- 0
+ 1
0
313883
10
@@ -154,7 +160,7 @@
1
fadeout
all
- 3000
+ 8000
F
@@ -182,6 +188,17 @@
+
+ Q7
+ Release all
+
+ S
+ Release all
+ fadeout
+ playaud
+ 5000
+
+
C:\UC\Source-Tauri-24070-ControlPanel\Assets\Q1_0919.mp3
@@ -212,8 +229,8 @@
- <_CueFile_>C:\UC\OutputSound\24070-ShowCue-Control.scs11
- <_Saved_>2025/09/24 17:24:30
+ <_CueFile_>C:\UC\Source-Tauri-24070-ControlPanel\Assets\SCS\24070-ShowCue-Control.scs11
+ <_Saved_>2025/09/25 16:41:06
<_SCS_Version_>11.10.7c4
<_SCS_Build_>2025/09/10 17:01
diff --git a/Assets/SCS/24070-ShowCue-Control.scs11 b/Assets/SCS/24070-ShowCue-Control.scs11
index 279c262..a0b7dfe 100644
--- a/Assets/SCS/24070-ShowCue-Control.scs11
+++ b/Assets/SCS/24070-ShowCue-Control.scs11
@@ -43,6 +43,12 @@
1
C:\UC\Source-Tauri-24070-ControlPanel\Assets\Q1_0919.mp3
+
+ 0
+ 0
+ 506483
+ 10
+
Front
-3.1
@@ -98,7 +104,7 @@
C:\UC\Source-Tauri-24070-ControlPanel\Assets\bg-04.mp3
- 0
+ 1
0
313883
10
@@ -182,6 +188,17 @@
+
+ Q7
+ Release all
+
+ S
+ Release all
+ fadeout
+ playaud
+ 6000
+
+
C:\UC\Source-Tauri-24070-ControlPanel\Assets\Q1_0919.mp3
@@ -212,8 +229,8 @@
- <_CueFile_>C:\UC\OutputSound\24070-ShowCue-Control.scs11
- <_Saved_>2025/09/24 17:25:27
+ <_CueFile_>C:\UC\Source-Tauri-24070-ControlPanel\Assets\SCS\24070-ShowCue-Control.scs11
+ <_Saved_>2025/09/25 16:41:18
<_SCS_Version_>11.10.7c4
<_SCS_Build_>2025/09/10 17:01
diff --git a/public/cuelist_0924.json b/public/cuelist_0924.json
index fd8112f..6c42970 100644
--- a/public/cuelist_0924.json
+++ b/public/cuelist_0924.json
@@ -53,43 +53,34 @@
},
{
"id": 6,
- "name": "Q5",
+ "name": "Q6",
"type": "bg",
"description": "[外場] 結尾音樂",
"audioCue": "Q6",
"clientCue":"Q7"
+ },
+ {
+ "id": 7,
+ "name": "Q7",
+ "type": "bg",
+ "description": "[外場] fadeout",
+ "audioCue": "Q7"
},
{
"id": 0.1,
- "name": "CQ4",
+ "name": "CQ101",
"type": "debug",
- "description": "debug-phone part",
- "clientCue":"Q4",
- "duration":97,
- "auto":true,
- "debug":true,
- "reset":true
+ "description": "debug-key",
+ "clientCue":"Q101",
+ "debug":true
},{
"id": 0.2,
- "name": "CQ4.11",
- "type": "light",
- "description": "debug-CQ4.11-CQ5.6",
+ "name": "CQ103",
+ "type": "debug",
+ "description": "debug-speech",
"lightCue":"fade_out_light",
- "duration":298,
- "clientCue":"Q4.11",
- "auto": true,
+ "clientCue":"Q103",
"debug":true
- },
- {
- "id": 0.3,
- "name": "dQ5",
- "type": "bg",
- "description": "debug-(END)",
- "audioCue": "Q4",
- "status":"end",
- "lightCue":"fade_in_light",
- "clientCue":"Q6",
- "debug":true
}
]
}
diff --git a/src/App.jsx b/src/App.jsx
index f2885a1..e87aa4e 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -158,7 +158,7 @@ function App() {
console.log('Stop all');
sendOsc(OSC_ADDRESS.STOPCUE,'','all');
- sendOscToSound(OSC_ADDRESS.SCS_STOP_ALL, '');
+ sendOscToSound(OSC_ADDRESS.SCS_FADE_ALL, '');
// cear timer
if(refTimer.current) clearInterval(refTimer.current);