Default Trigger – Menu
Use this script for EOS v 2.7.3 onwards. Fixes issue where slash / characters need a space before and after. When triggered, the script will prompt you to enter a cue list number for where you want the focus cue list to be built. The script will iterate through the presets currently shown in the Preset Documentation Preset list and build a cue list on the console with a cue for each preset containing the channels in the preset. The script will only go through the presets displayed in the Preset list. You can use the ‘Sort By’ and ‘Filter’ controls to display a selection of presets in the order you want, rather than having to list them all. You will might to edit the script slightly for your application.

There are some user control variables in the script that you should adjust…

mainCueListNumber = 1
This is typically the main cue list number for the show where you will want to recall channels from when using the recallFromFocusCue or recallChannelFromFocusCue variables. Default is 1.

recallFromFocusCue = false
If you want the channels to be recalled from the cue specified as the presets focus cue, set this variable to true, otherwise set it to false. If there is no cue specified, the channels will just be placed into the preset. Default is false.

recallChannelFromFocusCue = true
If you want channels to be recalled from their own Focus Cue, set this variable to ‘true’, otherwise set it to ‘false’. If a channel does not have it’s own Focus Cue, the presets cue will be used. If there is no channel Focus Cue or preset cue, then the channel will just be placed into the preset. Default is true.

makeCueNumberPresetNumber = false
If this is set to true, then the cue number in the focus cue list will be set to the number of the preset. If the variable is set to false, the cue numbers will just go increment starting at 1. Default is false.

cueOffsetFP = 1000
If you have Focus Palettes as well as Presets, then there are likely to be Focus Palettes with the same number as Presets. To avoid an issue when the makeCueNumberPresetNumber variable is set to true, the cueOffsetFP variable is used to specify a cue number offset for Focus Palettes.
i.e. Focus Palette 27 would become 1027 with a cueOffsetFP of 1000.
Default is 1000.

cueOffsetPreset = 0
As described above with regard to the cueOffsetFP, this is the offset value for Presets. Default is 0.

Was this helpful?

Yes No
You indicated this topic was not helpful to you ...
Could you please leave a comment telling us why? Thank you!
Thanks for your feedback.