Example ====== Playback - Playback Blind Mode On/Off ====== ^ by: | Sebastian Beutel | ^ published: | Dec. 2017 | ^ description: | toggle a specific playback's blind mode on or off | ^ remarks: | See https://www.facebook.com/Avolites/videos/10157164058745620/ comment by Kd Ecam. The intention is to enable/disable a specific cue which is triggered externally (DMX In). | {{tag>Playback Blind Toggle}} ==== functions ==== * [[:macros:function:Playbacks.ToggleBlindPlayback]] ===== Code ===== Playbacks.ToggleBlindPlayback(userNumber:100) Playbacks.ToggleBlindPlayback("Location=Playbacks,2,10") ===== 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]] The 1st macro toggles the blind mode state of the playback with the usernumber 100. The 2nd macro toggles the blind mode state of the playback no. 10 on playbacks page 2 (the real faders). You may adjust the numbers to your programming habits. ===== How to use it ===== * [[:macros:deploying|make this macro available]] * depending from your programming habits, you may want to change the identifiers (usernumber or location) * use either macro to toggle a specific playback blind/live - this is equal to \\ ''Playback Options'' ''Select Playback'' ''Playback'' ''Blind Active/Inactive'' ~~DISCUSSION~~