Example ====== Cuelist - Set Me At Full ====== ^ by: | Alex del Bondio, Mar 2020 | ^ published: | here | ^ description: | automatically pull the cuelist fader at 100% | {{tag>go cuelist cue}} This macro wil put the fader of a cuelist to full regardless of its previous position. ==== functions ==== * [[:macros:function:Playbacks.SetPlaybackLevel]] ===== Code ===== Playbacks.SetPlaybackLevel(this, level:1) ===== 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]] * ''Playbacks.SetPlaybackLevel'' sets a playback to a certain level * ''(this, level:1)'' references to the cuelist the macro is triggered from and determines the level to set the fader to (1=100%) ===== How to use it ===== - [[:macros:deploying|make this macro available]] ~~DISCUSSION~~