Applescript - How to Move a cue into a group

269 views
Skip to first unread message

Pierre-Luc Brunet

unread,
Jul 14, 2014, 12:42:26 PM7/14/14
to ql...@googlegroups.com
That's all, how do I move a cue into a group with applescript?

I've looked around be couldn't find a simple example.

Thank you.

Pierre-Luc Brunet

unread,
Jul 14, 2014, 12:53:52 PM7/14/14
to ql...@googlegroups.com
Nevermind, I figured it out.

move cue id 158 of cue list 1 to end of cue id 157
or
move
cue "57" of cue list 1 to end of cue "56"

Tough it would be nice if there were examples of usage of commands in the QLab dictionnary in applescript. Does that ever happen?
It took me quite a while to find out how to do this simple operation as I do not use applescript very often.

Dave "luckydave" Memory

unread,
Jul 14, 2014, 12:57:23 PM7/14/14
to ql...@googlegroups.com
On Monday, July 14, 2014 at 9:53 AM, Pierre-Luc Brunet wrote:

Tough it would be nice if there were examples of usage of commands in the QLab dictionnary in applescript. Does that ever happen?
It took me quite a while to find out how to do this simple operation as I do not use applescript very often.


AppleScript dictionaries don't typically have examples of usage, and there's also the issue that there could be many different ways to use a particular command, so the dictionary could quickly become unwieldy. Our wiki has quite a few example scripts that you can use and modify, or just learn from, so I think that's the resource you're looking for:


-- 

Pierre-Luc Brunet

unread,
Jul 14, 2014, 1:39:19 PM7/14/14
to ql...@googlegroups.com
Thank you for the answer. I did find this wiki page and I am using it but I just wondered if there were simple syntax examples or explanation of use per command.

As there are not I will keep going as is.
Thanks.
Reply all
Reply to author
Forward
0 new messages