|
|
|
@ -297,7 +297,7 @@ export function FreeFlow(){ |
|
|
|
if(cue.callback==OSC_ADDRESS.DISCARD) { |
|
|
|
if(cue.callback==OSC_ADDRESS.DISCARD) { |
|
|
|
sendOsc(OSC_ADDRESS.CHOICE, OSC_ADDRESS.DISCARD); // Send OSC discard message |
|
|
|
sendOsc(OSC_ADDRESS.CHOICE, OSC_ADDRESS.DISCARD); // Send OSC discard message |
|
|
|
setPassword(); |
|
|
|
setPassword(); |
|
|
|
sendOsc(OSC_ADDRESS.EXPORT, `${getUploadFolder()}#${getFileId()}#${summary}#${mess}`); |
|
|
|
sendOsc(OSC_ADDRESS.EXPORT, `${getUploadFolder()}#${getFileId()}#${summary}#`); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if(cue.hint!=null){ |
|
|
|
if(cue.hint!=null){ |
|
|
|
@ -385,7 +385,7 @@ export function FreeFlow(){ |
|
|
|
|
|
|
|
|
|
|
|
if(userId>=1 && userId<=24) { |
|
|
|
if(userId>=1 && userId<=24) { |
|
|
|
console.log('User ID set:', userId); |
|
|
|
console.log('User ID set:', userId); |
|
|
|
playCue(cuelist.find(c => c.id === refCurrentCue.current.nextcue)); // Play cue 5 when userId is set |
|
|
|
//playCue(cuelist.find(c => c.id === refCurrentCue.current.nextcue)); // Play cue 5 when userId is set |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
},[userId]); |
|
|
|
},[userId]); |
|
|
|
|