macros:example:sizemasters
This is an old revision of the document!
Table of Contents
Example
Masters - Size Master (snippet)
by: | Alex del Bondio |
---|---|
published: | April 2019 |
description: | Macros for size masters. |
remarks: | This is based on the fixed Titan IDs which we found exactly for these macros. |
functions
The Titan IDs have slightly changed from v10 to v11 see titanId, and while the mentioned reserved IDs are a good starting point, there is no guarantee they haven't changed in your show. If these macros do not work for you then try to find the Titan IDs of your masters and adjust the macros accordingly.
Code
These are examples for Size Master 1. For other Size Masters (including Size Grand Master) please refer to the Titan IDs mentioned above Set to full <step>Masters.SetMaster(1614, 1)</step> Set to 50% <step>Masters.SetMaster(1614, 0.5)</step> Freeze (temporarily set to 0) <step>Masters.DeadBlackOut(1614)</step> Unfreeze <step>Masters.ClearFlash(1614)</step> Nudge Up (add 10%) <step>Masters.NudgeUp(1614)</step> Nudge Down (subtract 10%) <step>Masters.NudgeDown(1614)</step>
Explanation
This explains the functional steps within the sequence. For all the other XML details please refer to Formats and syntax
How to use it
- apply when needed (you'll see the results when you have BPM masters assigned)
You could leave a comment if you were logged in.
macros/example/sizemasters.1556386510.txt.gz · Last modified: 2019/04/27 17:35 by sideshowbond