Example
by: | Sebastian Beutel, August 2024 |
---|---|
published: | here |
description: | Flashes/unflashes some playbacks together. Useful to use with individual flash-out times. |
remarks: | see https://www.facebook.com/groups/Avolites/posts/3147774632021416 |
<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <!-- from https://www.facebook.com/groups/Avolites/posts/3147774632021416/ How to fimed-flash some playbacks simultaneously (idea is to have a fixture with multiple sections which flash in simultaneously but flash out with different times) --> <macro id="Wiki.Macros.Playbacks.FlashTimed.101" name="Flash Timed Playbacks 101-105"> <start> <step>Playbacks.FlashTimedPlayback("cueHandleUN=101")</step> <step>Playbacks.FlashTimedPlayback("cueHandleUN=102")</step> <step>Playbacks.FlashTimedPlayback("cueHandleUN=103")</step> <step>Playbacks.FlashTimedPlayback("cueHandleUN=104")</step> <step>Playbacks.FlashTimedPlayback("cueHandleUN=105")</step> </start> <end> <step>Playbacks.ClearFlashTimedPlayback("cueHandleUN=101")</step> <step>Playbacks.ClearFlashTimedPlayback("cueHandleUN=102")</step> <step>Playbacks.ClearFlashTimedPlayback("cueHandleUN=103")</step> <step>Playbacks.ClearFlashTimedPlayback("cueHandleUN=104")</step> <step>Playbacks.ClearFlashTimedPlayback("cueHandleUN=105")</step> </end> </macro> </avolites.macros>
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
This macro, when fired, flashes playbacks with usernumbers 101 - 105 with their fade- and delay time (timed flash). When the macro button is let go the playbacks are timed-flashed out. This is rather useful for multiple fixtures (or zones) with multiple flash times.