Hi,
I am trying to replace a playback on the playbacks window. Right now I use this command line:
<step pause="0.01">Playbacks.StoreCue("PlaybackWindow", 331, false)</step>
But titan says the playback allready in use, which is true. I tried using a different command from this site: https://api.avolites.com/11.0/Playbacks ... ckCue.html but als without succes. Does anyone have a fix for this?
Thanks
Replacing a playback on the playback window
Moderator: Moderators
Re: Replacing a playback on the playback window
Playbacks.ReplacePlaybackCue should be the correct function for what you have described. For example:
This seems to do what I would expect, I had two dimmers with the first recorded in the playback, with the only the second dimmer in the programmer calling that replace function removed the first dimmer from the playback and added the second. The second parameter relates to only changing values which are already in the playback so in most cases I would expect false is what would be required. I'm testing in version 18 but I don't expect this has changed much since version 11.
Code: Select all
Playbacks.ReplacePlaybackCue(userNumber:1, false)
This seems to do what I would expect, I had two dimmers with the first recorded in the playback, with the only the second dimmer in the programmer calling that replace function removed the first dimmer from the playback and added the second. The second parameter relates to only changing values which are already in the playback so in most cases I would expect false is what would be required. I'm testing in version 18 but I don't expect this has changed much since version 11.
Re: Replacing a playback on the playback window
Thats works great! Thanks!
Who is online
Users browsing this forum: No registered users and 1 guest