Example ====== Cuelist - Connect Me ====== ^ by: | Alex del Bondio, Apr 2020 | ^ published: | here | ^ description: | connects the cuelist the macro is fired from | {{tag>go cuelist cue connect}} This macro set the cuelist this macro is fired from as connected cuelist so you can use the main GO button. ==== functions ==== * [[:macros:function:ConnectedPlayback.Connect]] ===== Code ===== ConnectedPlayback.Connect(this) ===== Explanation ===== This explains the functional steps within the sequence. For all the other XML details please refer to [[:macros:formats_and_syntax#xml_format|Formats and syntax]] * ''ConnectedPlayback.Connect'' connects a cuelist to the main control * ''(this)'' references to the cuelist the macro is triggered from ===== How to use it ===== - [[:macros:deploying|make this macro available]] ~~DISCUSSION~~