|
|
|
@ -718,7 +718,7 @@ export function FreeFlow(){ |
|
|
|
console.log('Next cue:', nextCue); |
|
|
|
console.log('Next cue:', nextCue); |
|
|
|
|
|
|
|
|
|
|
|
const next=cuelist.find(c => c.name === nextCue); |
|
|
|
const next=cuelist.find(c => c.name === nextCue); |
|
|
|
if(currentCue?.fadeout){ |
|
|
|
if(false && currentCue?.fadeout){ |
|
|
|
// fade out audio |
|
|
|
// fade out audio |
|
|
|
fadeOutAudio(()=>{ |
|
|
|
fadeOutAudio(()=>{ |
|
|
|
console.log('fade out then play next cue:', next); |
|
|
|
console.log('fade out then play next cue:', next); |
|
|
|
@ -729,7 +729,6 @@ export function FreeFlow(){ |
|
|
|
|
|
|
|
|
|
|
|
}else{ |
|
|
|
}else{ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
playCue(next); |
|
|
|
playCue(next); |
|
|
|
setNextCue(null); |
|
|
|
setNextCue(null); |
|
|
|
} |
|
|
|
} |
|
|
|
|