tell application id "com.figure53.QLab.4" to tell front workspace
set theCues to ((every cue whose q name begins with "This Is A Cue"))
set numberOfCues to (count of items in theCues)
repeat with i from 1 to numberOfCues
set the q name of cue i to "I am Cue Number " & i
end repeat
end tell
tell application id "com.figure53.QLab.4" to tell front workspace
set theCues to ((every cue whose q name begins with "This Is A Cue"))
repeat with mycue in theCues
set the q name of mycue to "I am Cue Number " & q number of mycue
end repeat
end tell
Mic
Cue 1 is meaningless. Generally it will be the earliest cue created, currently in the workspace.
cue whose name is "1"
cue whose q number is "1"
cue named "1"
elementscontained by workspaces.propertiesplayback position (cue) : The playback position of this cue list is the cue that will fire at the next GO.playhead (cue) : The playhead (playback position) of this cue list is the cue that will fire at the next GO.sync to timecode (enabled/disabled) : Sync the cues in this cue list to incoming timecode.smpte format (fps_24/fps_25/fps_30_drop/fps_30_non_drop) : SMPTE format of the incoming timecode.mtc sync source name (text) : Name of the MIDI device which feeds us MTC timecode.ltc sync channel (integer) : Audio channel that carries the LTC signal.inherited from group cuepropertiesmode (cue_list/fire_first_enter_group/fire_first_go_to_next_cue/fire_all/fire_random) : The firing style of this group.responds toexpand, collapse.