main
ULTRACOMBOS-DEV 3 months ago
parent fdd27fa912
commit 08a12ff2ce
  1. 3
      vite/src/pages/flow_free.jsx

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

Loading…
Cancel
Save