macros:example:doublechasespeed

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
macros:example:doublechasespeed [2017/11/24 08:16] icke_siegenmacros:example:doublechasespeed [2019/04/27 11:26] (current) – external edit 127.0.0.1
Line 1: Line 1:
 Example Example
  
-====== Double chase speed ======+====== Chase - Double 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>double connect chase speed bpm}}
 ==== functions ==== ==== functions ====
   * [[macros:function:actionscript.setproperty]]   * [[macros:function:actionscript.setproperty]]
Line 31: Line 32:
 <?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
 <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd"> <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd">
- <macro name="Chase Speed Double" id="Avolites.Macros.ChaseSpeedDouble">+ <!-- 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="Chase Speed Double" id="Avolites.Macros.ChaseSpeedDouble">
     <description>Double the speed of the currently connected chase.</description>     <description>Double the speed of the currently connected chase.</description>
     <sequence>     <sequence>
Line 45: Line 47:
  
 ==== from Titan version 10.1 ==== ==== from Titan version 10.1 ====
-<code xml doublechasespeed_v10_1.xml>+<code xml doublechasespeed.xml>
 <?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
 <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd"> <avolites.macros xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="Avolites.Menus.xsd">
- <macro name="Chase Speed Double" id="Avolites.Macros.ChaseSpeedDouble">+ <!-- 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="Chase Speed Double" id="Avolites.Macros.ChaseSpeedDouble">
     <description>Double the speed of the currently connected chase.</description>     <description>Double the speed of the currently connected chase.</description>
     <sequence>     <sequence>
macros/example/doublechasespeed.1511511377.txt.gz · Last modified: 2017/11/24 08:16 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki