|
|
|
|
@ -518,7 +518,7 @@ export function FlowMoty(){ |
|
|
|
|
setChoice(); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
sendOscStatus(OSC_ADDRESS.CLIENT_STATUS,`${data.id}#playcue#${cue.id}`); |
|
|
|
|
sendOscStatus(OSC_ADDRESS.CLIENT_STATUS,`${data?.id}#playcue#${cue?.id}`); |
|
|
|
|
|
|
|
|
|
//control SCS |
|
|
|
|
if(cue.soundcue){ |
|
|
|
|
@ -990,6 +990,11 @@ export function FlowMoty(){ |
|
|
|
|
|
|
|
|
|
},[nextCue]); |
|
|
|
|
|
|
|
|
|
useEffect(()=>{ |
|
|
|
|
if(cuelist){ |
|
|
|
|
playCue(cuelist[0]); |
|
|
|
|
} |
|
|
|
|
},[cuelist]); |
|
|
|
|
|
|
|
|
|
useEffect(()=>{ |
|
|
|
|
fetch(CUELIST_FILE) |
|
|
|
|
@ -1012,7 +1017,7 @@ export function FlowMoty(){ |
|
|
|
|
setLocalIP(ip); |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
|
sendOsc(OSC_ADDRESS.STATUS, 'reset'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
},[]); |
|
|
|
|
|
|
|
|
|
|