macros:example:halvechasespeed
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
macros:example:halvechasespeed [2017/10/29 16:35] – ↷ Page moved from example:halvechasespeed to macros:example:halvechasespeed icke_siegen | macros:example:halvechasespeed [2019/04/27 11:26] (current) – sideshowbond | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Halve chase speed ====== | + | 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 12: | Line 15: | ||
==== affected properties ==== | ==== affected properties ==== | ||
- | * [[property:Handles.SourceHandle]] | + | * [[macros:property:handles.sourcehandle]] |
- | * [[property:Playbacks.Editor.SelectedPlayback]] | + | * [[macros:property:playbacks.editor.selectedplayback]] |
- | * [[property:Playbacks.Editor.Times.ChaseSpeed]] | + | * [[macros:property:playbacks.editor.times.chasespeed]](until version 10.0) |
+ | * [[macros: | ||
- | ==== control structures ==== | + | **This macro changes the speed which is stored with the chase. If you've set the user setting ' |
- | | + | |
+ | **In version 10.1, one of the affected variables has changed - you need to use the correct macro for your Titan version.** | ||
===== Code ===== | ===== Code ===== | ||
+ | |||
+ | ==== until Titan version 10.0 ==== | ||
<code xml halvechasespeed.xml> | <code xml halvechasespeed.xml> | ||
<?xml version=" | <?xml version=" | ||
< | < | ||
+ | <!-- This macro does not work in versions from 10.1 as the property Playbacks.Editor.Times.ChaseSpeed has been swopped for Playbacks.Editor.Times.PlaybackSpeed. --> | ||
<macro name=" | <macro name=" | ||
< | < | ||
Line 30: | Line 38: | ||
< | < | ||
<step condition=" | <step condition=" | ||
+ | < | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== from Titan version 10.1 ==== | ||
+ | <code xml halvechasespeed.xml> | ||
+ | <?xml version=" | ||
+ | < | ||
+ | <!-- This macro does not work in versions below 10.1 as the property Playbacks.Editor.Times.PlaybackSpeed formerly was Playbacks.Editor.Times.PlaybackSpeed. --> | ||
+ | <macro name=" | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <step condition=" | ||
< | < | ||
</ | </ | ||
Line 40: | Line 66: | ||
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: | ||
- | tbd | + | In version 10.1, the property '' |
+ | |||
+ | * '' | ||
+ | * '' | ||
+ | * '' | ||
+ | * ''< | ||
+ | '' | ||
+ | * '' | ||
+ | | ||
- | ==== How to use it ==== | ||
- | - [[macros: | + | ===== How to use it ===== |
- | tbd | + | **Please choose the correct macro for your Titan version.** |
+ | * [[macros: | ||
+ | * with a chase running and connected (Speed and Cross Fade on the wheels), triggering this macro halves the speed of the chase | ||
+ | * watch the user setting ' | ||
~~DISCUSSION~~ | ~~DISCUSSION~~ |
macros/example/halvechasespeed.1509294946.txt.gz · Last modified: 2017/10/29 16:35 by icke_siegen