Example ====== Cuelist - Jump to specific cue ====== ^ by: | Alex del Bondio, Dec 2019 | ^ published: | here | ^ description: | jump to a specific cue within a cuelist | {{tag>go cuelist cue}} These macros a just an addition to the factory macro "Go To My Cue 1". ==== functions ==== * [[:macros:function:CueLists.SetNextCue]] * [[:macros:function:CueLists.Play]] ===== Code ===== CueLists.SetNextCue(this,50.0) CueLists.Play(this) CueLists.SetNextCue(this,100.0) CueLists.Play(this) CueLists.SetNextCue(this,200.0) CueLists.Play(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]] * ''CueLists.SetNextCue'' selects a specific cue as next cue * ''CueLists.Play(this)'' advances cuelist * ''(this)'' references to the cuelist the macro is triggered from ===== How to use it ===== - [[:macros:deploying|make this macro available]] ~~DISCUSSION~~