Page 1 of 1

Is it possible to edit cues of chase or cuelist with API v.14?

Posted: 13 Nov 2020, 02:09
by kimwida
I am trying to write some macros edting cues of my chase and cuelist.

I just want to know it is possible or not.

If it is, give me some clues.

Re: Is it possible to edit cues of chase or cuelist with API v.14?

Posted: 13 Nov 2020, 10:20
by Gregory
In principle yes, however it might depend on what you are actually trying to do.

You should be able to create macros that put fixtures and values into the programmer and then merge this into existing cues or add new cues to a cue list or chase. Other actions such as deleting cues or editing times should also be possible, whether this is effectively by recording the button presses required or using more direct API calls where possible.

Re: Is it possible to edit cues of chase or cuelist with API v.14?

Posted: 13 Nov 2020, 11:46
by kimwida
Hi, Gregory.

What I want to do is updating cues of chase and cuelist and it's not deleting and adding cues because I use shared palettes. I know how to choose a group and apply palette with direct API call and I want to use direct API call cause I have to do it with many chase and cuelist.
Actually I tried to do it with "Playbacks.OverwritePlaybackStep". But I didn't get any clue. So can you help me?