macros:example:flashfixtures
This is an old revision of the document!
Table of Contents
Example
Flash Fixtures In/Out
by: | |
---|---|
published: | |
description: | |
remarks: |
functions
affected properties
control structures
Code
- FashFixtures.xml
<?xml version="1.0" encoding="utf-8"?> <avolites.macros> <macro id="Avolites.Macros.FlashOn" name="Flash On"> <description>Flashes all selected fixtures.</description> <start> <step>Programmer.Editor.Fixtures.FlashOn()</step> </start> <end> <step>Programmer.Editor.Fixtures.ClearFlash()</step> </end> </macro> <macro id="Avolites.Macros.FlashOut" name="Flash Out"> <description>Zeros the intensity of the selected fixtures.</description> <start> <step>Programmer.Editor.Fixtures.FlashOut()</step> </start> <end> <step>Programmer.Editor.Fixtures.ClearFlash()</step> </end> </macro> </avolites.macros>
Explanation
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
tbd
How to use it
You could leave a comment if you were logged in.
macros/example/flashfixtures.1745933088.txt.gz · Last modified: 2025/04/29 13:24 by icke_siegen