You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I can see CasparCG doesn't send any info about this. For anyone needing this right now, I'd advise to do the following:
caspar.mixerCropCommand(1,10,0,0,1,1,150).then((res)=>{returnnewPromise((resolve)=>{setTimeout(()=>resolve(res),res.commandParameters.transitionDuration*frameDuration)})}).then((res)=>{// any regular response handling})
Sometimes mixer commands should resolve only when the transition is finished.
Possible implementations that come to my head right now:
The text was updated successfully, but these errors were encountered: