macros:example:doublechasespeed
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
macros:example:doublechasespeed [2017/11/20 13:22] – icke_siegen | macros:example:doublechasespeed [2019/04/27 11:26] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Double | + | Example |
+ | |||
+ | ====== | ||
^ by: | Gregory Haynes, Feb 2016 | | ^ by: | Gregory Haynes, Feb 2016 | | ||
^ published: | http:// | ^ published: | http:// | ||
^ description: | ^ description: | ||
- | ^ remarks: | The problem with this code is that it requires the chase to be set as the selected playback in the editor (used for the Edit Times menu). This means that the Playback View which could be showing a cue list switches to show the chase instead, to get around this I have stored the previous selected playback and restore that afterwards but this does cause the display to flicker. | | + | ^ remarks: | The problem with this code is that it requires the chase to be set as the selected playback in the editor (used for the Edit Times menu). This means that the Playback View which could be showing a cue list switches to show the chase instead, to get around this I have stored the previous selected playback and restore that afterwards but this does cause the display to flicker. |
+ | {{tag> | ||
==== functions ==== | ==== functions ==== | ||
* [[macros: | * [[macros: | ||
Line 16: | Line 19: | ||
* [[macros: | * [[macros: | ||
* [[macros: | * [[macros: | ||
- | * [[macros: | + | * [[macros: |
+ | * [[macros: | ||
- | **This macro works perfectly well in Titan 9.1, does misbehave in 10.0 (always sets speed to 1 BPM), and throws an error in 10.1 (variable not registered).** | + | **This macro changes the speed which is stored with the chase. If you've set the user setting ' |
+ | |||
+ | **In version | ||
===== Code ===== | ===== Code ===== | ||
+ | |||
+ | ==== until Titan version 10.0 ==== | ||
<code xml doublechasespeed.xml> | <code xml doublechasespeed.xml> | ||
<?xml version=" | <?xml version=" | ||
< | < | ||
- | < | + | < |
+ | < | ||
< | < | ||
< | < | ||
Line 31: | Line 40: | ||
< | < | ||
<step condition=" | <step condition=" | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== from Titan version 10.1 ==== | ||
+ | <code xml doublechasespeed.xml> | ||
+ | <?xml version=" | ||
+ | < | ||
+ | < | ||
+ | <macro name=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <step condition=" | ||
< | < | ||
</ | </ | ||
Line 41: | Line 68: | ||
This explains the functional steps within the sequence. For all the other XML details please refer to [[macros: | This explains the functional steps within the sequence. For all the other XML details please refer to [[macros: | ||
+ | |||
+ | In version 10.1, the property '' | ||
* '' | * '' | ||
* '' | * '' | ||
- | * '' | + | * '' |
* ''< | * ''< | ||
* '' | * '' | ||
Line 52: | Line 81: | ||
===== How to use it ===== | ===== How to use it ===== | ||
- | **This macro works perfectly well in Titan 9.1, does misbehave in 10.0 (always sets speed to 1 BPM), and throws an error in 10.1 (variable not registered).** | + | **Please choose the correct |
* [[macros: | * [[macros: | ||
* with a chase running and connected (Speed and Cross Fade on the wheels), triggering this macro doubles the speed of the chase | * with a chase running and connected (Speed and Cross Fade on the wheels), triggering this macro doubles the speed of the chase | ||
+ | * watch the user setting ' | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ |
macros/example/doublechasespeed.1511184148.txt.gz · Last modified: 2017/11/20 13:22 by icke_siegen