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/11/24 08:16] – icke_siegen | macros:example:halvechasespeed [2019/04/27 11:26] (current) – sideshowbond | ||
---|---|---|---|
Line 1: | Line 1: | ||
Example | Example | ||
- | ====== Halve chase speed ====== | + | ====== |
^ by: | Gregory Haynes, Feb 2016 | | ^ by: | Gregory Haynes, Feb 2016 | | ||
Line 8: | Line 8: | ||
^ 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. \\ **In version 10.1, one of the affected variables has changed - you need to use the correct macro for your Titan version.** | | ^ 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. \\ **In version 10.1, one of the affected variables has changed - you need to use the correct macro for your Titan version.** | | ||
+ | {{tag> | ||
==== functions ==== | ==== functions ==== | ||
* [[macros: | * [[macros: | ||
Line 29: | Line 30: | ||
<?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 43: | Line 45: | ||
==== from Titan version 10.1 ==== | ==== from Titan version 10.1 ==== | ||
- | <code xml halvechasespeed_v101.xml> | + | <code xml halvechasespeed.xml> |
<?xml version=" | <?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=" | <macro name=" | ||
< | < | ||
Line 76: | Line 79: | ||
===== 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 0 BPM), and throws an error in 10.1 (variable not registered).** | + | **Please choose the correct |
* [[macros: | * [[macros: |
macros/example/halvechasespeed.1511511396.txt.gz · Last modified: 2017/11/24 08:16 by icke_siegen