Page 1 of 1

Playback/ cue list to fader

Posted: 26 Mar 2024, 11:13
by jelmerv
Hi there,

I’m kinda new to macro’s on xml and looking for a one.

What the macro needs to do:
Release the cue list/ playback
Replace a cue list/ playback to a fader

How to use:
I want to use it in a busk file for bumps and chases.

Is there already a macro for it? if not, what step do I have to write to make it work?

Thanks!

Jelmer

Re: Playback/ cue list to fader

Posted: 26 Mar 2024, 12:32
by icke_siegen
Releasing would go like this: https://www.avosupport.de/wiki/macros/e ... xistsornot

Code: Select all

<step condition="Handles.IsClaimed("cueHandleUN=1")">
  Playbacks.ReleasePlayback(userNumber:1,  Playbacks.MasterReleaseTime, true)
</step>


'Replace to a fader' would mean to move away what's on that fader and put something else there. Moving/copying is shown here: https://www.avosupport.de/wiki/macros/e ... movehandle

If you are a little more specific then we could help better.

Re: Playback/ cue list to fader

Posted: 26 Mar 2024, 12:38
by jelmerv
Thanks.

Ill try to combine them.

If it doens't work ill come back.

Jelmer